New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

enque

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

enque - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

package.json
{
"name": "enque",
"version": "1.0.4",
"version": "1.0.5",
"description": "Run asynchonous functions in succession while potentially operating on the same data.",

@@ -5,0 +5,0 @@ "main": "enQue.js",

@@ -56,3 +56,3 @@ # enQue.js

que.add((data, next, done, index) => {
// index is the position of your function int he que, 0 right now.
// index is the position of your function in the que, 0 right now.
//return done(); // You can return early if you'd like

@@ -59,0 +59,0 @@ setTimeout(()=>{

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