Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/nodejs/node

Node.js JavaScript runtime ✨🐢🚀✨
https://github.com/nodejs/node

deps: upgrade npm to 8.10.0

PR-URL: https://github.com/nodejs/node/pull/43061
Reviewed-By: Ruy Adorno <[email protected]>...

06dd8c31fd7e736f1d0e57d8ae4a41227661bbc3 authored over 2 years ago by [email protected] <npm CLI robot>
src: fix static analysis warning and use smart ptr

Coverity issues a warning about `value_before_reset == ca`, where
value_before_reset is a pointe...

06ba40a8535f84e9fe34b597b7778162f1f67fcf authored over 2 years ago by Tobias Nießen <[email protected]>
fs: add trailing commas

PR-URL: https://github.com/nodejs/node/pull/43127
Co-authored-by: Antoine du Hamel <duhamelantoi...

fe027da1f0aa8d63ed9a2c8298a45946bc674fff authored over 2 years ago by LiviaMedeiros <[email protected]>
doc: use ASCII apostrophes consistently

PR-URL: https://github.com/nodejs/node/pull/43114
Reviewed-By: Rich Trott <[email protected]>
Rev...

895cc572ac9dee8287a2365ca0087940070ff632 authored over 2 years ago by Tobias Nießen <[email protected]>
2022-05-17, Version 14.19.3 'Fermium' (LTS)

Notable changes:
- This release updates OpenSSL to 1.1.1o. This update is not being
treated as a...

70069b21a2fb5b20312ede903cbaa71b20c6d90a authored over 2 years ago by Richard Lau <[email protected]>
fs: make params in writing methods optional

