@verdaccio/file-locking
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -1,5 +0,15 @@ | ||
# Change Log | ||
# Changelog | ||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
### [1.0.4](https://github.com/verdaccio/file-locking/compare/v1.0.3...v1.0.4) (2019-07-16) | ||
### Build System | ||
* **deps:** update dependencies ([45b12de](https://github.com/verdaccio/file-locking/commit/45b12de)) | ||
* **deps:** update husky dependency ([bdb7bad](https://github.com/verdaccio/file-locking/commit/bdb7bad)) | ||
<a name="1.0.3"></a> | ||
@@ -6,0 +16,0 @@ ## [1.0.3](https://github.com/verdaccio/file-locking/compare/v1.0.2...v1.0.3) (2019-06-22) |
{ | ||
"name": "@verdaccio/file-locking", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "library that handle file locking", | ||
@@ -13,26 +13,29 @@ "main": "lib/index.js", | ||
"@commitlint/config-conventional": "8.0.0", | ||
"@types/jest": "24.0.14", | ||
"@types/node": "12.0.8", | ||
"@verdaccio/babel-preset": "0.2.1", | ||
"@types/jest": "24.0.15", | ||
"@types/node": "12.6.4", | ||
"@verdaccio/babel-preset": "1.0.0", | ||
"@verdaccio/eslint-config": "0.0.1", | ||
"@verdaccio/types": "6.1.0", | ||
"@verdaccio/types": "5.3.0", | ||
"codecov": "3.5.0", | ||
"eslint": "5.16.0", | ||
"husky": "0.14.3", | ||
"standard-version": "4.4.0", | ||
"husky": "2.7.0", | ||
"in-publish": "2.0.0", | ||
"jest": "24.8.0", | ||
"lint-staged": "8.2.1", | ||
"typescript": "3.4.5" | ||
"standard-version": "6.0.1", | ||
"typescript": "3.5.3" | ||
}, | ||
"author": "Juan Picado <juanpicado19@gmail.com>", | ||
"private": false, | ||
"license": "MIT", | ||
"dependencies": { | ||
"lockfile": "1.0.4" | ||
}, | ||
"lint-staged": { | ||
"*.{js, json}": [ | ||
"npm run lint", | ||
"git add" | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "commitlint -e $GIT_PARAMS" | ||
} | ||
}, | ||
"license": "MIT", | ||
"commitlint": { | ||
"extends": [ | ||
"@commitlint/config-conventional" | ||
] | ||
@@ -52,10 +55,4 @@ }, | ||
"build:js": "babel src/ --out-dir lib --extensions \".ts,.tsx\" --ignore __tests__", | ||
"precommit": "lint-staged", | ||
"prepublish": "in-publish && npm run lint && npm run build || not-in-publish" | ||
}, | ||
"commitlint": { | ||
"extends": [ | ||
"@commitlint/config-conventional" | ||
] | ||
}, | ||
"engines": { | ||
@@ -62,0 +59,0 @@ "node": ">=8" |
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
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
14
2
0
9679
6
157