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

mutexlight

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mutexlight - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "mutexlight",
"version": "1.0.1",
"version": "1.0.2",
"description": "minimal mutex lirbary",

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

@@ -39,3 +39,3 @@ <h1>wspromise</h1>

soon as the mutex lock needs to be released (acquired locks that are not
explicitly released will stay stuck in locked state indefinately).
explicitly released will stay stuck in locked state indefinitely).
If `trylock` is true, the promise will resolve to zero immediately if the

@@ -42,0 +42,0 @@ mutex lock has already been acquired.

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