New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cocreate/mongodb

Package Overview
Dependencies
Maintainers
1
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cocreate/mongodb - npm Package Compare versions

Comparing version

to
1.4.14

7

CHANGELOG.md

@@ -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 @@

4

package.json
{
"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": {