New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@mikro-orm/sql

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

@@ -56,3 +56,3 @@ "keywords": [

"peerDependencies": {
"@mikro-orm/core": "7.0.4-dev.1"
"@mikro-orm/core": "7.0.4-dev.2"
},

@@ -59,0 +59,0 @@ "engines": {

@@ -926,3 +926,3 @@ import { type AnyEntity, type AutoPath, type Collection, type ConnectionType, type Dictionary, type EntityData, type EntityDTOFlat, type EntityDTOProp, type EntityKey, type EntityManager, EntityMetadata, type EntityName, type EntityProperty, type ExpandProperty, type FilterObject, type FilterOptions, type FilterValue, type FlushMode, type GroupOperator, type Loaded, LockMode, type LoggingOptions, type MetadataStorage, type PrimaryProperty, type ObjectQuery, PopulateHint, type PopulateOptions, type PopulatePath, QueryFlag, type QueryOrderKeysFlat, type QueryOrderMap, type QueryResult, RawQueryFragment, type Raw, type RequiredEntityData, type Scalar, type SerializeDTO, type Subquery, type Transaction } from '@mikro-orm/core';

*/
protected pruneJoinsForPagination(meta: EntityMetadata, populatePaths: Set<string>): void;
protected pruneJoinsForPagination(): void;
/**

@@ -929,0 +929,0 @@ * Transfers WHERE conditions that reference a join alias to the join's ON clause.

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