@cocreate/authenticate
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -0,1 +1,8 @@ | ||
## [1.0.10](https://github.com/CoCreate-app/CoCreate-authenticate/compare/v1.0.9...v1.0.10) (2023-06-11) | ||
### Bug Fixes | ||
* postintall error ([72e568d](https://github.com/CoCreate-app/CoCreate-authenticate/commit/72e568d7bccf58576ad3c4c6b2a925cfb514c1a3)) | ||
## [1.0.9](https://github.com/CoCreate-app/CoCreate-authenticate/compare/v1.0.8...v1.0.9) (2023-06-11) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cocreate/authenticate", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "A simple authenticate component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", | ||
@@ -26,3 +26,3 @@ "keywords": [ | ||
"build": "NODE_ENV=production npx webpack --config webpack.config.js", | ||
"postinstall": "node ./node_modules/@cocreate/cli/check-coc.js" | ||
"postinstall": "node $PWD/node_modules/@cocreate/cli/check-coc.js" | ||
}, | ||
@@ -29,0 +29,0 @@ "publishConfig": { |
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
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
63045