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/49868
Refs: https://github.com/nodejs/performance/is...
PR-URL: https://github.com/nodejs/node/pull/50829
Reviewed-By: Luigi Pinca <[email protected]...
The permission model's security guarantees fall apart in the presence of
relative symbolic links...
PR-URL: https://github.com/nodejs/node/pull/50486
Reviewed-By: Paolo Insogna <[email protected]>
...
PR-URL: https://github.com/nodejs/node/pull/50715
Reviewed-By: Michael Dawson <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/50709
Reviewed-By: Michaël Zasso <targos@protonmail....
Notable changes:
deps:
* (SEMVER-MINOR) update uvwasi to 0.0.19 (Node.js GitHub Bot) https://...
PR-URL: https://github.com/nodejs/node/pull/50848
Reviewed-By: Yagiz Nizipli <[email protected]>...
Refs: https://github.com/nodejs/node/pull/49047
PR-URL: https://github.com/nodejs/node/pull/5084...
PR-URL: https://github.com/nodejs/node/pull/50831
Reviewed-By: Keyhan Vakil <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/50515
Reviewed-By: Steven R Loomis <[email protected]...
`handle.setServers()` takes an array, not a string.
PR-URL: https://github.com/nodejs/node/pull...
053f36855afa8b6492129492dc15fc050726fdfb authored about 1 year ago by Luigi Pinca <[email protected]>This is the certdata.txt[0] from NSS 3.95, released on 2023-11-16.
This is the version of NSS t...
8c04b452477c51f0876636f205c132a4eb70386b authored about 1 year ago by Node.js GitHub Bot <[email protected]>
Co-authored-by: Geoffrey Booth <[email protected]>
Co-authored-by: Antoine du Hamel <du...
PR-URL: https://github.com/nodejs/node/pull/50815
Reviewed-By: Yagiz Nizipli <[email protected]>...
PR-URL: https://github.com/nodejs/node/pull/50779
Reviewed-By: Filip Skokan <[email protected]>...
PR-URL: https://github.com/nodejs/node/pull/50779
Reviewed-By: Filip Skokan <[email protected]>...
PR-URL: https://github.com/nodejs/node/pull/50779
Reviewed-By: Filip Skokan <[email protected]>...
PR-URL: https://github.com/nodejs/node/pull/50779
Reviewed-By: Filip Skokan <[email protected]>...
PR-URL: https://github.com/nodejs/node/pull/50788
Reviewed-By: Ethan Arrowood <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/50600
Reviewed-By: Luigi Pinca <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/50770
Reviewed-By: Vinícius Lourenço Claro Cardoso <...
PR-URL: https://github.com/nodejs/node/pull/50813
Reviewed-By: Filip Skokan <[email protected]>...
PR-URL: https://github.com/nodejs/node/pull/50812
Reviewed-By: Yagiz Nizipli <[email protected]>...
PR-URL: https://github.com/nodejs/node/pull/50809
Reviewed-By: Moshe Atlow <[email protected]>
R...
PR-URL: https://github.com/nodejs/node/pull/50807
Reviewed-By: Moshe Atlow <[email protected]>
R...
PR-URL: https://github.com/nodejs/node/pull/50806
Reviewed-By: Moshe Atlow <[email protected]>
R...
It seems using ppc alone is not enough. Add ppc64 to be safe.
PR-URL: https://github.com/nodejs...
78633c47382f5d993e6cb381fb4f9c8e49080b18 authored about 1 year ago by Joyee Cheung <[email protected]>
The V8 API requires entering an isolate before using it. We were often
not doing this, which wor...
Original commit message:
[ptr-compr] Fix multi-cage mode
This CL introduces PtrComprCa...
ec023a7a793f2e2e457e811e4c6ab9e81d5feeb0 authored about 1 year ago by Keyhan Vakil <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/50603
Refs: https://github.com/nodejs/node/issues/48...
TextDecoderStream and TextEncoderStream are now exposed as globals,
so we can run the entire Enc...
This adds a configuration flag to enable V8's Maglev compiler.
Unfortunately compilation fails ...
5b73da02e563c9cefb8c40e3ecfcdf7113e5e4e2 authored about 1 year ago by Keyhan Vakil <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/50776
Reviewed-By: Vinícius Lourenço Claro Cardoso <...
The array's length is supposed to be a multiple of two for dynamic
import callbacks.
Fixes: htt...
4db94c50236e663647a51878835328d87edae58c authored about 1 year ago by Michaël Zasso <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/50607
Reviewed-By: Tobias Nießen <[email protected]>
...
The use of string_view and subsequent copying to a string was supposed
to be a minor optimizatio...
This default argument can never benefit any potential caller because any
call site that occurs a...
PR-URL: https://github.com/nodejs/node/pull/50712
Reviewed-By: Yagiz Nizipli <[email protected]>...
PR-URL: https://github.com/nodejs/node/pull/50712
Reviewed-By: Yagiz Nizipli <[email protected]>...
PR-URL: https://github.com/nodejs/node/pull/50712
Reviewed-By: Yagiz Nizipli <[email protected]>...
Current iteration number is too small that fwrite occupies large
portion of execution time which...
PR-URL: https://github.com/nodejs/node/pull/50596
Reviewed-By: Marco Ippolito <marcoippolito54@g...
In https://github.com/nodejs/node/pull/50009, the return value was accidentally made part of `fl...
724a233026d6b4cf5c92fddb2b3129f7030f03f7 authored about 1 year ago by Ryan Zimmerman <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/50772
Reviewed-By: Yagiz Nizipli <[email protected]>...
This is a ESM benchmark, rewrite it so that we are directly
benchmarking the ESM import.meta pat...
PR-URL: https://github.com/nodejs/node/pull/50492
Reviewed-By: Vinícius Lourenço Claro Cardoso <...
Divide builtins into two lists depending on whether
they are loaded before pre-execution or at r...
It needs to copy the Node.js binary which is currently almost
100MB. To be safe, skip the test w...
PR-URL: https://github.com/nodejs/node/pull/50696
Reviewed-By: Luigi Pinca <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/50750
Refs: https://github.com/nodejs/node/issues/50...
When --node-builtin-modules-path is used, we read and create
new strings for builtins in each re...
PR-URL: https://github.com/nodejs/node/pull/50723
Reviewed-By: Luigi Pinca <[email protected]...
Otherwise, non-mutating functions such as is_tree_granted unnecessarily
require pointers to muta...
Usages of `v8::ScriptOrModule` were removed in https://github.com/nodejs/node/pull/44198
so the ...
PR-URL: https://github.com/nodejs/node/pull/50322
Reviewed-By: Jacob Smith <[email protected]>
Rev...
Co-authored-by: Daniel Lemire <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/503...
PR-URL: https://github.com/nodejs/node/pull/50322
Reviewed-By: Jacob Smith <[email protected]>
Rev...
PR-URL: https://github.com/nodejs/node/pull/50721
Reviewed-By: Marco Ippolito <marcoippolito54@g...
PR-URL: https://github.com/nodejs/node/pull/50751
Reviewed-By: Luigi Pinca <[email protected]...
Set the cipher list and cipher suite before anything else
because @SECLEVEL=<n> changes the secu...
This benchmarks the startup of various CLI tools that are already
checked into the source code. ...
PR-URL: https://github.com/nodejs/node/pull/50686
Reviewed-By: James M Snell <[email protected]>...
Refs: https://github.com/nodejs/node/pull/50623
PR-URL: https://github.com/nodejs/node/pull/5071...
PR-URL: https://github.com/nodejs/node/pull/50599
Reviewed-By: Luigi Pinca <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/50693
Reviewed-By: Marco Ippolito <marcoippolito54@g...
It's now runtime-deprecated. Remove it from the benchmark. This
also gets rid of the warning emi...
PR-URL: https://github.com/nodejs/node/pull/50691
Reviewed-By: Marco Ippolito <marcoippolito54@g...
PR-URL: https://github.com/nodejs/node/pull/50622
Reviewed-By: Richard Lau <[email protected]>
Rev...
Notable changes:
doc:
* add MrJithil to collaborators (Jithil P Ponnan) https://github.com/no...
JSONParser uses V8's JSON.parse (for now), meaning that its uses handles
and contexts. JSONParse...
Fixes: https://github.com/nodejs/node/issues/50671
PR-URL: https://github.com/nodejs/node/pull/5...
test: test streambase has already has a consumer
PR-URL: https://github.com/nodejs/node/pull/480...
PR-URL: https://github.com/nodejs/node/pull/50588
Reviewed-By: Yagiz Nizipli <[email protected]>...
This bootstraps ESM loaders in the ShadowRealm with
`ShadowRealm.prototype.importValue` as its e...
The flag is always true and can be determined by isLoaderWorker solely.
PR-URL: https://github....
6b7197cb2b1533617d2ee7ee7528a1fb2297eb55 authored about 1 year ago by legendecas <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/48655
Reviewed-By: Matteo Collina <matteo.collina@gm...
PR-URL: https://github.com/nodejs/node/pull/48655
Reviewed-By: Matteo Collina <matteo.collina@gm...
PR-URL: https://github.com/nodejs/node/pull/48655
Reviewed-By: Matteo Collina <matteo.collina@gm...
Avoid the realm being strongly referenced by the process binding data.
PR-URL: https://github.c...
33dabbbd3d564fc3db0a31a00b48015c7208b38a authored about 1 year ago by legendecas <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/50667
Reviewed-By: James M Snell <[email protected]>...
PR-URL: https://github.com/nodejs/node/pull/50476
Refs: https://github.com/nodejs/security-wg/is...
* Create macro for checking new string arguments.
* Create macro for combining env check...
Be accurate about signedness and bit widths.
PR-URL: https://github.com/nodejs/node/pull/50663
...
We need to handle errors from uv_pipe_connect2()
because return type is `int`.
Fixes: https://g...
9134f4ac9bfccb43c0f78dd67376b807f2afb390 authored about 1 year ago by Deokjin Kim <[email protected]>Original commit message:
[gcc] Add include for TurboShaft
Include <limits> for std::nu...
0ee49c8620793ec09bc9b8303a1915d289975fb3 authored about 1 year ago by Lu Yahan <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/50611
Reviewed-By: Tobias Nießen <[email protected]>
...
PR-URL: https://github.com/nodejs/node/pull/50675
Reviewed-By: Luigi Pinca <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/50631
Reviewed-By: James M Snell <[email protected]>...
PR-URL: https://github.com/nodejs/node/pull/50631
Reviewed-By: James M Snell <[email protected]>...
PR-URL: https://github.com/nodejs/node/pull/50384
Fixes: https://github.com/nodejs/node/issues/5...
PR-URL: https://github.com/nodejs/node/pull/50636
Reviewed-By: Yagiz Nizipli <[email protected]>...
PR-URL: https://github.com/nodejs/node/pull/50625
Reviewed-By: Richard Lau <[email protected]>
Rev...
PR-URL: https://github.com/nodejs/node/pull/50609
Reviewed-By: Yagiz Nizipli <[email protected]>...
PR-URL: https://github.com/nodejs/node/pull/49990
Reviewed-By: Matteo Collina <matteo.collina@gm...
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.9 to 2.22.5.
- [...
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.5.1 t...
0ed92e94e946be331f6c86ec146f830f6e2c5cff authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.2.0 to 2.3.1.
- [...
PR-URL: https://github.com/nodejs/node/pull/50592
Reviewed-By: Marco Ippolito <marcoippolito54@g...
PR-URL: https://github.com/nodejs/node/pull/50605
Reviewed-By: Luigi Pinca <[email protected]...