Comparing version 1.0.3 to 1.0.4
{ | ||
"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)" | ||
} |
@@ -18,3 +18,3 @@ <h1>mutexlight</h1> | ||
const mutex = new mutexlight; | ||
const mutex = new mutexlight(); | ||
@@ -21,0 +21,0 @@ async function runme() { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2514