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 0.1.0 to 0.1.1

2

index.js

@@ -14,3 +14,3 @@ 'use strict';

// Rename tmp file it to lockfile (atomic operation)
// Use mkdir to create the lockfile (atomic operation)
options.fs.mkdir(lockfile, function (err) {

@@ -17,0 +17,0 @@ if (err) {

{
"name": "proper-lockfile",
"version": "0.1.0",
"version": "0.1.1",
"description": "A lockfile utility based on fs that works cross process and machine (network file systems)",

@@ -8,2 +8,3 @@ "main": "index.js",

"test": "mocha test/test.js",
"test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly",
"coverage": "istanbul cover node_modules/.bin/_mocha",

@@ -10,0 +11,0 @@ "open-coverage": "open coverage/lcov-report/index.html"

@@ -1,2 +0,2 @@

# proper-lockfile [![Build Status](https://travis-ci.org/IndigoUnited/node-proper-lockfile.svg?branch=master)](https://travis-ci.org/IndigoUnited/node-proper-lockfile)
# proper-lockfile [![Build Status](https://travis-ci.org/IndigoUnited/node-proper-lockfile.svg?branch=master)](https://travis-ci.org/IndigoUnited/node-proper-lockfile) [![Coverage Status](https://coveralls.io/repos/IndigoUnited/node-proper-lockfile/badge.png?branch=master)](https://coveralls.io/r/IndigoUnited/node-proper-lockfile?branch=master)

@@ -3,0 +3,0 @@ A lockfile utility based on fs that works cross process and machine (network file systems).

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