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

7

CHANGELOG.md

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

## [1.3.2](https://github.com/CoCreate-app/CoCreate-mongodb/compare/v1.3.1...v1.3.2) (2023-05-20)
### Bug Fixes
* updated dependencies to their latest versions ([adca1c6](https://github.com/CoCreate-app/CoCreate-mongodb/commit/adca1c6046ae3ec00121df74072c46fbaf3082f3))
## [1.3.1](https://github.com/CoCreate-app/CoCreate-mongodb/compare/v1.3.0...v1.3.1) (2023-05-19)

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

8

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

@@ -62,7 +62,7 @@ "keywords": [

"dependencies": {
"@cocreate/docs": "^1.5.13",
"@cocreate/hosting": "^1.7.13",
"@cocreate/utils": "^1.18.2",
"@cocreate/docs": "^1.7.11",
"@cocreate/hosting": "^1.10.3",
"@cocreate/utils": "^1.20.9",
"mongodb": "^4.12.1"
}
}