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

rwlockfile

Package Overview
Dependencies
Maintainers
3
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rwlockfile - npm Package Compare versions

Comparing version 2.0.22 to 2.0.23

2

lib/rwlockfile.js

@@ -264,3 +264,3 @@ "use strict";

}
async tryLock(type, reason, inc = false) {
async tryLock(type, reason, inc = true) {
if (this.count[type]) {

@@ -267,0 +267,0 @@ if (inc)

{
"name": "rwlockfile",
"description": "lockfile utility with reader/writers",
"version": "2.0.22",
"version": "2.0.23",
"author": "Jeff Dickey @jdxcode",

@@ -6,0 +6,0 @@ "bugs": "https://github.com/jdxcode/rwlockfile/issues",

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