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

@verdaccio/file-locking

Package Overview
Dependencies
Maintainers
5
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.7 to 0.0.8

.circleci/config.yml

80

package.json
{
"name": "@verdaccio/file-locking",
"version": "0.0.7",
"version": "0.0.8",
"description": "library that handle file locking",

@@ -11,20 +11,21 @@ "main": "lib/index.js",

"devDependencies": {
"@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",
"@commitlint/cli": "7.0.0",
"@commitlint/config-conventional": "7.1.2",
"@verdaccio/types": "3.7.1",
"babel-cli": "6.26.0",
"babel-core": "6.26.3",
"babel-eslint": "8.2.6",
"babel-jest": "23.6.0",
"babel-plugin-flow-runtime": "0.17.0",
"babel-preset-env": "1.7.0",
"babel-preset-flow": "6.23.0",
"babel-require": "1.0.1",
"cross-env": "5.0.1",
"eslint": "4.4.1",
"eslint-config-google": "0.9.1",
"eslint-plugin-flowtype": "2.35.0",
"flow-bin": "0.52.0",
"flow-runtime": "0.13.0",
"mocha": "3.4.2",
"nyc": "11.0.3"
"codecov": "3.1.0",
"eslint": "5.6.1",
"eslint-config-google": "0.10.0",
"eslint-plugin-flowtype": "2.50.3",
"flow-bin": "0.82.0",
"husky": "0.14.3",
"in-publish": "2.0.0",
"jest": "23.6.0",
"lint-staged": "7.3.0"
},

@@ -35,30 +36,31 @@ "author": "Juan Picado <juanpicado19@gmail.com>",

"dependencies": {
"lockfile": "1.0.3",
"lodash": "4.17.10"
"lockfile": "1.0.4",
"lodash": "4.17.11"
},
"nyc": {
"include": [
"src/**/*.js"
],
"all": true,
"cache": true,
"sourceMap": false,
"instrument": false,
"report-dir": "./tests-report",
"reporter": [
"text",
"html"
]
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"lint-staged": {
"*.{js, json}": [
"npm run lint",
"git add"
]
},
"homepage": "https://github.com/verdaccio/file-locking",
"scripts": {
"commitmsg": "commitlint -e $GIT_PARAMS",
"coverage": "codecov",
"test": "jest",
"lint": "npm run flow && npm run js-lint",
"js-lint": "eslint .",
"flow": "flow",
"test": "npm run flow && npm run lint && mocha --require babel-polyfill --compilers js:babel-core/register ./test/**/*.spec.js",
"lint": "eslint .",
"prepublish": "npm run build",
"build": "babel src/ --out-dir lib/ --copy-files",
"cover": "cross-env NODE_ENV=test nyc npm t"
"build": "babel src/ --out-dir lib/ --copy-files --ignore __tests__",
"precommit": "lint-staged",
"prepublish": "in-publish && npm run lint && npm run build || not-in-publish"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"engines": {

@@ -65,0 +67,0 @@ "node": ">=4.6.1",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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