New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-redis-scan

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-redis-scan - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "node-redis-scan",
"version": "1.0.0",
"version": "1.0.1",
"description": "A simple ES6 Redis key scanner for Node",

@@ -5,0 +5,0 @@ "keywords": [

@@ -19,3 +19,3 @@ # Node Redis key scanner

The `scan()` method provides the easiest way to scan your key space with a single callback that will be passed all matching keys. Depending on the size of your keyspace (millions of keys and beyond) this process might take many seconds or longer.
The `scan()` method provides the easiest way to scan your keyspace with a single callback that will be passed all matching keys. Depending on the size of your keyspace (millions of keys and beyond) this process might take many seconds or longer.

@@ -38,3 +38,3 @@ **Parameters**

scanner.scan('some-pattern*', function(err, matchingKeys) {
scanner.scan('some-pattern*', (err, matchingKeys) => {
if (err) throw(err);

@@ -41,0 +41,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc