reentrant-lock
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "reentrant-lock", | ||
"version": "1.0.0", | ||
"description": "Lock mechanism for promises, using a linked list like implementation", | ||
"version": "1.0.1", | ||
"description": "Lock a block of code to prevent concurrent execution", | ||
"keywords": [ | ||
@@ -10,2 +10,6 @@ "promise", | ||
], | ||
"files": [ | ||
"index.js", | ||
"index.d.ts" | ||
], | ||
"main": "index.js", | ||
@@ -24,7 +28,7 @@ "scripts": { | ||
"@types/tape": "^4.13.2", | ||
"c8": "^7.8.0", | ||
"c8": "^7.10.0", | ||
"tape": "^5.3.1", | ||
"ts-node": "^10.2.1", | ||
"typescript": "^4.4.2" | ||
"ts-node": "^10.3.0", | ||
"typescript": "^4.4.3" | ||
} | ||
} |
3159
4
48