memcache-plus
Advanced tools
Comparing version 0.2.11 to 0.2.12
@@ -407,3 +407,3 @@ /** | ||
} else if (this.bufferBeforeError === 0) { | ||
return Promise.reject('Connection is not ready, either not connected yet or disconnected').nodeify(cb); | ||
return Promise.reject(new Error('Connection is not ready, either not connected yet or disconnected')).nodeify(cb); | ||
} | ||
@@ -410,0 +410,0 @@ |
{ | ||
"name": "memcache-plus", | ||
"version": "0.2.11", | ||
"version": "0.2.12", | ||
"description": "Better memcache for node", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
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
253428
26