This change allows passing objects as "named parameters":
- `fs.write(fd, buffer[, options], cal...

c100f9ad295b3d930cc47b9b4d91abd34ce93973 authored over 2 years ago by LiviaMedeiros <[email protected]>
src: remove SecureContext::operator*

This rather mysterious operator is only used once and can easily be
replaced with ssl_ctx().

PR...

ace89d9a89922257dcfe343f86725181f35b65e1 authored over 2 years ago by Tobias Nießen <[email protected]>
2022-05-17, Version 18.2.0 (Current)

Notable changes:

OpenSSL 3.0.3

This update can be treated as a security release as the issues ...

2bc1991423b8327ff6d9491a997a249bd66290ad authored over 2 years ago by RafaelGSS <[email protected]>
bootstrap: include code cache in the embedded snapshot

Since V8 code cache encodes indices to the read-only space
it is safer to make sure that the cod...

fbe14780778a11062ba2d44d9714c6b62007a913 authored over 2 years ago by Joyee Cheung <[email protected]>
src: move context snapshot index to SnapshotData

Also added comments for the members of SnapshotData and renamed
blob to v8_snapshot_blob_data fo...

de0b6dc7105bfa7a53a6edd51b1a1c2bfbb83323 authored over 2 years ago by Joyee Cheung <[email protected]>
deps: patch V8 to 10.2.154.4

Refs: https://github.com/v8/v8/compare/10.2.154.2...10.2.154.4

PR-URL: https://github.com/nodej...

0ce4725330bb9c35952e974848ad116142d9fb4e authored over 2 years ago by Michaël Zasso <[email protected]>
doc: add strategic initiative for shadow realm

PR-URL: https://github.com/nodejs/node/pull/43037
Reviewed-By: Darshan Sen <[email protected]>...

5a3de828c92f989b54b688fa90fdf8ba8e4180ae authored over 2 years ago by Chengzhong Wu <[email protected]>
src: replace TraceEventScope with sync events

According to the chrome trace event format document, works that
are performed on one single thre...

7035186bb3661f39f6ec806f07a035d93667b7d9 authored over 2 years ago by legendecas <[email protected]>
test: fix dangerous .map in `test/parallel/test-http-set-trailers.js`

PR-URL: https://github.com/nodejs/node/pull/43087
Reviewed-By: Luigi Pinca <[email protected]...

aa14ff904ec4afa9ad2c8fce2144fea3b7fcf9a7 authored over 2 years ago by LiviaMedeiros <[email protected]>
doc: use serial comma in fs docs

Refs: https://github.com/nodejs/node/pull/11321
Refs: https://github.com/nodejs/node/pull/17384
...

d1d30d746facf5d5fb7ae68992bdb6781c5d94d1 authored over 2 years ago by Tobias Nießen <[email protected]>
doc: use serial comma in events docs

Refs: https://github.com/nodejs/node/pull/11321
Refs: https://github.com/nodejs/node/pull/17384
...

82861e9446af8ad12d2c2a0967e331a4333440d6 authored over 2 years ago by Tobias Nießen <[email protected]>
test: reduce flakiness of `test-fs-read-position-validation.mjs`

PR-URL: https://github.com/nodejs/node/pull/42999
Reviewed-By: Antoine du Hamel <duhamelantoine1...

e330b4583cb5ec78e4d273d20a7bc4b1517bdfe5 authored over 2 years ago by Livia Medeiros <[email protected]>
tools: update lint-md-dependencies to [email protected]

PR-URL: https://github.com/nodejs/node/pull/43107
Reviewed-By: Rich Trott <[email protected]>
Rev...

1fa5733caf572d72ab9fbfae7f718bd3c92bcbcb authored over 2 years ago by Node.js GitHub Bot <[email protected]>
deps: update undici to 5.2.0

PR-URL: https://github.com/nodejs/node/pull/43059
Reviewed-By: Robert Nagy <[email protected]>
R...

d4cd7bddf6db5b53f74e285e79841abeaf48f2a5 authored over 2 years ago by Node.js GitHub Bot <[email protected]>
build: set ASAN workaround

PR-URL: https://github.com/nodejs/node/pull/43085
Refs: https://github.com/google/sanitizers/iss...

347000ccf8c4705721ff60717b234c75e72183cd authored over 2 years ago by Richard Lau <[email protected]>
fs: remove unnecessary ?? operator

This was introduced in 57678e55817366c39a3a241f89949c8fbe8418bc

With the `if` conditional aroun...

4a34ece28fb3fcdf4aa8f90b5924d1f3b39af23c authored over 2 years ago by Morgan Roderick <[email protected]>
meta: add mailmap entry for ShogunPanda

PR-URL: https://github.com/nodejs/node/pull/43094
Reviewed-By: Rich Trott <[email protected]>
Rev...

8a5657bf9b4a29441834242dc4baed755ff7de9c authored over 2 years ago by Paolo Insogna <[email protected]>
doc: use serial comma in modules docs

Refs: https://github.com/nodejs/node/pull/11321
Refs: https://github.com/nodejs/node/pull/17384
...

74cf01a8e8c66f1ffbb13282e45abc777ef4bd64 authored over 2 years ago by Tobias Nießen <[email protected]>
build: disable windows-2022 temporarily

PR-URL: https://github.com/nodejs/node/pull/43093
Reviewed-By: Tobias Nießen <[email protected]>
...

8c800d7102d610593b785cc748924049e346a580 authored over 2 years ago by Jiawen Geng <[email protected]>
deps: remove opensslconf template headers

This commit removes the header template files opensslconf.h as it is not
a generated header anym...

556df3d29a8c9efc9a5567eb1da45c825a0c6532 authored over 2 years ago by Daniel Bevenius <[email protected]>
node-api: explicitly set __cdecl for API functions

PR-URL: https://github.com/nodejs/node/pull/42780
Reviewed-By: Michael Dawson <[email protected]>

fb744749e204c349f76df79b3c513c7e0df7e4c6 authored over 2 years ago by Vladimir Morozov <[email protected]>
src: delete AllocatedBuffer

Since all its uses are now gone, it's time to say goodbye to
AllocatedBuffer.

Refs: https://git...

f91dcc205dc91ac0a3b7aaf80b3ac07f08d2a900 authored over 2 years ago by Darshan Sen <[email protected]>
perf_hooks: add PerformanceResourceTiming

perf_hooks: create clearResourceTimings

perf_hooks: add resourcetiming test parallel

perf_hook...

78c8d2a8c8a3b24a3e569ef4aaee3eb1d8efd4df authored over 2 years ago by RafaelGSS <[email protected]>
doc: use serial comma in util docs

Refs: https://github.com/nodejs/node/pull/11321
Refs: https://github.com/nodejs/node/pull/17384
...

5e6f9c3e346b196ab299a3fce485d7aa5fbf3802 authored over 2 years ago by Tobias Nießen <[email protected]>
doc: remove git:// protocol, adjust nits in onboarding.md

PR-URL: https://github.com/nodejs/node/pull/43045
Refs: https://github.blog/2021-09-01-improving...

4d1aad20473e4384ca24ccb50c234baf3df05d9a authored over 2 years ago by LiviaMedeiros <[email protected]>
doc: add maintaining info for shared libary option

Refs: https://github.com/nodejs/node/pull/41850

I think it would be good to have some info/cont...

8b415e82529a5a12f2e96da23007ca01407f4b7f authored over 2 years ago by Michael Dawson <[email protected]>
deps: fix llhttp version number

It's a bit confusing but I think that we acutally have
llhttp version 6.0.6 in master versus 6.0...

c059921a9bc1e8020c99ef8f4c0db5d24da34247 authored over 2 years ago by Michael Dawson <[email protected]>
doc: add detail for how to update llhttp

Add detail on how to update llhttp in deps to the
guide for maintaining http.

Signed-off-by: Mi...

321e2493a43558afd074c97a5d996166c46f2667 authored over 2 years ago by Michael Dawson <[email protected]>
deps: update archs files for quictls/openssl-3.0.3+quic

After an OpenSSL source update, all the config files need to be
regenerated and committed by:
...

ea6ada1974ab8d855f132457c34e3396ac4d7270 authored over 2 years ago by RafaelGSS <[email protected]>
deps: upgrade openssl sources to quictls/openssl-3.0.3

This updates all sources in deps/openssl/openssl by:
$ git clone [email protected]:quictls/open...

d82eaf839cd68c7cf3feb18baef258c778bc2204 authored over 2 years ago by RafaelGSS <[email protected]>
doc: use serial comma in buffer docs

Refs: https://github.com/nodejs/node/pull/11321
Refs: https://github.com/nodejs/node/pull/17384
...

8e0f3ff7f725aa710bd0b3698de2ffdc47105041 authored over 2 years ago by Tobias Nießen <[email protected]>
doc: use consistent method symbol

PR-URL: https://github.com/nodejs/node/pull/42974
Reviewed-By: Antoine du Hamel <duhamelantoine1...

f095b195c26be07b75d8f9b8945ca1e2aeed8c85 authored over 2 years ago by Paolo Insogna <[email protected]>
typings: fix `os.cpus` invalid return type

PR-URL: https://github.com/nodejs/node/pull/43006
Reviewed-By: Antoine du Hamel <duhamelantoi...

d62e41262b46616aeb394a211add70c8b8d27a18 authored over 2 years ago by Himself65 <[email protected]>
meta: update .mailmap for recent README name change

PR-URL: https://github.com/nodejs/node/pull/43027
Reviewed-By: Zeyu "Alex" Yang <himself65@outlo...

761b87a81f8b2146e70266b9b6bd7e0dfbdc449f authored over 2 years ago by Rich Trott <[email protected]>
doc: add Rafael to the security steward for NearForm

PR-URL: https://github.com/nodejs/node/pull/42966
Reviewed-By: Richard Lau <[email protected]>
Rev...

c7338c5b328bf52be556dd97bad03f9125f85b79 authored over 2 years ago by Matteo Collina <[email protected]>
node-api: fix napi_get_all_property_names

PR-URL: https://github.com/nodejs/node/pull/42463
Reviewed-By: Michael Dawson <[email protected]...

6b968fdbca5f9b3a8813fc52d2ac0c8b068cee8d authored over 2 years ago by Vladimir Morozov <[email protected]>
doc: mark some node-api functions as experimental

PR-URL: https://github.com/nodejs/node/pull/42987
Reviewed-By: Jiawen Geng <technicalcute@gmail....

01408a5aa8d4ed4b486bb8e3d9607f3e342c78b4 authored over 2 years ago by NickNaso <[email protected]>
doc: add LiviaMedeiros to collaborators

Fixes: https://github.com/nodejs/node/issues/42828

PR-URL: https://github.com/nodejs/node/pull/...

d37e371c6fd71d327772e8e06fec4306569dda5a authored over 2 years ago by LiviaMedeiros <[email protected]>
wasm: add missing init reported by coverity

Signed-off-by: Michael Dawson <[email protected]>

PR-URL: https://github.com/nodejs/node/pull/...

76499898763102272a47d642f905e47c0cc41df0 authored over 2 years ago by Michael Dawson <[email protected]>
doc: use serial comma in http docs

Refs: https://github.com/nodejs/node/pull/11321
Refs: https://github.com/nodejs/node/pull/17384
...

ec1c61662eb0483dee256f0fd492c3ce955f1335 authored over 2 years ago by Tobias Nießen <[email protected]>
doc: add the preferred name for @himself65

PR-URL: https://github.com/nodejs/node/pull/43024
Reviewed-By: Tobias Nießen <[email protected]>
...

721fd012c04caeac304ae8094412e96df910645c authored over 2 years ago by Himself65 <[email protected]>
doc: add release key for Juan Arboleda

PR-URL: https://github.com/nodejs/node/pull/42961
Reviewed-By: Colin Ihrig <[email protected]>
R...

0b281dddfc613d1c1c7670b67a2e75073b782477 authored over 2 years ago by Juan José <[email protected]>
doc: rename N-API to Node-API in test/README.md

Signed-off-by: Daeyeon Jeong [email protected]

PR-URL: https://github.com/nodejs/node/pull/...

0950da18a3d8dabbee56c87a446bb2027f07a026 authored over 2 years ago by Daeyeon Jeong <[email protected]>
deps: regenerate OpenSSL archs files

PR-URL: https://github.com/nodejs/node/pull/42978
Refs: https://github.com/nodejs/node/issues/42...

306c7a55e92c776fb8f4f17831f9a306f6c6dff7 authored over 2 years ago by Daniel Bevenius <[email protected]>
Revert "deps: add template for generated headers"

This reverts commit 7fae2c9d6efe4bdd5c3778ff6e0d906fa8277ca3.

Refs: https://github.com/nodejs/n...

7e6c05552df88ae388ade18f049a4ba22ee371c8 authored over 2 years ago by Daniel Bevenius <[email protected]>
lib: move WebAssembly Web API into separate file

Refs: https://github.com/nodejs/node/pull/42960#discussion_r864871357

PR-URL: https://github.co...

e8e6d4509903fd4c8c9f3a0a98e8e382bfaf068b authored over 2 years ago by Tobias Nießen <[email protected]>
debugger: fix inconsistent inspector output of exec new Map()

PR-URL: https://github.com/nodejs/node/pull/42423
Reviewed-By: Jan Krems <[email protected]>
R...

f890ef530665f54b9045c9596cd8a6708e413d30 authored over 2 years ago by Kohei Ueno <[email protected]>
tools: update eslint to 8.15.0

PR-URL: https://github.com/nodejs/node/pull/43005
Reviewed-By: Rich Trott <[email protected]>
Rev...

8b8da00c39f6589752874153e115f60539eafa88 authored over 2 years ago by Node.js GitHub Bot <[email protected]>
tools: refactor lint-sh.js to esm module

PR-URL: https://github.com/nodejs/node/pull/42942
Reviewed-By: Antoine du Hamel <duhamelantoine1...

be1ca70515588755e854c2c3e1358c53d67c715f authored over 2 years ago by Feng Yu <[email protected]>
tools: update lint-md-dependencies

Update dependences to @rollup/[email protected] and
[email protected].

PR-URL: https://git...

5a217a2034e93d98e160aaa1945c16bf6edcf467 authored over 2 years ago by Node.js GitHub Bot <[email protected]>
meta: update AUTHORS

PR-URL: https://github.com/nodejs/node/pull/43004
Reviewed-By: Rich Trott <[email protected]>
Rev...

fd7be075c2b856b64f4cb4ed09800e37d538caa9 authored over 2 years ago by Node.js GitHub Bot <[email protected]>
doc: use serial comma in tls docs

Refs: https://github.com/nodejs/node/pull/11321
Refs: https://github.com/nodejs/node/pull/17384
...

58d8d69f12cc0646cca8ff352b0305bd1e7f2629 authored over 2 years ago by Tobias Nießen <[email protected]>
src: remove unnecessary comment

PR-URL: https://github.com/nodejs/node/pull/42952
Reviewed-By: Joyee Cheung <[email protected]...

3bc23f555a8501f5bb37a78cbe866102d02984b5 authored over 2 years ago by Kohei Ueno <[email protected]>
src: always signal V8 for intercepted properties

Closes: https://github.com/nodejs/node/issues/42962

PR-URL: https://github.com/nodejs/node/pull...

2dbf169c9c0f3f1cd6f7abf69a678bb7b1b8019a authored over 2 years ago by Michaël Zasso <[email protected]>
worker: fix stream racing with terminate

`OnStreamAfterReqFinished` uses `v8::Object::Has` to check if it needs
to call `oncomplete`. `v8...

