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

12

package.json
{
"name": "proper-lockfile",
"version": "1.1.1",
"version": "1.1.2",
"description": "A inter-process and inter-machine lockfile utility that works on a local or network file system.",
"main": "index.js",
"scripts": {
"test": "mocha test/test.js",
"test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly",
"coverage": "istanbul cover node_modules/.bin/_mocha",
"open-coverage": "open coverage/lcov-report/index.html"
"test": "mocha --bail",
"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"
},

@@ -35,3 +34,3 @@ "bugs": {

"graceful-fs": "^4.1.2",
"retry": "^0.8.0"
"retry": "^0.9.0"
},

@@ -41,2 +40,3 @@ "devDependencies": {

"buffered-spawn": "^2.0.2",
"coveralls": "^2.11.6",
"expect.js": "^0.3.1",

@@ -43,0 +43,0 @@ "istanbul": "^0.4.1",

# proper-lockfile
[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency status][david-dm-image]][david-dm-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Dev Dependency status][david-dm-dev-image]][david-dm-dev-url]
[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Dependency status][david-dm-image]][david-dm-url] [![Dev Dependency status][david-dm-dev-image]][david-dm-dev-url]

@@ -171,3 +171,4 @@ [npm-url]:https://npmjs.org/package/proper-lockfile

Simply run the test suite with `$ npm test`
`$ npm test`
`$ npm test-cov` to get coverage report

@@ -174,0 +175,0 @@ The test suite is very extensive. There's even a stress test to guarantee exclusiveness of locks.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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