@verdaccio/file-locking
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
306522
25
5940
1
19
1
+ Addedlockfile@1.0.4(transitive)
+ Addedlodash@4.17.11(transitive)
+ Addedsignal-exit@3.0.7(transitive)
- Removedlockfile@1.0.3(transitive)
- Removedlodash@4.17.10(transitive)
Updatedlockfile@1.0.4
Updatedlodash@4.17.11