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

proper-lockfile

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

proper-lockfile - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

10

CHANGELOG.md

@@ -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)

1

index.js

@@ -34,2 +34,3 @@ 'use strict';

module.exports = lock;
module.exports.lock = lock;

@@ -36,0 +37,0 @@ module.exports.unlock = unlock;

3

package.json
{
"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 @@

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