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

7

CHANGELOG.md

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

## [1.4.5](https://github.com/CoCreate-app/CoCreate-mongodb/compare/v1.4.4...v1.4.5) (2023-06-10)
### Bug Fixes
* Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([739020e](https://github.com/CoCreate-app/CoCreate-mongodb/commit/739020e712f956994a0d4896bfbf7cd78daa0294))
## [1.4.4](https://github.com/CoCreate-app/CoCreate-mongodb/compare/v1.4.3...v1.4.4) (2023-06-04)

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

40

CoCreate.config.js
module.exports = {
"config": {
"key": "2061acef-0451-4545-f754-60cf8160",
"organization_id": "5ff747727005da1c272740ab",
"host": "general.cocreate.app"
},
"organization_id": "",
"key": "",
"host": "",
"sources": [{
"collection": "files",
"document": {
"_id": "60145dc49f64ba1680b86693",
"name": "index.html",
"path": "/docs/mongodb/index.html",
"src": "{{./docs/index.html}}",
"hosts": [
"cocreate.app",
"general.cocreate.app"
],
"directory": "/docs/mongodb",
"content-type": "text/html",
"public": "true",
"website_id": "5ffbceb7f11d2d00103c4535"
}
"collection": "files",
"document": {
"_id": "60145dc49f64ba1680b86693",
"name": "index.html",
"path": "/docs/mongodb/index.html",
"src": "{{./docs/index.html}}",
"hosts": [
"cocreate.app",
"general.cocreate.app"
],
"directory": "/docs/mongodb",
"content-type": "text/html",
"public": "true",
"website_id": "5ffbceb7f11d2d00103c4535"
}
}
]
}
{
"name": "@cocreate/mongodb",
"version": "1.4.4",
"version": "1.4.5",
"description": "A simple mongodb component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",

@@ -31,3 +31,3 @@ "keywords": [

"docs": "node ./node_modules/@cocreate/docs/src/index.js",
"hosting": "node ./node_modules/@cocreate/hosting/src/index.js"
"postinstall": "node ./node_modules/@cocreate/cli/check-coc.js"
},

@@ -50,20 +50,9 @@ "repository": {

"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^1.5.0",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.1.1",
"webpack": "^5.24.4",
"webpack-cli": "^4.5.0",
"webpack-log": "^3.0.1"
"@cocreate/cli": "^1.29.3"
},
"dependencies": {
"@cocreate/docs": "^1.7.15",
"@cocreate/hosting": "^1.10.8",
"@cocreate/utils": "^1.21.1",
"@cocreate/docs": "^1.8.13",
"@cocreate/utils": "^1.21.3",
"mongodb": "^4.12.1"
}
}

Sorry, the diff of this file is not supported yet