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
PR-URL: https://github.com/nodejs/node/pull/48079
Reviewed-By: Yagiz Nizipli <[email protected]>...
Those were wrongly marked as `bash`, when the text around it was
referencing PowerShell or Comma...
We had a few code snippets that were using a non-descriptive tag (e.g.
`console` or `text`), whe...
PR-URL: https://github.com/nodejs/node/pull/48072
Reviewed-By: Michaël Zasso <targos@protonmail....
Add the new status in order to distinguish a state wherein an exception
is pending from one wher...
The examples for generateKey() and generateKeySync() generate 64-bit
HMAC keys. That is inadequa...
PR-URL: https://github.com/nodejs/node/pull/47866
Reviewed-By: Michael Dawson <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/47866
Reviewed-By: Michael Dawson <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/48064
Reviewed-By: Richard Lau <[email protected]>
Rev...
PR-URL: https://github.com/nodejs/node/pull/48063
Reviewed-By: Richard Lau <[email protected]>
Rev...
Fixes https://github.com/nodejs/loaders/issues/138
PR-URL: https://github.com/nodejs/node/pull/...
ccada8bccc3ec90fa895b9f19ae37a460c318f60 authored over 1 year ago by Gil Tayar <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/48062
Reviewed-By: Luke Karrys <[email protected]>...
PR-URL: https://github.com/nodejs/node/pull/47972
Fixes: https://github.com/nodejs/node/issues/4...
PR-URL: https://github.com/nodejs/node/pull/48037
Reviewed-By: Yagiz Nizipli <[email protected]>...
PR-URL: https://github.com/nodejs/node/pull/47975
Reviewed-By: Chengzhong Wu <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/47919
Reviewed-By: Matthew Aitken <maitken033380023@...
NodeBIO's memory buffer structure does not support BIO_C_FILE_SEEK and B
IO_C_FILE_TELL. This pr...
PR-URL: https://github.com/nodejs/node/pull/47997
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotma...
PR-URL: https://github.com/nodejs/node/pull/48034
Reviewed-By: Yagiz Nizipli <[email protected]>...
PR-URL: https://github.com/nodejs/node/pull/48031
Reviewed-By: Moshe Atlow <[email protected]>
R...
PR-URL: https://github.com/nodejs/node/pull/47821
Fixes: https://github.com/nodejs/node/issues/4...
PR-URL: https://github.com/nodejs/node/pull/48039
Reviewed-By: Antoine du Hamel <duhamelantoine1...
Fixes: https://github.com/nodejs/node/issues/48016
PR-URL: https://github.com/nodejs/node/pull/4...
PR-URL: https://github.com/nodejs/node/pull/47800
Fixes: https://github.com/nodejs/node/issues/4...
This removes replacing `_` with `-` in the flags defined.
Signed-off-by: Daeyeon Jeong <daeyeon...
5cb5422b6ff29018c915a497da0ce1a509e1d52c authored over 1 year ago by Daeyeon Jeong <[email protected]>
`cluster.isMaster` was deprecated. So need to use `cluster.isPrimary`
for benchmark.
Refs: http...
ca096563e02acf79e572ea9eb7ba81722b1cb399 authored over 1 year ago by Deokjin Kim <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/47995
Reviewed-By: Antoine du Hamel <duhamelantoine1...
PR-URL: https://github.com/nodejs/node/pull/48010
Reviewed-By: Antoine du Hamel <duhamelantoine1...
PR-URL: https://github.com/nodejs/node/pull/48036
Reviewed-By: Yagiz Nizipli <[email protected]>...
PR-URL: https://github.com/nodejs/node/pull/46401
Reviewed-By: Ben Noordhuis <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/47994
Reviewed-By: Matthew Aitken <maitken033380023@...
According to usage(node::util::RegisterExternalReferences) of
below line, namespace has to be `u...
Notable changes:
doc:
* add ovflowd to collaborators (Claudio Wunder) https://github.com/node...
PR-URL: https://github.com/nodejs/node/pull/48023
Reviewed-By: Moshe Atlow <[email protected]>
R...
The error is not necessarily due to a client certificate engine. For
example, the `privateKeyEng...
Refs: https://github.com/nodejs/node/pull/47182
PR-URL: https://github.com/nodejs/node/pull/4799...
These limitations are not specific to the file system, so they should
not be listed in the "File...
When OpenSSL is configured with OPENSSL_NO_ENGINE, setEngine() currently
throws an internal erro...
PR-URL: https://github.com/nodejs/node/pull/47867
Fixes: https://github.com/nodejs/node/issues/4...
RestrictAccess() is declared, but it's not used.
PR-URL: https://github.com/nodejs/node/pull/47...
8cbc307c44865703ae6976de94ad3470d5f71518 authored over 1 year ago by Deokjin Kim <[email protected]>
All three functions do the same, except using different cryptographic
hash functions. Move the c...
This test has been failing occasionally for weeks.
Refs: https://github.com/nodejs/node/issues/...
92d3611fcab006df3694d24c14c65830f377cf3d authored over 1 year ago by Tobias Nießen <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/47939
Reviewed-By: Zeyu "Alex" Yang <himself65@outlo...
PR-URL: https://github.com/nodejs/node/pull/47909
Fixes: https://github.com/nodejs/node/issues/4...
This removes more copies of the code cache data.
First: for the builtin snapshot, we were copyi...
3ef17b635653d0f862a093a50d611b18577348c2 authored over 1 year ago by Keyhan Vakil <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/47983
Reviewed-By: Yagiz Nizipli <[email protected]>...
I believe that these are required so that the respective APIs are
marked as deprecated in the ta...
PR-URL: https://github.com/nodejs/node/pull/47980
Reviewed-By: Mestery <[email protected]>
...
PR-URL: https://github.com/nodejs/node/pull/47979
Reviewed-By: Mestery <[email protected]>
...
PR-URL: https://github.com/nodejs/node/pull/47992
Refs: https://github.com/nodejs/node/pull/4757...
The change aims to add value argument to two methods of URLSearchParams
class i.e the has method...
src: add cjs_module_lexer_version base64_version
PR-URL: https://github.com/nodejs/node/pull/456...
PR-URL: https://github.com/nodejs/node/pull/47964
Fixes: https://github.com/nodejs/node/issues/4...
With widespread support for ES modules, the description of global is
outdated now.
PR-URL: http...
226573b6a1de1a7f0873c3adef22fa55ca77c256 authored over 1 year ago by Tobias Nießen <[email protected]>Sync with other files updated in dca352a9b6acb.
PR-URL: https://github.com/nodejs/node/pull/479...
a845f21dc4f437cc8d9c23c2a41ca09821e759ac authored over 1 year ago by Rich Trott <[email protected]>
If in case context is unable to allocate a promise then
`ERR_CONTEXT_NOT_INITIALIZED` error will...
PR-URL: https://github.com/nodejs/node/pull/47732
Reviewed-By: Robert Nagy <[email protected]>
R...
Simplify the assignment of the `microtaskQueue` variable in the `vm`
module by replacing the con...
The import assertion proposal has been renamed and
the old URL does not redirect to the new one....
PR-URL: https://github.com/nodejs/node/pull/46357
Reviewed-By: Filip Skokan <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/47953
Reviewed-By: Tobias Nießen <[email protected]>
...
- error.cause is potentially an error, so is now handled recursively
- best effort to serialize ...
Rename NODE_MODULE_CONTEXT_AWARE_CPP to NODE_BINDING_CONTEXT_AWARE_CPP.
PR-URL: https://github....
78123275c2561260368eeebaa84b805830d189f1 authored over 1 year ago by sinkhaha <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/47946
Reviewed-By: Michaël Zasso <targos@protonmail....
Refs: https://github.com/nodejs/node/pull/47182
PR-URL: https://github.com/nodejs/node/pull/4794...
Closes: https://github.com/nodejs/node/issues/47940
PR-URL: https://github.com/nodejs/node/pull/...
PR-URL: https://github.com/nodejs/node/pull/47941
Reviewed-By: Marco Ippolito <marcoippolito54@g...
PR-URL: https://github.com/nodejs/node/pull/47860
Reviewed-By: James M Snell <[email protected]>...
For other candidate permissions, such as "net" or "env", this patch
will pass the reference with...
This should make it possible to reuse the BlobSerializer and the
BlobDeserializer classes in SEA...
For tests with subtests the before hook was being run after the
beforeEach hook, which is the op...
PR-URL: https://github.com/nodejs/node/pull/47921
Refs: https://github.com/nodejs/node/issues/47...
PR-URL: https://github.com/nodejs/node/pull/47920
Fixes: https://github.com/nodejs/performance/i...
If V8 generates code coverage for a file that is later
inaccessible to the test runner, then omi...
SKIP_CHECK_VALUE is a string literal, so its size is the length of the
string in chars plus one....
Original commit message:
[wasm] Fix deadlock in async wrapper compilation
If compilati...
38d261ae66022a9a412f39a631f2ba8ce7650ee6 authored over 1 year ago by Michaël Zasso <[email protected]>Original commit message:
[wasm] Simplify CompileJSToWasmWrapperJob
This CL merges some...
4b4a0c4d54ba1037d4b016e75b50dc2e560cfd8b authored over 1 year ago by Michaël Zasso <[email protected]>
Currently we use external strings for internalized builtin source code.
However when a snapshot ...
PR-URL: https://github.com/nodejs/node/pull/47650
Reviewed-By: Yagiz Nizipli <[email protected]>...
Signed-off-by: Matteo Collina <[email protected]>
PR-URL: https://github.com/nodejs/node/p...
PR-URL: https://github.com/nodejs/node/pull/47727
Refs: https://github.com/nodejs/security-wg/is...
PR-URL: https://github.com/nodejs/node/pull/47819
Fixes: https://github.com/nodejs/node/issues/4...
PR-URL: https://github.com/nodejs/node/pull/47922
Reviewed-By: Yagiz Nizipli <[email protected]>...
PR-URL: https://github.com/nodejs/node/pull/47903
Reviewed-By: Mohammed Keyvanzadeh <mohammadkey...
Fixes: https://github.com/nodejs/node/issues/40184
PR-URL: https://github.com/nodejs/node/pull/4...
PR-URL: https://github.com/nodejs/node/pull/47706
Reviewed-By: Joyee Cheung <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/47906
Reviewed-By: Moshe Atlow <[email protected]>
R...
PR-URL: https://github.com/nodejs/node/pull/47911
Reviewed-By: Moshe Atlow <[email protected]>
R...
`BuiltinModule.normalizeRequirableId()` was introduced in
https://github.com/nodejs/node/pull/47...
Fixes: https://github.com/nodejs/node/issues/47814
PR-URL: https://github.com/nodejs/node/pull/4...
Fixes: https://github.com/nodejs/node/issues/47322
PR-URL: https://github.com/nodejs/node/pull/4...
Refs: https://github.com/nodejs/node/pull/39809
Refs: https://github.com/nodejs/node/pull/40239
...
It's not pretty either way, but a template is still preferable over a
macro.
PR-URL: https://gi...
29e6dd1d2d74b71a911043fe9c891215f17f267a authored over 1 year ago by Tobias Nießen <[email protected]>
Merging 2 checking range of sourceStart into 1. Plus,
add test case to increase coverage if sour...
PR-URL: https://github.com/nodejs/node/pull/47886
Reviewed-By: Rich Trott <[email protected]>
Rev...
The code cache is quite large - around 1.3 MiB. Change the code to use
non-owning buffers to avo...
Original commit message:
[riscv] Using s8 as backtrack_stackpointer reg and optimize Branch...
4040a904dedfae8e1a60cc29ed78aab7945d272f authored over 1 year ago by Lu Yahan <[email protected]>Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.2.1 t...
41fb40c7ff8cf7480f07ab107c4d26f93c4b4c85 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.5.0 to 4.6.0.
- [Re...
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.5.2.
- [Release no...