async-await-mutex-lock
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "async-await-mutex-lock", | ||
"version": "v1.0.5", | ||
"version": "v1.0.6", | ||
"description": "Mutex locks for async functions with functionality to use keys for separate locks", | ||
"main": "index.js", | ||
"main": "dist/index", | ||
"types": "dist/index", | ||
"scripts": { | ||
@@ -7,0 +8,0 @@ "test": "jest --detectOpenHandles --verbose", |
@@ -13,3 +13,3 @@ # Async Await Mutex Lock | ||
```javascript | ||
import Lock from "async-await-mutex-lock"; | ||
import { Lock } from "async-await-mutex-lock"; | ||
@@ -35,3 +35,3 @@ let lock = new Lock(); | ||
```javascript | ||
import Lock from "async-await-mutex-lock"; | ||
import { Lock } from "async-await-mutex-lock"; | ||
@@ -67,3 +67,3 @@ let lock = new Lock<string>(); | ||
```javascript | ||
import Lock from "async-await-mutex-lock"; | ||
import { Lock } from "async-await-mutex-lock"; | ||
@@ -81,3 +81,3 @@ let lock = new Lock(); | ||
```javascript | ||
import Lock from "async-await-mutex-lock"; | ||
import { Lock } from "async-await-mutex-lock"; | ||
@@ -84,0 +84,0 @@ let lock = new Lock<string>(); |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
16678
16
274