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
+26-2Lines changed: 26 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -741,6 +741,12 @@ Type: Runtime
741
741
The [`SlowBuffer`][] class is deprecated. Please use
742
742
[`Buffer.allocUnsafeSlow(size)`][] instead.
743
743
744
+
An automated migration is available ([source](https://github.com/nodejs/userland-migrations/tree/main/recipes/slow-buffer-to-buffer-alloc-unsafe-slow)).
@@ -1562,6 +1568,12 @@ The [`util._extend()`][] API is deprecated because it's an unmaintained
1562
1568
legacy API that was exposed to user land by accident.
1563
1569
Please use `target = Object.assign(target, source)` instead.
1564
1570
1571
+
An automated migration is available ([source](https://github.com/nodejs/userland-migrations/tree/main/recipes/util-extend-to-object-assign)):
@@ -1703,6 +1715,12 @@ The `OutgoingMessage.prototype._headers` and
1703
1715
`OutgoingMessage.prototype._headerNames` properties were never documented as
1704
1716
officially supported properties.
1705
1717
1718
+
An automated migration is available ([source](https://github.com/nodejs/userland-migrations/tree/main/recipes/http-outgoingmessage-headers)):
An automated migration is available ([source](https://github.com/nodejs/userland-migrations/tree/main/recipes/createCredentials-to-createSecureContext)).
2346
+
An automated migration is available ([source](https://github.com/nodejs/userland-migrations/tree/main/recipes/process-assert-to-node-assert)).
The `dirent.path` property has been removed due to its lack of consistency across
3875
3893
release lines. Please use [`dirent.parentPath`][] instead.
3876
3894
3895
+
An automated migration is available ([source](https://github.com/nodejs/userland-migrations/tree/main/recipes/dirent-path-to-parent-path)):
Copy file name to clipboardExpand all lines: doc/api/util.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3774,6 +3774,12 @@ Node.js modules. The community found and used it anyway.
3774
3774
It is deprecated and should not be used in new code. JavaScript comes with very
3775
3775
similar built-in functionality through [`Object.assign()`][].
3776
3776
3777
+
An automated migration is available ([source](https://github.com/nodejs/userland-migrations/tree/main/recipes/util-extend-to-object-assign)):
0 commit comments