@cocreate/mongodb
Advanced tools
Comparing version
@@ -0,1 +1,8 @@ | ||
## [1.4.14](https://github.com/CoCreate-app/CoCreate-mongodb/compare/v1.4.13...v1.4.14) (2023-06-11) | ||
### Bug Fixes | ||
* testing workflow ([f67c734](https://github.com/CoCreate-app/CoCreate-mongodb/commit/f67c73409675740de35799b55470edc730415c47)) | ||
## [1.4.13](https://github.com/CoCreate-app/CoCreate-mongodb/compare/v1.4.12...v1.4.13) (2023-06-11) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cocreate/mongodb", | ||
"version": "1.4.13", | ||
"version": "1.4.14", | ||
"description": "A simple mongodb component in vanilla javascript. Easily configured using HTML5 data-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
76074
0.72%