diff options
| author | Myles Borins <mylesborins@google.com> | 2019-12-13 11:02:36 -0500 |
|---|---|---|
| committer | Myles Borins <mylesborins@google.com> | 2019-12-16 14:57:05 -0500 |
| commit | f15fe94d169ae60bfbe51cb56ef0ad850e1a0b8f (patch) | |
| tree | 1b8c97ef4c025c37d2dd541f8c5b67449c5949f5 /doc/api/cli.md | |
| parent | b3ae532392284860dc30b213f086245819bb7c51 (diff) | |
| download | node-new-v13.4.0-proposal.tar.gz | |
2019-12-17, Version 13.4.0 (Current)v13.4.0v13.4.0-proposal
This is a security release.
For more details about the vulnerability please consult the npm blog:
https://blog.npmjs.org/post/189618601100/binary-planting-with-the-npm-cli
Notable Changes:
* deps:
* update npm to 6.13.4
https://github.com/nodejs/node/pull/30904
* update uvwasi (Anna Henningsen)
https://github.com/nodejs/node/pull/30745
* upgrade to libuv 1.34.0 (Colin Ihrig)
https://github.com/nodejs/node/pull/30783
* doc:
* docs deprecate http finished (Robert Nagy)
https://github.com/nodejs/node/pull/28679
* events:
* add captureRejection option (Matteo Collina)
https://github.com/nodejs/node/pull/27867
* http:
* add captureRejection support (Matteo Collina)
https://github.com/nodejs/node/pull/27867
* llhttp opt-in insecure HTTP header parsing (Sam Roberts)
https://github.com/nodejs/node/pull/30567
* http2:
* implement capture rection for 'request' and 'stream' events (Matteo Collina)
https://github.com/nodejs/node/pull/27867
* net:
* implement capture rejections for 'connection' event (Matteo Collina)
https://github.com/nodejs/node/pull/27867
* repl:
* support previews by eager evaluating input (Ruben Bridgewater)
https://github.com/nodejs/node/pull/30811
* stream:
* add support for captureRejection option (Matteo Collina)
https://github.com/nodejs/node/pull/27867
* tls:
* implement capture rejections for 'secureConnection' event (Matteo Collina)
https://github.com/nodejs/node/pull/27867
* expose IETF name for current cipher suite (Sam Roberts)
https://github.com/nodejs/node/pull/30637
* worker:
* add argv constructor option (legendecas)
https://github.com/nodejs/node/pull/30559
PR-URL: https://github.com/nodejs/node/pull/30937
Diffstat (limited to 'doc/api/cli.md')
| -rw-r--r-- | doc/api/cli.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/cli.md b/doc/api/cli.md index 171f6b8ad2..3e7ccc1133 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -211,7 +211,7 @@ itself. ### `--experimental-specifier-resolution=mode` <!-- YAML -added: REPLACEME +added: v13.4.0 --> Sets the resolution algorithm for resolving ES module specifiers. Valid options @@ -421,7 +421,7 @@ Specify the `module` of a custom [experimental ECMAScript Module loader][]. ### `--insecure-http-parser` <!-- YAML -added: REPLACEME +added: v13.4.0 --> Use an insecure HTTP parser that accepts invalid HTTP headers. This may allow |
