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.0 to 1.1.1

2

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

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

@@ -50,4 +50,4 @@ # enQue.js

que = require('./enQue.js')
que = new que()
Que = require('enQue')
que = new Que()

@@ -54,0 +54,0 @@ function fn1(data, next) {

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