Socket
Socket
Sign inDemoInstall

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.1 to 3.0.2

13

CHANGELOG.md

@@ -5,4 +5,9 @@ # Change Log

<a name="3.0.2"></a>
## [3.0.2](https://github.com/moxystudio/node-proper-lockfile/compare/v3.0.1...v3.0.2) (2018-01-30)
<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)
## [3.0.1](https://github.com/moxystudio/node-proper-lockfile/compare/v3.0.0...v3.0.1) (2018-01-20)

@@ -12,3 +17,3 @@

* restore ability to use lockfile() directly ([0ef8fbc](https://github.com/moxystudio/node-promptly/commit/0ef8fbc))
* restore ability to use lockfile() directly ([0ef8fbc](https://github.com/moxystudio/node-proper-lockfile/commit/0ef8fbc))

@@ -18,3 +23,3 @@

<a name="3.0.0"></a>
# [3.0.0](https://github.com/moxystudio/node-promptly/compare/v2.0.1...v3.0.0) (2018-01-20)
# [3.0.0](https://github.com/moxystudio/node-proper-lockfile/compare/v2.0.1...v3.0.0) (2018-01-20)

@@ -24,3 +29,3 @@

* update project to latest node lts ([b1d43e5](https://github.com/moxystudio/node-promptly/commit/b1d43e5))
* update project to latest node lts ([b1d43e5](https://github.com/moxystudio/node-proper-lockfile/commit/b1d43e5))

@@ -27,0 +32,0 @@

{
"name": "proper-lockfile",
"version": "3.0.1",
"version": "3.0.2",
"description": "A inter-process and inter-machine lockfile utility that works on a local or network file system",

@@ -14,6 +14,6 @@ "keywords": [

"author": "André Cruz <andre@moxy.studio>",
"homepage": "https://github.com/moxystudio/node-promptly",
"homepage": "https://github.com/moxystudio/node-proper-lockfile",
"repository": {
"type": "git",
"url": "git@github.com:moxystudio/node-promptly.git"
"url": "git@github.com:moxystudio/node-proper-lockfile.git"
},

@@ -20,0 +20,0 @@ "license": "MIT",

@@ -96,3 +96,3 @@ # proper-lockfile

// Alternatively, you may use lockfile(`some/file`) directly.
// Alternatively, you may use lockfile('some/file') directly.
```

@@ -99,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