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

qyu

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qyu - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

package.json
{
"name": "qyu",
"version": "0.1.1",
"version": "0.1.2",
"description": "A general-purpose asynchronous job queue for Node.js",

@@ -5,0 +5,0 @@ "keywords": [

@@ -64,3 +64,3 @@ const

catch (err) {
current.deferred.resolve(err);
current.deferred.reject(err);
}

@@ -115,3 +115,3 @@ }

for (let i=freeSlots; i<jobObjects.length; ++i) {
jobObjects[i].deferred.resolve(
jobObjects[i].deferred.reject(
new QyuError('ERR_CAPACITY_FULL', "Can't queue job, queue is at max capacity")

@@ -118,0 +118,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