Releases: GigSalad/node-redis-scan
Upgrade devDependencies
Update @babel/traverse
development sub-dependency to address Dependabot alert.
Upgrade devDependencies
Update json5
development sub-dependency.
Upgrade devDependencies
Update dependencies to resolve prototype pollution security alert caused by minimist package, CVE-2021-44906.
Upgrade devDependencies
Update the mocha
dependency to resolve a security issue with one of its sub-dependencies (nanoid
, CVE-2021-23566).
Upgrade devDependencies
Update the path-parse
dependency to resolve a security issue.
Upgrade devDependencies
Upgrade the Mocha dev dependency to resolve a security issue.
Upgrade devDependencies
Upgrade the Node Redis dependency to resolve a minor security issue.
See: https://github.com/NodeRedis/node-redis/releases/tag/v3.1.1
Add new functionality
-
Add a new
type
option which allows users of Redis 6.0 and newer to scan for keys of a specific type. -
Add a new
limit
option to allow canceling a scan when we've found the requested number of keys or more. -
Add the ability to cancel the scan via the
eachScanCallback
function parameter of theeachScan()
method. -
Update mocha tests and readme.
Upgrade devDependencies
Resolve a security alert caused by the y18n
package which is used by yargs
which is used by nyc
.
Upgrade devDependencies
Resolve a security alert caused by serialize-javascript
package.