@mikro-orm/sql
Advanced tools
+2
-2
| { | ||
| "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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
16126
0.01%909150
-0.01%