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

burstable

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

burstable - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

6

lib/tube/watcher.js

@@ -93,7 +93,7 @@ 'use strict';

var client = yield this.connection();
try {
var client = yield this.connection();
this.debug('Reserving job, timeout: ' + RESERVE_TIMEOUT);
this.debug('Reserving job, timeout: ' + RESERVE_TIMEOUT);
try {
var _ref = yield client.reserveWithTimeout(RESERVE_TIMEOUT);

@@ -100,0 +100,0 @@

{
"name": "burstable",
"version": "1.1.0",
"version": "1.1.1",
"description": "Simple and powerful task queue for Node.js on top of Beanstalkd",

@@ -5,0 +5,0 @@ "main": "lib/burstable.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