proper-lockfile
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="3.0.1"></a> | ||
## [3.0.1](https://github.com/moxystudio/node-promptly/compare/v3.0.0...v3.0.1) (2018-01-20) | ||
### Bug Fixes | ||
* restore ability to use lockfile() directly ([0ef8fbc](https://github.com/moxystudio/node-promptly/commit/0ef8fbc)) | ||
<a name="3.0.0"></a> | ||
@@ -7,0 +17,0 @@ # [3.0.0](https://github.com/moxystudio/node-promptly/compare/v2.0.1...v3.0.0) (2018-01-20) |
@@ -34,2 +34,3 @@ 'use strict'; | ||
module.exports = lock; | ||
module.exports.lock = lock; | ||
@@ -36,0 +37,0 @@ module.exports.unlock = unlock; |
{ | ||
"name": "proper-lockfile", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "A inter-process and inter-machine lockfile utility that works on a local or network file system", | ||
@@ -59,2 +59,3 @@ "keywords": [ | ||
"eslint-config-moxy": "^4.1.0", | ||
"execa": "^0.9.0", | ||
"husky": "^0.14.3", | ||
@@ -61,0 +62,0 @@ "jest": "^22.0.0", |
@@ -95,2 +95,4 @@ # proper-lockfile | ||
}); | ||
// Alternatively, you may use lockfile(`some/file`) directly. | ||
``` | ||
@@ -97,0 +99,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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
23029
341
187
0
15