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

@mikro-orm/mongodb

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mikro-orm/mongodb - npm Package Compare versions

Comparing version

to
4.0.0-rc.4

{
"name": "@mikro-orm/mongodb",
"version": "4.0.0-rc.3",
"version": "4.0.0-rc.4",
"description": "TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, PostgreSQL and SQLite databases as well as usage with vanilla JavaScript.",

@@ -54,7 +54,7 @@ "main": "index.js",

"devDependencies": {
"@mikro-orm/core": "^4.0.0-rc.3"
"@mikro-orm/core": "^4.0.0-rc.4"
},
"peerDependencies": {
"@mikro-orm/core": "^4.0.0-rc.3"
"@mikro-orm/core": "^4.0.0-rc.4"
}
}

@@ -172,2 +172,3 @@ <h1 align="center">

- [GraphQL + PostgreSQL](https://github.com/driescroons/mikro-orm-graphql-example)
- [Inversify + PostgreSQL](https://github.com/PodaruDragos/inversify-example-app)

@@ -174,0 +175,0 @@ ### JavaScript Examples