Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

read-write-mutexify

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

read-write-mutexify - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

8

index.js

@@ -14,2 +14,6 @@ class WriteLock {

get waiting () {
return this._waiting.length
}
lock () {

@@ -57,2 +61,6 @@ if (this._parent._destroying) {

get waiting () {
return this._waiting.length
}
lock () {

@@ -59,0 +67,0 @@ if (this._parent._destroying) {

2

package.json
{
"name": "read-write-mutexify",
"version": "2.0.0",
"version": "2.1.0",
"description": "Like mutexify but with read/write locks",

@@ -5,0 +5,0 @@ "main": "index.js",

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