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.3 to 1.0.4

5

package.json
{
"name": "mutexlight",
"version": "1.0.3",
"version": "1.0.4",
"description": "minimal mutex library for asynchronous locking",

@@ -16,4 +16,7 @@ "main": "mutexlight.js",

],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"author": "Stephen R. van den Berg <srb@cuci.nl>",
"license": "(ISC OR GPL-3.0)"
}

2

README.md

@@ -18,3 +18,3 @@ <h1>mutexlight</h1>

const mutex = new mutexlight;
const mutex = new mutexlight();

@@ -21,0 +21,0 @@ async function runme() {

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