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

@verdaccio/file-locking

Package Overview
Dependencies
Maintainers
2
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@verdaccio/file-locking - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

.idea/file-locking.iml

6

lib/index.js

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

var _lockfile2 = _interopRequireDefault(_lockfile);
var locker = _interopRequireWildcard(_lockfile);

@@ -78,3 +78,3 @@ var _fs = require('fs');

var lockFileName = `${name}.lock`;
_lockfile2.default.lock(lockFileName, lockOpts, function () {
locker.lock(lockFileName, lockOpts, function () {
resolve();

@@ -101,3 +101,3 @@ });

var lockFileName = `${name}.lock`;
_lockfile2.default.unlock(lockFileName, function () {
locker.unlock(lockFileName, function () {
return next(null);

@@ -104,0 +104,0 @@ });

{
"name": "@verdaccio/file-locking",
"version": "0.0.5",
"version": "0.0.6",
"description": "library that handle file locking",

@@ -11,15 +11,16 @@ "main": "lib/index.js",

"devDependencies": {
"@verdaccio/types": "0.0.4",
"@verdaccio/types": "0.0.5",
"babel-cli": "6.24.1",
"babel-core": "6.25.0",
"babel-eslint": "^7.2.3",
"babel-plugin-flow-runtime": "0.11.1",
"babel-plugin-istanbul": "4.1.4",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "1.6.0",
"babel-plugin-flow-runtime": "0.11.1",
"babel-preset-flow": "6.23.0",
"babel-require": "1.0.1",
"cross-env": "5.0.1",
"eslint": "4.1.1",
"eslint": "4.4.1",
"eslint-config-google": "0.9.1",
"eslint-plugin-flowtype": "2.35.0",
"eslint-config-google": "0.9.1",
"flow-bin": "0.52.0",

@@ -35,3 +36,3 @@ "flow-runtime": "0.13.0",

"lockfile": "1.0.3",
"lodash": "4.17.4"
"lodash": "4.17.10"
},

@@ -57,3 +58,3 @@ "nyc": {

"flow": "flow",
"test": "npm run lint && mocha --require babel-polyfill --compilers js:babel-core/register ./test/**/*.spec.js",
"test": "npm run flow && npm run lint && mocha --require babel-polyfill --compilers js:babel-core/register ./test/**/*.spec.js",
"lint": "eslint .",

@@ -60,0 +61,0 @@ "build": "babel src/ --out-dir lib/ --copy-files",

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