@mikro-orm/core
Advanced tools
+1
-1
| { | ||
| "name": "@mikro-orm/core", | ||
| "version": "7.0.4-dev.12", | ||
| "version": "7.0.4-dev.13", | ||
| "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.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -40,2 +40,4 @@ import { EntityRepository } from '../entity/EntityRepository.js'; | ||
| usesEnumCheckConstraints(): boolean; | ||
| /** Returns the check constraint expression for an enum array column, or null if unsupported. */ | ||
| getEnumArrayCheckConstraintExpression(column: string, items: string[]): string | null; | ||
| /** Whether this platform supports materialized views. */ | ||
@@ -42,0 +44,0 @@ supportsMaterializedViews(): boolean; |
@@ -53,2 +53,6 @@ import { clone } from '../utils/clone.js'; | ||
| } | ||
| /** Returns the check constraint expression for an enum array column, or null if unsupported. */ | ||
| getEnumArrayCheckConstraintExpression(column, items) { | ||
| return null; | ||
| } | ||
| /** Whether this platform supports materialized views. */ | ||
@@ -55,0 +59,0 @@ supportsMaterializedViews() { |
+1
-1
@@ -132,3 +132,3 @@ import { clone } from './clone.js'; | ||
| static PK_SEPARATOR = '~~~'; | ||
| static #ORM_VERSION = '7.0.4-dev.12'; | ||
| static #ORM_VERSION = '7.0.4-dev.13'; | ||
| /** | ||
@@ -135,0 +135,0 @@ * Checks if the argument is instance of `Object`. Returns false for arrays. |
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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 2 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances 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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 2 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances 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
1379207
0.05%29964
0.04%