Node.js v13.1.0 (Current) was released on 2019-11-06. Here are some notable changes.

cli

Added a new flag (–trace-uncaught) that causes Node.js to print a stack trace when an uncaught exception is raised instead of when an Error object is created. This feature is disabled by default because it affects GC behavior (Anna Henningsen). # 30025 https://github.com/nodejs/node/pull/30025.

crypto

Added the hash.prototype.copy () method. It returns a new Hash object whose internal state is copied from the original object (Ben Noordhuis). #29910 https://github.com/nodejs/node/pull/29910

dgram

Added source-specific multicast support. This adds RFC 4607 methods for datagram sockets that support both IPv4 and IPv6 (Lucas Pardue)

#15735 https://github.com/nodejs/node/pull/15735

fs

BufferSize was added to the fs.opendir () option. It allows you to control the number of entries buffered internally when reading from a directory (Anna Henningsen)

#30114 https://github.com/nodejs/node/pull/30114

meta

Added Chengzhong Wu to the contributor # 30115 https://github.com/nodejs/node/pull/30115.

Refenrence

There are also some minor updates, see nodejs.org/en/blog/rel…