Nikita Skovoroda

Results 118 issues of Nikita Skovoroda

References to [NSWG](https://github.com/nodejs/security-wg) vuln ids in the JSON dataset would be helpful, e.g. for additional deduplication when retrieving the entries from several sources at once. Some don't have CVE entries,...

See https://github.com/crypto-browserify/sha.js/pull/67#discussion_r796925175

Basically, the same relationship as between sha256 and sha224 -- I copied that approach. Simple tests included that it matches Node.js impl, but there are no other test vectors due...

I believe this is a regression in https://github.com/ricmoo/scrypt-js/commit/e55eb3983ae3f6dc9c56b6c88f4e2d788e7edab1#diff-714a4bf03391301f9f8a3a4b026cd1a82fa422b664209252422963d9548341c6L255-R255, previous versions of scrypt-js correctly rejected NaN input but 3.x doesn't. Also, perhaps more checks are needed there, e.g. for the number...

Hi. `karma-browserstack-launcher` is currently `#25` in my [list of modules](https://gist.github.com/ChALkeR/d39b49642e02277d2292d66c2ea0bced) that would likely be broken when https://github.com/nodejs/node/pull/6413 lands (which is anticipated to happen before v7.0). Note that `graceful-fs@1` and `graceful-fs@4`...

Use Buffer.from/Buffer.alloc instead. This bumps the minimal Node.js version from 4.3.0 to 4.5.0, but Node.js v4.x.x is long unsupported by upstream. Refs: https://nodejs.org/api/deprecations.html#deprecations_dep0005_buffer_constructor Refs: https://github.com/nodejs/node/pull/21351 /cc @sokra

There were already some tests for fractional `multipleOf` values, but while writing an implementation I discovered that those were not enough to catch a certain kind of poor implementations. As...

This introduces `draft/2020-12` support, along with performance improvements and some format fixes. Also `package-lock.json` changes generated by npm 7.20.3.

Two changes here: 1. As this repo now tests on multiple drafts, actually pass the correct draft uri (like to other validators) instead of hardcoding `draft-06`. 2. Disable compile-time bail-out...

Example: ``` css .universal-๐ŸŽ‰::before { display: inline; content: '๐ŸŽ‰'; } ``` `` would show ยซ`๐ŸŽ‰`ยป. Isn't that great? And users could restyle that with any images they want (e.g. ยซ๐ŸŽ‰ยป)!...