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

multiple-redis

Package Overview
Dependencies
Maintainers
1
Versions
166
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multiple-redis - npm Package Compare versions

Comparing version 0.0.17 to 0.0.18

40

package.json
{
"name": "multiple-redis",
"version": "0.0.17",
"version": "0.0.18",
"description": "Run redis commands against multiple redis instances.",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test/spec"
"author": {
"name": "Sagie Gur-Ari",
"email": "sagiegurari@gmail.com"
},
"license": "Apache-2.0",
"homepage": "http://github.com/sagiegurari/multiple-redis",

@@ -23,5 +23,18 @@ "repository": {

],
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test/spec"
},
"scripts": {
"test": "grunt test",
"clean": "grunt cleanup",
"lint": "grunt lint",
"docs": "grunt docs",
"build": "grunt build",
"precommit": "npm run build"
},
"dependencies": {
"async": "^1.4.2",
"redis": "^2.2.5"
"async": "^1.5.0",
"redis": "^2.3.0"
},

@@ -51,16 +64,3 @@ "devDependencies": {

"time-grunt": "latest"
},
"author": {
"name": "Sagie Gur-Ari",
"email": "sagiegurari@gmail.com"
},
"license": "Apache-2.0",
"scripts": {
"test": "grunt test",
"clean": "grunt cleanup",
"lint": "grunt lint",
"docs": "grunt docs",
"build": "grunt build",
"precommit": "npm run build"
}
}

@@ -135,3 +135,3 @@ # multiple-redis

| ----------- | ------- | ----------- |
| 2015-10-24 | v0.0.17 | Maintenance |
| 2015-11-03 | v0.0.18 | Maintenance |
| 2015-10-22 | v0.0.16 | Timeout child commands (see childCommandTimeout option) |

@@ -138,0 +138,0 @@ | 2015-10-16 | v0.0.12 | Maintenance |

Sorry, the diff of this file is not supported yet

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