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 2.0.0 to 2.0.1

4

lib/Client.js

@@ -84,5 +84,5 @@ 'use strict';

if (split[0] && !isNaN(split[0])) options.database = split[0];
if (split[0] && !isNaN(split[0])) config.database = split[0];
if (split[1]) options.password = split[1];
if (split[1]) config.password = split[1];
}

@@ -89,0 +89,0 @@ }

{
"name": "then-redis",
"version": "2.0.0",
"version": "2.0.1",
"description": "Promise-based Redis client",

@@ -24,9 +24,9 @@ "author": "Michael Jackson",

"babel-cli": "^6.6.5",
"babel-eslint": "^5.0.0",
"babel-eslint": "^6.0.4",
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.7.2",
"eslint": "2.2.0",
"eslint": "^2.4.0",
"eslint-config-airbnb": "^6.1.0",
"eslint-plugin-react": "^4.2.1",
"expect": "^1.1.0",
"expect": "^1.19.0",
"mocha": "^2.0.1",

@@ -37,4 +37,4 @@ "readline-sync": "^1.4.1",

"peerDependencies": {
"redis": "^2.4.2",
"redis-commands": "^1.1.0"
"redis": "*",
"redis-commands": "*"
},

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

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