0fc1cf478f7a448241791f5cf2c25f2d45bfd5b5 authored over 2 years ago by Keyhan Vakil <[email protected]>
assert: fix CallTracker wraps the function causes the length to be lost

PR-URL: https://github.com/nodejs/node/pull/42909
Fixes: https://github.com/nodejs/node/issues/4...

187b99bfe009d6cb96201dc6e438ddf26818cbbb authored over 2 years ago by OneNail <[email protected]>
build: fix various shared library build issues

Node.js unofficially supports a shared library variant where the
main node executable is a thin ...

1af70548bdb2db6b52bd52c73e39d22963580aa5 authored over 2 years ago by William Marlow <[email protected]>
doc: improve commit message example for releases

PR-URL: https://github.com/nodejs/node/pull/42954
Reviewed-By: Richard Lau <[email protected]>
Rev...

183447888bcbd1d6bfc433a38c77900ed6199bc2 authored over 2 years ago by Juan José <[email protected]>
doc: use serial comma in cluster docs

Refs: https://github.com/nodejs/node/pull/11321
Refs: https://github.com/nodejs/node/pull/17384
...

74af116b2e0774566225ec080b5ad7684ab4ac9a authored over 2 years ago by Tobias Nießen <[email protected]>
build: fix indeterminacy of icu_locales value

