Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-27esm: protect ESM loader from prototype pollutionAntoine du Hamel
2022-10-19util: add MIME utilities (#21128)Bradley Farias
2022-10-04lib: add cause to DOMExceptionflakey5
2022-07-27lib: add `Promise` methods to `avoid-prototype-pollution` lint ruleAntoine du Hamel
2022-07-10lib: implement safe alternatives to `Promise` static methodsAntoine du Hamel
2022-06-11tools: add `avoid-prototype-pollution` lint ruleAntoine du Hamel
2022-06-03lib: use null-prototype objects for property descriptorsAntoine du Hamel
2022-05-05bootstrap: stop delaying instantiation of maps in per-context scriptsDarshan Sen
2022-02-21lib: add legacy built-in functions to primordialsAntoine du Hamel
2022-02-18tools,lib: remove `global` and `Intl` from the list of globalsAntoine du Hamel
2022-01-20lib: modify `DOMException` to pass WPTXadillaX
2022-01-11url,lib: pass urlsearchparams-constructor.any.jsXadillaX
2021-12-12lib: include return types in JSDocRich Trott
2021-06-30stream: implement WHATWG streamsJames M Snell
2021-05-19lib: make primordials Promise methods safeAntoine du Hamel
2021-04-28lib: harden lint checks for globalsAntoine du Hamel
2021-04-19lib: revert primordials in a hot pathAntoine du Hamel
2021-04-17lib: enforce using `primordials.globalThis` instead of `global`Antoine du Hamel
2021-04-13lib: add `globalThis` to primordialsAntoine du Hamel
2021-04-13lib: add `WeakRef` and `FinalizationRegistry` to `primordials`ExE Boss
2021-04-08lib: add tsconfig for code completionsBradley Farias
2021-03-19lib: aggregate errors to avoid error swallowingAntoine du Hamel
2021-03-04worker: add ports property to MessageEventsAnna Henningsen
2021-02-19doc,lib: prepare for stricter multi-line array lintingRich Trott
2021-02-19lib: remove outdated todo commentAntoine du Hamel
2021-02-18lib: add URI handling functions to primordialsAntoine du Hamel
2021-01-28test: add tests for `bound apply` variants of varargs `primordials`ExE Boss
2021-01-28lib: add `bound apply` variants of varargs `primordials`ExE Boss
2021-01-18lib: refactor `primordials.makeSafe` to use more primordialsExE Boss
2021-01-12lib: simplify `primordials.uncurryThis`ExE Boss
2020-12-28lib: add primordials.SafeArrayIteratorAntoine du Hamel
2020-12-25lib: add primordials.SafeStringIteratorAntoine du Hamel
2020-12-25lib: make safe primordials safe to constructAntoine du Hamel
2020-12-15lib: make safe primordials safe to iterateAntoine du Hamel
2020-12-07lib: add uncurried accessor properties to `primordials`ExE Boss
2020-11-25lib: refactor primordials.uncurryThisAntoine du Hamel
2020-11-19lib: remove primordials.SafePromiseAntoine du Hamel
2020-11-09lib: add %TypedArray% abstract constructor to primordialsExE Boss
2020-11-07tools: add new ESLint rule: prefer-primordialsLeko
2020-11-06module: refactor to use iterable-weak-mapbcoe
2020-10-28events: make abort_controller event trustedBenjamin Gruenbaum
2020-10-08crypto: refactoring internals, add WebCryptoJames M Snell
2020-10-07lib: use global Error constructors from primordialsMichaël Zasso
2020-07-22worker: make MessagePort inherit from EventTargetAnna Henningsen
2020-02-08worker: improve MessagePort performanceAnna Henningsen
2020-01-05lib: replace use of Error with primordialsSebastien Ahkrin
2019-12-16lib: enforce use of Promise from primordialsMichaël Zasso
2019-12-16lib: add TypedArray constructors to primordialsSebastien Ahkrin
2019-11-27lib: enforce use of Array from primordialsMichaël Zasso
2019-11-25lib: flatten access to primordialsMichaël Zasso