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

rwlockfile

Package Overview
Dependencies
Maintainers
4
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 1.4.7 to 1.4.8

2

lib/rwlockfile.js

@@ -243,3 +243,2 @@ const fs = require('fs-extra');

let active = await pidActive(parseInt(pid));
debug(`hasWriter(${p}): ${active ? 'yes' : 'no'}`);
return active;

@@ -253,3 +252,2 @@ }

let readers = await getActiveReaders(p, timeout, skipOwnPid);
debug(`hasReaders ${p}: ${readers.length}`);
return readers.length !== 0;

@@ -256,0 +254,0 @@ }

2

package.json
{
"name": "rwlockfile",
"description": "lockfile utility with reader/writers",
"version": "1.4.7",
"version": "1.4.8",
"author": "Jeff Dickey @dickeyxxx",

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

Sorry, the diff of this file is not supported yet

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