Comparing version 1.8.0 to 1.8.1
{ | ||
"name": "immer", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"description": "Create your next immutable state by mutating the current one", | ||
@@ -19,9 +19,13 @@ "main": "dist/immer.js", | ||
"prettier": "prettier \"*/**/*.js\" \"*/**/*.ts\" --ignore-path ./.prettierignore --write", | ||
"precommit": "lint-staged", | ||
"prepublish": "yarn-or-npm run build", | ||
"release": "np --no-cleanup" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "pretty-quick --staged", | ||
"pre-publish": "yarn-or-npm run build" | ||
} | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/mweststrate/immer.git" | ||
"url": "https://github.com/mweststrate/immer.git" | ||
}, | ||
@@ -56,10 +60,9 @@ "keywords": [ | ||
"flow-bin": "^0.68.0", | ||
"husky": "^0.14.3", | ||
"husky": "^1.2.0", | ||
"immutable": "^3.8.2", | ||
"jest": "^22.0.4", | ||
"lint-staged": "^6.1.0", | ||
"lodash": "^4.17.4", | ||
"lodash.clonedeep": "^4.5.0", | ||
"np": "^2.20.1", | ||
"prettier": "^1.9.2", | ||
"pretty-quick": "^1.8.0", | ||
"regenerator-runtime": "^0.11.1", | ||
@@ -79,12 +82,2 @@ "rimraf": "^2.6.2", | ||
}, | ||
"lint-staged": { | ||
"*.js": [ | ||
"prettier --write", | ||
"git add" | ||
], | ||
"*.ts": [ | ||
"prettier --write", | ||
"git add" | ||
] | ||
}, | ||
"jest": { | ||
@@ -91,0 +84,0 @@ "testURL": "http://localhost", |
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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
33
45254
4
0
2