@cocreate/croppie
Advanced tools
Comparing version 1.3.23 to 1.3.24
@@ -0,1 +1,8 @@ | ||
## [1.3.24](https://github.com/CoCreate-app/CoCreate-croppie/compare/v1.3.23...v1.3.24) (2023-06-11) | ||
### Bug Fixes | ||
* testing workflow ([01c2567](https://github.com/CoCreate-app/CoCreate-croppie/commit/01c2567f47779e486bd83dc461e081ea0f00d554)) | ||
## [1.3.23](https://github.com/CoCreate-app/CoCreate-croppie/compare/v1.3.22...v1.3.23) (2023-06-11) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cocreate/croppie", | ||
"version": "1.3.23", | ||
"version": "1.3.24", | ||
"description": "A simple croppie component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.", | ||
@@ -30,3 +30,3 @@ "keywords": [ | ||
"dev": "npx webpack --config webpack.config.js --watch", | ||
"postinstall": "node $PWD/node_modules/@cocreate/cli/check-coc.js" | ||
"postinstall": "node -e \"const { execSync } = require('child_process'); try { execSync('coc --version', { stdio: 'ignore' }); } catch (error) { try { execSync('npm install -g @cocreate/cli', { stdio: 'inherit' }); console.log('Installed \"@cocreate/cli\" globally.'); } catch (error) { console.error('Failed to install \"@cocreate/cli\" globally:', error); } }\"" | ||
}, | ||
@@ -33,0 +33,0 @@ "repository": { |
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
173601