Skip to content

Releases: GigSalad/node-redis-scan

Upgrade devDependencies

26 Oct 13:58
Compare
Choose a tag to compare

Update @babel/traverse development sub-dependency to address Dependabot alert.

Upgrade devDependencies

10 Jan 16:40
Compare
Choose a tag to compare

Update json5 development sub-dependency.

Upgrade devDependencies

30 Mar 13:47
Compare
Choose a tag to compare

Update dependencies to resolve prototype pollution security alert caused by minimist package, CVE-2021-44906.

Upgrade devDependencies

25 Jan 16:19
Compare
Choose a tag to compare

Update the mocha dependency to resolve a security issue with one of its sub-dependencies (nanoid, CVE-2021-23566).

Upgrade devDependencies

17 Aug 13:38
Compare
Choose a tag to compare

Update the path-parse dependency to resolve a security issue.

Upgrade devDependencies

11 May 13:54
Compare
Choose a tag to compare

Upgrade the Mocha dev dependency to resolve a security issue.

Upgrade devDependencies

04 May 13:45
Compare
Choose a tag to compare

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

06 Apr 21:51
Compare
Choose a tag to compare
  • 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 the eachScan() method.

  • Update mocha tests and readme.

Upgrade devDependencies

06 Apr 14:19
Compare
Choose a tag to compare

Resolve a security alert caused by the y18n package which is used by yargs which is used by nyc.

Upgrade devDependencies

18 Aug 14:55
Compare
Choose a tag to compare

Resolve a security alert caused by serialize-javascript package.