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

mutexify

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mutexify - npm Package Compare versions

Comparing version 1.3.1 to 1.4.0

4

index.js

@@ -0,1 +1,3 @@

var queueTick = require('queue-tick')
var mutexify = function () {

@@ -13,3 +15,3 @@ var queue = []

acquire.locked = true
process.nextTick(call)
queueTick(call)
return 0

@@ -16,0 +18,0 @@ }

{
"name": "mutexify",
"version": "1.3.1",
"version": "1.4.0",
"description": "mutex lock for javascript",
"main": "index.js",
"dependencies": {},
"dependencies": {
"queue-tick": "^1.0.0"
},
"devDependencies": {

@@ -8,0 +10,0 @@ "standard": "^14.3.3",

Sorry, the diff of this file is not supported yet

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