`icu_locales` is generated by joining values from `set` data structure.
However, `set` doesn't g...

5e9274a3e7803e9713a87ebae69019b9ee6468de authored over 2 years ago by Sergey Nazaryev <[email protected]>
meta: move one or more collaborators to emeritus

PR-URL: https://github.com/nodejs/node/pull/42937
Reviewed-By: Michaël Zasso <targos@protonmail....

cf5afb78e93c6cbb334b7b875d829cd71f539e2a authored over 2 years ago by Node.js GitHub Bot <[email protected]>
lib,test: enable wasm/webapi/empty-body WPT

Refs: https://github.com/nodejs/node/pull/42701
Refs: https://github.com/nodejs/undici/pull/1346...

55079bbebf02d12e56b7068ff0d3e32f9cf83bcc authored over 2 years ago by Tobias Nießen <[email protected]>
test: rename handlewrap.hasref tests

`HandleWrap.isRefed()` was renamed to `hasRef()`. However, the filename
of related TCs has not b...

deb713e24b2d6a021e52bc69ea5a749ab966c283 authored over 2 years ago by Daeyeon Jeong <[email protected]>
bootstrap: stop delaying instantiation of maps in per-context scripts

The linked issue, https://bugs.chromium.org/p/v8/issues/detail?id=6593,
is marked as "Fixed", so...

