Comparing version 0.0.2 to 1.0.0
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0