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.2.0 to 2.2.1

5

lib/client.js

@@ -80,2 +80,3 @@ 'use strict';

this.connection = connection;
this.closed = false;
this.readQueue = new _readQueue2.default(this.connection);

@@ -147,5 +148,5 @@ resolve(this);

debug(`Sent command "${ writer.command } ${ args.join(' ') }"`);
debug(`Sent command "${writer.command} ${args.join(' ')}"`);
} catch (err) {
debugError(`Command "${ writer.command } ${ args.join(' ') }" ${ err.toString() }`);
debugError(`Command "${writer.command} ${args.join(' ')}" ${err.toString()}`);
throw err;

@@ -152,0 +153,0 @@ } finally {

2

lib/read-queue.js

@@ -32,3 +32,3 @@ 'use strict';

if (!this.current) {
this.connection.emit('error', new Error(`No read queue item for item, length: ${ data.length }`));
this.connection.emit('error', new Error(`No read queue item for item, length: ${data.length}`));
console.log('No read queue item' /* , data.toString() */);

@@ -35,0 +35,0 @@ this.connection.destroy();

{
"name": "beanstalkd",
"version": "2.2.0",
"version": "2.2.1",
"description": "A beanstalkd client for Node.js with promises",

@@ -5,0 +5,0 @@ "main": "lib/client.js",

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