30388fc796554e8eee6ab2149c09a16f9e27a343 authored over 2 years ago by Darshan Sen <[email protected]>
test: improve observable ICU behaviour coverage

PR-URL: https://github.com/nodejs/node/pull/42683
Refs: https://github.com/nodejs/node/issues/42...

edcc542996bdecf6d5dd78e268403824e503c7e0 authored over 2 years ago by Livia Medeiros <[email protected]>
test: validate webstream encoder/decoder inspector

PR-URL: https://github.com/nodejs/node/pull/42747
Refs: https://coverage.nodejs.org/coverage-24a...

5ef83bab6f3054c31d306f68a3c8f75957023ac6 authored over 2 years ago by Yoshiki Kurihara <[email protected]>
test: use`mustSucceed` instead of `mustCall` with `assert.ifError`

PR-URL: https://github.com/nodejs/node/pull/42806
Reviewed-By: Colin Ihrig <[email protected]>
R...

a571a3fed1f417be849d4011a8e76e39e99de0d8 authored over 2 years ago by MURAKAMI Masahiko <[email protected]>
test: improve `lib/internal/webstreams/readablestream.js` coverage

PR-URL: https://github.com/nodejs/node/pull/42823
Refs: https://coverage.nodejs.org/coverage-3a6...

277353c9020774a803f81b580c5010cba795c22e authored over 2 years ago by MURAKAMI Masahiko <[email protected]>
url: revert "validate ipv4 part length"

