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.16

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.4.16](https://github.com/CoCreate-app/CoCreate-mongodb/compare/v1.4.15...v1.4.16) (2023-06-11)
### Bug Fixes
* Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([15448d2](https://github.com/CoCreate-app/CoCreate-mongodb/commit/15448d297ff102333379c94dae308b2669a79015))
## [1.4.15](https://github.com/CoCreate-app/CoCreate-mongodb/compare/v1.4.14...v1.4.15) (2023-06-11)

@@ -2,0 +9,0 @@

6

package.json
{
"name": "@cocreate/mongodb",
"version": "1.4.15",
"version": "1.4.16",
"description": "A simple mongodb component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",

@@ -48,6 +48,6 @@ "keywords": [

"dependencies": {
"@cocreate/cli": "^1.33.6",
"@cocreate/utils": "^1.21.12",
"@cocreate/cli": "^1.33.7",
"@cocreate/utils": "^1.21.13",
"mongodb": "^4.12.1"
}
}