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.1.3 to 1.1.4

2

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

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

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

// You can inject a promise at a specified relative position.
next({inject:1, promise: new Promise(s=>{data.msg += " ONE AND A HALF"; s(data)})});
next({inject:1, function: function(data) {data.msg += " ONE AND A HALF";}});
}, 9000)

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