This reverts commit 87d0d7a069b2a3ca1db1dd592a62db4645ba5d69.

Refs: https://github.com/nodejs/n...

a3ff4bfc667c864f3729b198e6ad1b0bfaa05683 authored over 2 years ago by Antoine du Hamel <[email protected]>
bootstrap: use a context snapshotted with primordials in workers

PR-URL: https://github.com/nodejs/node/pull/42867
Reviewed-By: Chengzhong Wu <[email protected]...

f7d658a888246f90bdd47f63b81098c0ec74bb0e authored over 2 years ago by Joyee Cheung <[email protected]>
deps: upgrade npm to 8.9.0

PR-URL: https://github.com/nodejs/node/pull/42968
Reviewed-By: Luigi Pinca <[email protected]...

ffa1f84009bd481e9c3c49028048fe672dbb01a0 authored over 2 years ago by npm-robot <[email protected]>
src,crypto: remove uses of AllocatedBuffer from crypto_rsa.cc

Refs: https://github.com/nodejs/node/pull/39941
Signed-off-by: Darshan Sen <[email protected]>...

7ff2170f3660f60656a13476969e6cc9bb96b7d9 authored over 2 years ago by Darshan Sen <[email protected]>
crypto: adjust minimum length in generateKey('hmac', ...)

Also affects generateKeySync('hmac', ...)

PR-URL: https://github.com/nodejs/node/pull/42944
Rev...

a5b87305255f4757545b1d9f60a5e6f94cb742c8 authored over 2 years ago by Livia Medeiros <[email protected]>
test: fix test-crypto-fips.js under shared OpenSSL

Fixes: https://github.com/nodejs/node/issues/42827

PR-URL: https://github.com/nodejs/node/pull/...

2454aa0f1fdd41486268f711a6ad53756350f608 authored over 2 years ago by Vita Batrla <[email protected]>
2022-05-04, Version 14.19.2 'Fermium' (LTS)

Notable Changes

doc:

* New release key for Bryan English

Learn more at: https://github.com/no...

755721a80c12eed68f8589af736c4ad15cbc6216 authored over 2 years ago by Juan José Arboleda <[email protected]>
esm: add chaining to loaders

PR-URL: https://github.com/nodejs/node/pull/42623
Reviewed-By: Geoffrey Booth <webadmin@geoffrey...

d859e9e997a3de9bdd7e116b2878acc2a3cf4bd6 authored over 2 years ago by Jacob Smith <[email protected]>
test: use consistent timeouts

PR-URL: https://github.com/nodejs/node/pull/42893
Reviewed-By: Matteo Collina <matteo.collina@gm...

c3aa86d6784af77121e5e98e75c6dc12e5bb39ec authored over 2 years ago by Shogun <[email protected]>
http: added connection closing methods

Fixes: https://github.com/nodejs/node/issues/41578

PR-URL: https://github.com/nodejs/node/pull/...

f714a0fa6e5630aa959ee4bda10345ba81161fc5 authored over 2 years ago by Shogun <[email protected]>
2022-05-03, Version 18.1.0 (Current)

Notable changes:

doc:
* add @kuriyosh to collaborators (Yoshiki Kurihara) https://github.com/...

6ebe5a4ff0f2f196eb8502c067da4f2cca3d241a authored over 2 years ago by Michaël Zasso <[email protected]>
doc: fix errors in Web Streams doc

PR-URL: https://github.com/nodejs/node/pull/42862
Reviewed-By: Luigi Pinca <[email protected]...

2be596604ac13a4dd68eb9cc38e54f2df438dd97 authored over 2 years ago by OneNail <[email protected]>
doc: fix examples in cluster.md

PR-URL: https://github.com/nodejs/node/pull/42889
Reviewed-By: Antoine du Hamel <duhamelantoine1...

