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
Notable changes:
fs:
* (SEMVER-MINOR) introduce `dirent.parentPath` (Antoine du Hamel) https:...
We were incorrectly parsing windows drive letters as schemes. This was
polluting the source map ...
PR-URL: https://github.com/nodejs/node/pull/51025
Reviewed-By: Moshe Atlow <[email protected]>
R...
PR-URL: https://github.com/nodejs/node/pull/51024
Reviewed-By: Matthew Aitken <maitken033380023@...
PR-URL: https://github.com/nodejs/node/pull/51022
Reviewed-By: Moshe Atlow <[email protected]>
R...
Co-authored-by: Antoine du Hamel <[email protected]>
PR-URL: https://github.com/nodej...
Original commit message:
aix: disable ipv6 link local (#4229)
AIX does not implement ifaddr...
5504cf36caa0dc2d7f891851c0adbefc40c7ce67 authored about 1 year ago by Abdirahim Musse <[email protected]>
deps: update libuv to 1.47.0
PR-URL: https://github.com/nodejs/node/pull/50650
Reviewed-By: Ben ...
PR-URL: https://github.com/nodejs/node/pull/51020
Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sent...
Report the version of the dynamically linked zlib if built with
`configure --shared-zlib` instea...
Signed-off-by: Michael Dawson <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/...
Fixes: https://github.com/nodejs/node/issues/50571
PR-URL: https://github.com/nodejs/node/pull/5...
Fixes: https://github.com/nodejs/node/issues/50571
PR-URL: https://github.com/nodejs/node/pull/5...
Fixes: https://github.com/nodejs/node/issues/50571
PR-URL: https://github.com/nodejs/node/pull/5...
Fixes: https://github.com/nodejs/node/issues/50571
PR-URL: https://github.com/nodejs/node/pull/5...
Fixes: https://github.com/nodejs/node/issues/50571
PR-URL: https://github.com/nodejs/node/pull/5...
1. Fallback to true when the context is not (yet) initialized
with the kAllowCodeGenerationFr...
PR-URL: https://github.com/nodejs/node/pull/50796
Fixes: https://github.com/nodejs/node/issues/5...
PR-URL: https://github.com/nodejs/node/pull/50987
Reviewed-By: Geoffrey Booth <webadmin@geoffrey...
PR-URL: https://github.com/nodejs/node/pull/50965
Reviewed-By: Geoffrey Booth <webadmin@geoffrey...
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.6.0 t...
c7fda398fd38eb429e35ade932cdc0a36f9bbf08 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.22.5 to 2.22.8.
- [...
A function tail calls [[noreturn]] node::Abort will print an incorrect
call stack because the fr...
PR-URL: https://github.com/nodejs/node/pull/50555
Reviewed-By: Luigi Pinca <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/50555
Reviewed-By: Luigi Pinca <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/50990
Reviewed-By: Luigi Pinca <[email protected]...
Fixes: https://github.com/nodejs/node/issues/50571
PR-URL: https://github.com/nodejs/node/pull/5...
The goal is to replace `dirent.path` using a name that's less likely to
create confusion.
`diren...
PR-URL: https://github.com/nodejs/node/pull/50975
Reviewed-By: Filip Skokan <[email protected]>...
When using a loader, for say TypeScript, the esm loader invokes the
`lineLengths` function via `...
Fixes: https://github.com/nodejs/node/issues/50571
PR-URL: https://github.com/nodejs/node/pull/5...
PR-URL: https://github.com/nodejs/node/pull/50785
Reviewed-By: James M Snell <[email protected]>...
Added a check to see if url wasn't included as an argument
which will then throw an error.
Fixe...
2f4065250e453da2de2ee9cbb8aaae28cbdb4df5 authored about 1 year ago by DylanTet <[email protected]>Notable changes:
crypto:
* update root certificates to NSS 3.95 (Node.js GitHub Bot) https://...
PR-URL: https://github.com/nodejs/node/pull/50974
Reviewed-By: Michaël Zasso <targos@protonmail....
Use validateFunction to remove duplicate implementation.
PR-URL: https://github.com/nodejs/node...
e1bfd0a29e1657503cb718817bcd87d2b211622c authored about 1 year ago by Deokjin Kim <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/50931
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotma...
PR-URL: https://github.com/nodejs/node/pull/50913
Reviewed-By: Moshe Atlow <[email protected]>
R...
Notable changes:
deps:
* (SEMVER-MINOR) update uvwasi to 0.0.19 (Node.js GitHub Bot) https://...
This was the workaround provided by HackerOne team
PR-URL: https://github.com/nodejs/node/pull/...
fe987340fc477f0bec1084227c1ff0f745ac7cbe authored about 1 year ago by Rafael Gonzaga <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/47342
Reviewed-By: Michaël Zasso <targos@protonmail....
PR-URL: https://github.com/nodejs/node/pull/50915
Reviewed-By: Matthew Aitken <maitken033380023@...
PR-URL: https://github.com/nodejs/node/pull/50898
Reviewed-By: Guy Bedford <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/50887
Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sent...
PR-URL: https://github.com/nodejs/node/pull/50651
Refs: https://github.com/nodejs/node/issues/50...
PR-URL: https://github.com/nodejs/node/pull/50957
Reviewed-By: Luigi Pinca <[email protected]...
Ensure that `defaultLoad` does not uselessly access the file system to
get the source of modules...
When using the Modules Customization Hooks API to load CommonJS modules,
we want to support the ...
PR-URL: https://github.com/nodejs/node/pull/50926
Reviewed-By: Michaël Zasso <targos@protonmail....
- Use spawnSyncAndExitWithoutError to log more information on error.
- Use NODE_DEBUG_NATIVE to ...
PR-URL: https://github.com/nodejs/node/pull/50759
Refs: https://github.com/nodejs/node/issues/50...
PR-URL: https://github.com/nodejs/node/pull/50951
Reviewed-By: Moshe Atlow <[email protected]>
R...
- Make processBindingAllowList a separate list from
runtimeDeprecatedList and legacyWrapperLis...
We already have this special kind of runtime deprecation for
Buffer constructors which does not ...
PR-URL: https://github.com/nodejs/node/pull/50730
Fixes: https://github.com/nodejs/node/issues/5...
We previously used a text that appears to be an excerpt of
https://zh.wikipedia.org/wiki/%E5%8D%...
PR-URL: https://github.com/nodejs/node/pull/50904
Refs: https://github.com/nodejs/node/pull/4966...
PR-URL: https://github.com/nodejs/node/pull/50907
Reviewed-By: Robert Nagy <[email protected]>
R...
Theme applying logic get loaded and executed in async mode, so often
there is a
delay in applyin...
PR-URL: https://github.com/nodejs/node/pull/50488
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotma...
fix pr url
PR-URL: https://github.com/nodejs/node/pull/50488
Reviewed-By: Rafael Gonzaga <rafae...
PR-URL: https://github.com/nodejs/node/pull/50488
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotma...
PR-URL: https://github.com/nodejs/node/pull/50488
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotma...
PR-URL: https://github.com/nodejs/node/pull/50488
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotma...
PR-URL: https://github.com/nodejs/node/pull/50488
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotma...
PR-URL: https://github.com/nodejs/node/pull/50488
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotma...
PR-URL: https://github.com/nodejs/node/pull/50488
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotma...
PR-URL: https://github.com/nodejs/node/pull/50488
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotma...
PR-URL: https://github.com/nodejs/node/pull/50488
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotma...
PR-URL: https://github.com/nodejs/node/pull/50488
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotma...
PR-URL: https://github.com/nodejs/node/pull/50488
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotma...
PR-URL: https://github.com/nodejs/node/pull/50488
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotma...
PR-URL: https://github.com/nodejs/node/pull/50488
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotma...
PR-URL: https://github.com/nodejs/node/pull/50488
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotma...
PR-URL: https://github.com/nodejs/node/pull/50488
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotma...
PR-URL: https://github.com/nodejs/node/pull/50488
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotma...
PR-URL: https://github.com/nodejs/node/pull/50488
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotma...
Since website based on 2 different repos, there was an inconsistency
in theme selection, so we h...
PR-URL: https://github.com/nodejs/node/pull/49884
Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sent...
PR-URL: https://github.com/nodejs/node/pull/49846
Refs: https://github.com/nodejs/performance/is...
Signed-off-by: Matteo Collina <[email protected]>
PR-URL: https://github.com/nodejs/node/p...
Increase the number of iterations from 1e5 to 5e6
to avoid the test performance gap caused by in...
PR-URL: https://github.com/nodejs/node/pull/50881
Fixes: https://github.com/nodejs/node/issues/5...
Every other invocation of BN_bn2binpad checks the return value. For
safety and consistency, do s...
Sometimes reporters link to a repo for their repro, which
not only likely takes them more time t...
PR-URL: https://github.com/nodejs/node/pull/50874
Reviewed-By: Matteo Collina <matteo.collina@gm...
PR-URL: https://github.com/nodejs/node/pull/50820
Reviewed-By: Jiawen Geng <technicalcute@gmail....
PR-URL: https://github.com/nodejs/node/pull/50856
Reviewed-By: Matteo Collina <matteo.collina@gm...
PR-URL: https://github.com/nodejs/node/pull/50803
Reviewed-By: Luigi Pinca <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/50769
Reviewed-By: Matthew Aitken <maitken033380023@...
- reduce copying by using std::move
Signed-off-by: Michael Dawson <[email protected]>
PR-URL:...
PR-URL: https://github.com/nodejs/node/pull/50816
Reviewed-By: James M Snell <[email protected]>...
c-ares has made intentional changes to the behavior of TXT records
to comply with RFC 7208, whic...
PR-URL: https://github.com/nodejs/node/pull/50594
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotma...
PR-URL: https://github.com/nodejs/node/pull/50795
Reviewed-By: James M Snell <[email protected]>...
Original commit message:
[flags] Remove --harmony-string-is-well-formed
The String.pro...
fbfa77b712b5d647ae49b759344f2147686a3133 authored about 1 year ago by Chengzhong Wu <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/50844
Reviewed-By: Yagiz Nizipli <[email protected]>...
PR-URL: https://github.com/nodejs/node/pull/50833
Reviewed-By: Luigi Pinca <[email protected]...
Fixes: https://github.com/nodejs/node/issues/50818
PR-URL: https://github.com/nodejs/node/pull/4...
PR-URL: https://github.com/nodejs/node/pull/50640
Reviewed-By: Raz Luvaton <[email protected]>
...