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

queue

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

queue - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

6

index.js

@@ -21,5 +21,7 @@ /*

Queue.prototype.__defineGetter__('length', function() {
Object.defineProperty(Queue.prototype, 'length', { get: length });
function length() {
return this.pending + this.jobs.length;
});
}

@@ -26,0 +28,0 @@ // expose selected array methods

{
"name": "queue",
"version": "1.0.1",
"version": "1.0.2",
"description": "An async job queue with adjustable concurrency",

@@ -5,0 +5,0 @@ "author": "Jesse Tane <jesse.tane@gmail.com>",

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