f6f95bf61e84dae44b16c51ebb4a9c5b46194583 authored over 2 years ago by OneNail <[email protected]>
src: fix memory leak for v8.serialize

When Buffer::New passes in existing data,
it cannot be garbage collected in js synchronous execu...

ce29d2847b9996602e3b49523d2325aad206543c authored over 2 years ago by liuxingbaoyu <[email protected]>
doc: add additional step to security release process

Signed-off-by: Michael Dawson <[email protected]>

PR-URL: https://github.com/nodejs/node/pull/...

961967c1ffcdf08855d05380f1e6b4b4d4e8cbac authored over 2 years ago by Michael Dawson <[email protected]>
fs: add `read(buffer[, options])` versions

This adds the following:
- `fs.read(fd, buffer[, options], callback)`.
- `filehandle.read(buff...

57678e55817366c39a3a241f89949c8fbe8418bc authored over 2 years ago by Livia Medeiros <[email protected]>
test: add test for position validation in fs.read() and fs.readSync()

PR-URL: https://github.com/nodejs/node/pull/42837
Co-authored-by: Antoine du Hamel <duhamelanto...

6be94c9443c890cd5706cfa6508c4c00e06dfe9e authored over 2 years ago by Livia Medeiros <[email protected]>
http2: compat support for array headers

PR-URL: https://github.com/nodejs/node/pull/42901
Reviewed-By: Robert Nagy <[email protected]>
R...

916a13a8a36debd9c9ce393bf1edd543ee75d449 authored over 2 years ago by OneNail <[email protected]>
bootstrap: fix wasm_web_api external reference registration

The external references were not actually registered.

PR-URL: https://github.com/nodejs/node/pu...

acffd3d9e657c7013f32665a118772dc1576dfab authored over 2 years ago by Joyee Cheung <[email protected]>
assert: make `assert.fail` less affected by prototype tampering

PR-URL: https://github.com/nodejs/node/pull/42918
Reviewed-By: Michaël Zasso <targos@protonmail....

2b41f5980ec8711607901a7303e24f9e8b909ca8 authored over 2 years ago by Antoine du Hamel <[email protected]>
doc: add section regarding property definition in `primordials.md`

PR-URL: https://github.com/nodejs/node/pull/42921
Reviewed-By: Matteo Collina <matteo.collina@gm...

52ba02e874203c1a0d7f97f21e720b88e537731f authored over 2 years ago by Antoine du Hamel <[email protected]>
crypto: clean up parameter validation in HKDF

PR-URL: https://github.com/nodejs/node/pull/42924
Reviewed-By: Filip Skokan <[email protected]>...

75dbb86c58d6abb1a0b1202381be019d8e8c5792 authored over 2 years ago by Tobias Nießen <[email protected]>
doc: clarify some default values in `fs.md`

PR-URL: https://github.com/nodejs/node/pull/42892
Reviewed-By: Antoine du Hamel <duhamelantoi...

73a8a0ee3ceb3ea5d972375fb554b276e28777e1 authored over 2 years ago by Livia Medeiros <[email protected]>
test: reduce impact of flaky HTTP server tests

Refs: https://github.com/nodejs/node/issues/42741

PR-URL: https://github.com/nodejs/node/pull...

0fc455a219628fbf373d0fe5e1235ff6043094d9 authored over 2 years ago by Tobias Nießen <[email protected]>
src: add initial shadow realm support

Add initial shadow realm support behind an off-by-default flag
`--experimental-shadow-realm`.
...

e86a6383054623e5168384a83d8cd6ebfe1fb584 authored over 2 years ago by legendecas <[email protected]>
deps: update undici to 5.1.1

PR-URL: https://github.com/nodejs/node/pull/42939
Reviewed-By: Antoine du Hamel <duhamelantoine1...

3bd87e1782b45fec6df7809823fdf16ec07bc4a7 authored over 2 years ago by Michaël Zasso <[email protected]>
worker: add hasRef() to MessagePort

Since we were removing the hasRef() method before exposing the
MessagePort object, the only way ...

1d8a320a04d75b2143be0bc97b10dfcd9e64defa authored over 2 years ago by Darshan Sen <[email protected]>