You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@mikro-orm/sql

Package Overview
Dependencies
Maintainers
1
Versions
216
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.260
to
7.0.0-dev.261
+2
-2
package.json
{
"name": "@mikro-orm/sql",
"version": "7.0.0-dev.260",
"version": "7.0.0-dev.261",
"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.",

@@ -59,4 +59,4 @@ "type": "module",

"peerDependencies": {
"@mikro-orm/core": "7.0.0-dev.260"
"@mikro-orm/core": "7.0.0-dev.261"
}
}

@@ -1,2 +0,3 @@

import { AbstractSchemaGenerator, type ClearDatabaseOptions, type CreateSchemaOptions, type Dictionary, type DropSchemaOptions, type EnsureDatabaseOptions, type EntityMetadata, type ISchemaGenerator, type MikroORM, type Transaction, type UpdateSchemaOptions } from '@mikro-orm/core';
import { type ClearDatabaseOptions, type CreateSchemaOptions, type Dictionary, type DropSchemaOptions, type EnsureDatabaseOptions, type EntityMetadata, type ISchemaGenerator, type MikroORM, type Transaction, type UpdateSchemaOptions } from '@mikro-orm/core';
import { AbstractSchemaGenerator } from '@mikro-orm/core/schema';
import type { SchemaDifference } from '../typings.js';

@@ -3,0 +4,0 @@ import { DatabaseSchema } from './DatabaseSchema.js';

@@ -1,2 +0,3 @@

import { AbstractSchemaGenerator, CommitOrderCalculator, Utils, } from '@mikro-orm/core';
import { CommitOrderCalculator, Utils, } from '@mikro-orm/core';
import { AbstractSchemaGenerator } from '@mikro-orm/core/schema';
import { DatabaseSchema } from './DatabaseSchema.js';

@@ -3,0 +4,0 @@ import { SchemaComparator } from './SchemaComparator.js';

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