New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

reentrant-lock

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

reentrant-lock - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

14

package.json
{
"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"
}
}
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