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-11-07lib: fix JSDoc issuesRich Trott
2022-11-01buffer: fix validation of options in `Blob` constructorAntoine du Hamel
2022-10-14lib: support more attributes for early hint linkYagiz Nizipli
2022-10-07util: add default value option to parseargManuel Spigolon
2022-10-07lib: require JSDoc in internal validators codeRich Trott
2022-10-06http2: make early hints genericYagiz Nizipli
2022-10-03lib: brand check event handler property receiverslegendecas
2022-08-17typings: add JSDoc for `internal/validators`Yagiz Nizipli
2022-08-17http: add writeEarlyHints function to ServerResponseWing
2022-07-25test_runner: validate `timeout` optionAntoine du Hamel
2022-07-11lib: make `validateObject` less affected by prototype tamperingAntoine du Hamel
2022-06-27lib: refactor to avoid unsafe regex primordialsAntoine du Hamel
2022-05-24util: add parseArgs moduleBenjamin E. Coe
2022-05-22lib: refactor `validateInt32` and `validateUint32`mawaregetsuka
2022-04-03lib: improve the coverage of the validatormawaregetsuka
2022-02-05lib: replace validator and errorMohammed Keyvanzadeh
2021-11-01v8: multi-tenant promise hook apiStephen Belanger
2021-09-18lib: avoid creating a throw away object in `validateObject`Antoine du Hamel
2021-08-15lib: simplify validatorsVoltrex
2021-06-26wasi: use missing validatorVoltrex
2021-04-14typings: add types for internalBinding('fs')Michaël Zasso
2021-03-01fs: fix flag and mode validationJames M Snell
2021-02-09lib: fix WebIDL `object` and dictionary type conversionExE Boss
2021-01-27lib: refactor to use validateFunctionZiJian Liu
2020-12-29lib: use more primordials in shared validatorsPooja D P
2020-10-07lib: use Number.parseInt from primordialsMichaël Zasso
2020-10-04lib: replace String global with primordialsSebastien Ahkrin
2020-09-11lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODINGDenys Otrishko
2020-08-31events: allow use of AbortController with onceJames M Snell
2020-08-17lib: allow to validate enums with validateOneOfDenys Otrishko
2020-04-28lib: fix validateport error message when allowZero is falserickyes
2020-04-14lib: created isValidCallback helperYash Ladha
2020-03-05lib: move isLegalPort to validators, refactorJames M Snell
2020-02-10lib: improve value validation utilsDenys Otrishko
2020-01-12fs: improve mode and flags validationRuben Bridgewater
2019-11-30lib: use static Number properties from primordialsMichaël Zasso
2019-10-01crypto: refactor array buffer view validationRuben Bridgewater
2019-08-24lib: remove the comment of base64 validationMaledong
2019-08-19lib: rename validateSafeInteger to validateIntegercjihrig
2019-08-17lib: rename validateInteger to validateSafeIntegerZach Bjornson
2019-08-10src: add error codes to errors thrown in C++Yaniv Friedensohn
2019-07-24lib: support min/max values in validateInteger()cjihrig
2019-04-11lib: add signal name validatorcjihrig
2019-03-27lib: consolidate arrayBufferView validationRuben Bridgewater
2019-03-27lib: remove return values from validation functionsRuben Bridgewater
2019-03-27lib: rename validateMode to parseModeRuben Bridgewater
2019-03-23lib: refactor Error.captureStackTrace() usageRuben Bridgewater
2019-03-15fs: improve mode validationRuben Bridgewater
2018-08-14lib: extract validateNumber validatorJon Moss
2018-08-07lib: extract validateString validatorJon Moss