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

beanstalkd

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

beanstalkd - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

4

package.json
{
"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 @@ ```

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