@cookbook/dot-notation
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -0,1 +1,8 @@ | ||
## [2.0.1](https://github.com/the-cookbook/dot-notation/compare/v2.0.0...v2.0.1) (2022-06-19) | ||
### Bug Fixes | ||
* **package.json:** switch from "postinstall" to "prepare" ([6bb741e](https://github.com/the-cookbook/dot-notation/commit/6bb741e5a4404d9b100f71c2d5da1dd61c1bd23f)) | ||
# [2.0.0](https://github.com/the-cookbook/dot-notation/compare/v1.2.0...v2.0.0) (2022-06-19) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cookbook/dot-notation", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Object readings and complex transformations using dot notation syntax.", | ||
@@ -27,3 +27,3 @@ "main": "lib/index.js", | ||
"authors": "node ./scripts/authors.js", | ||
"postinstall": "yarn husky install && npm run build && npm run authors", | ||
"prepare": "yarn husky install && npm run build && npm run authors", | ||
"prepublishOnly": "npm test && npm run lint", | ||
@@ -30,0 +30,0 @@ "preversion": "npm run lint", |
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
58260
50
325
0