Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

then-redis

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

then-redis - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

13

package.json
{
"name": "then-redis",
"version": "1.2.0",
"version": "1.2.1",
"description": "A small, promise-based Redis client",
"main": "modules/index.js",
"scripts": {
"test": "jshint . && mocha modules/**/__tests__/*-test.js"
"test": "jshint . && mocha --reporter spec 'modules/**/__tests__/*-test.js'"
},

@@ -14,4 +14,3 @@ "repository": {

"dependencies": {
"bluebird": "^2.3.11",
"redis": "^0.12.1"
"bluebird": "^2.3.11"
},

@@ -21,4 +20,8 @@ "devDependencies": {

"jshint": "^2.5.10",
"mocha": "^2.0.1"
"mocha": "^2.0.1",
"redis": "^0.12.1"
},
"peerDependencies": {
"redis": "^0.12.1"
},
"keywords": [

@@ -25,0 +28,0 @@ "redis",

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