beanstalkd
Advanced tools
Comparing version 2.1.0 to 2.2.0
{ | ||
"name": "beanstalkd", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "A beanstalkd client for Node.js with promises", | ||
@@ -8,3 +8,3 @@ "main": "lib/client.js", | ||
"babel-runtime": "^5.8.25", | ||
"beanstalkd-protocol": "^0.2.3", | ||
"beanstalkd-protocol": "^1.0.0", | ||
"bluebird": "^3.4.7", | ||
@@ -11,0 +11,0 @@ "debug": "^2.2.0", |
@@ -53,2 +53,3 @@ # node-beanstalkd-client | ||
Beanstalkd.prototype.protocol.addReply('OK\r\n'); | ||
Beanstalkd.prototype.protocol.addReply('AUTH_FAILED\r\n'); | ||
Beanstalkd.addCommand('AUTH', 'OK'); | ||
@@ -55,0 +56,0 @@ ``` |
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
43891
60
+ Addedbeanstalkd-protocol@1.0.1(transitive)
- Removedbeanstalkd-protocol@0.2.3(transitive)
Updatedbeanstalkd-protocol@^1.0.0