mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
3238232fc4
validateInteger() was renamed to validateSafeInteger() in https://github.com/nodejs/node/pull/26572. However, this function also works with unsafe integers. This commit restores the old name, and adds some basic tests. PR-URL: https://github.com/nodejs/node/pull/29184 Refs: https://github.com/nodejs/node/pull/26572 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> |
||
---|---|---|
.. | ||
certificate.js | ||
cipher.js | ||
diffiehellman.js | ||
hash.js | ||
keygen.js | ||
keys.js | ||
pbkdf2.js | ||
random.js | ||
scrypt.js | ||
sig.js | ||
util.js |