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

fd-lock

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fd-lock - npm Package Compare versions

Comparing version 0.0.2 to 1.0.0

2

package.json
{
"name": "fd-lock",
"version": "0.0.2",
"version": "1.0.0",
"description": "Advisory cross-platform lock on a file using a file descriptor to it.",

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

@@ -59,3 +59,3 @@ const tape = require('tape')

assert.same(stderr.toString(), '')
assert.same(stdout.toString().trim(), 'false', 'Other process could not lock')
assert.same(stdout.toString().trim(), 'false', 'other process could not lock')
}

@@ -73,3 +73,3 @@

assert.same(stderr.toString(), '')
assert.same(stdout.toString().trim(), 'true', 'Other process could lock')
assert.same(stdout.toString().trim(), 'true', 'other process could lock')
}

@@ -76,0 +76,0 @@

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