then-redis
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -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": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11275
4
1
0