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 1.1.2 to 1.1.3

12

package.json
{
"name": "proper-lockfile",
"version": "1.1.2",
"version": "1.1.3",
"description": "A inter-process and inter-machine lockfile utility that works on a local or network file system.",

@@ -9,3 +9,3 @@ "main": "index.js",

"test-cov": "istanbul cover --dir test/coverage _mocha -- --bail && echo open test/coverage/lcov-report/index.html",
"test-travis": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --bail && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
"test-travis": "istanbul cover _mocha --report lcovonly -- --bail && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},

@@ -35,11 +35,11 @@ "bugs": {

"graceful-fs": "^4.1.2",
"retry": "^0.9.0"
"retry": "^0.10.0"
},
"devDependencies": {
"async": "^1.5.1",
"buffered-spawn": "^2.0.2",
"async": "^2.0.0",
"buffered-spawn": "^2.0.4",
"coveralls": "^2.11.6",
"expect.js": "^0.3.1",
"istanbul": "^0.4.1",
"mocha": "^2.3.4",
"mocha": "^3.0.2",
"rimraf": "^2.5.0",

@@ -46,0 +46,0 @@ "stable": "^0.1.5"

@@ -9,5 +9,5 @@ # proper-lockfile

[travis-url]:https://travis-ci.org/IndigoUnited/node-proper-lockfile
[travis-image]:http://img.shields.io/travis/IndigoUnited/node-proper-lockfile.svg
[travis-image]:http://img.shields.io/travis/IndigoUnited/node-proper-lockfile/master.svg
[coveralls-url]:https://coveralls.io/r/IndigoUnited/node-proper-lockfile
[coveralls-image]:https://img.shields.io/coveralls/IndigoUnited/node-proper-lockfile.svg
[coveralls-image]:https://img.shields.io/coveralls/IndigoUnited/node-proper-lockfile/master.svg
[david-dm-url]:https://david-dm.org/IndigoUnited/node-proper-lockfile

@@ -23,3 +23,3 @@ [david-dm-image]:https://img.shields.io/david/IndigoUnited/node-proper-lockfile.svg

`$ npm install proper-lockfile --save`
`$ npm install proper-lockfile`

@@ -26,0 +26,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