You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/api/deprecations.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2199,6 +2199,12 @@ Type: Runtime
2199
2199
The [`crypto.fips`][] property is deprecated. Please use `crypto.setFips()`
2200
2200
and `crypto.getFips()` instead.
2201
2201
2202
+
An automated migration is available ([source](https://github.com/nodejs/userland-migrations/tree/main/recipes/crypto-fips-to-getFips)).
2203
+
2204
+
```bash
2205
+
npx codemod@latest @nodejs/crypto-fips-to-getFips
2206
+
```
2207
+
2202
2208
### DEP0094: Using `assert.fail()` with more than one argument
2203
2209
2204
2210
<!-- YAML
@@ -2326,6 +2332,12 @@ Type: End-of-Life
2326
2332
2327
2333
This was never a documented feature.
2328
2334
2335
+
An automated migration is available ([source](https://github.com/nodejs/userland-migrations/tree/main/recipes/createCredentials-to-createSecureContext)).
0 commit comments