Skip to content

Commit 50c99d8

Browse files
committed
doc: add missing deprecation labels
Fixes: #20841 PR-URL: #23761 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Shelley Vohr <codebytere@gmail.com> Reviewed-By: Matheus Marchini <mat@mmarchini.me>
1 parent 889a49f commit 50c99d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/api/crypto.md

+4
Original file line numberDiff line numberDiff line change
@@ -1295,6 +1295,8 @@ added: v0.9.3
12951295
deprecated: v10.0.0
12961296
-->
12971297

1298+
> Stability: 0 - Deprecated
1299+
12981300
The default encoding to use for functions that can take either strings
12991301
or [buffers][`Buffer`]. The default value is `'buffer'`, which makes methods
13001302
default to [`Buffer`][] objects.
@@ -1312,6 +1314,8 @@ added: v6.0.0
13121314
deprecated: v10.0.0
13131315
-->
13141316

1317+
> Stability: 0 - Deprecated
1318+
13151319
Property for checking and controlling whether a FIPS compliant crypto provider
13161320
is currently in use. Setting to true requires a FIPS build of Node.js.
13171321

0 commit comments

Comments
 (0)