Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@mikro-orm/sql

Package Overview
Dependencies
Maintainers
1
Versions
190
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mikro-orm/sql - npm Package Compare versions

Comparing version
7.0.0-dev.110
to
7.0.0-dev.111
tsconfig.build.tsbuildinfo

Sorry, the diff of this file is too big to display

+3
-3
{
"name": "@mikro-orm/sql",
"version": "7.0.0-dev.110",
"version": "7.0.0-dev.111",
"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.",

@@ -44,3 +44,3 @@ "type": "module",

"scripts": {
"build": "yarn clean && yarn compile && yarn copy",
"build": "yarn compile && yarn copy",
"clean": "yarn run -T rimraf ./dist",

@@ -60,4 +60,4 @@ "compile": "yarn run -T tsc -p tsconfig.build.json",

"peerDependencies": {
"@mikro-orm/core": "7.0.0-dev.110"
"@mikro-orm/core": "7.0.0-dev.111"
}
}