Socket
Socket
Sign inDemoInstall

node-redis-streamify

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-redis-streamify - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

6

lib/streamify.js

@@ -12,3 +12,7 @@ 'use strict';

return function onMatches(matches, done) {
readable.pull.apply(readable, matches);
if (_.isArray(matches) && ! _.isEmpty(matches)) {
readable.pull.apply(readable, matches);
}
done(null, readable.isEnded());

@@ -15,0 +19,0 @@ };

@@ -49,2 +49,4 @@ 'use strict';

array.push.apply(array, arguments);
} else {
array.push(null);
}

@@ -51,0 +53,0 @@

2

package.json
{
"name": "node-redis-streamify",
"version": "0.1.4",
"version": "0.1.5",
"description": "A Node.js library to augment node_redis interface with streaming version of commands SCAN, HSCAN, SSCAN, ZSCAN.",

@@ -5,0 +5,0 @@ "main": "lib/streamify.js",

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