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/migrations

Package Overview
Dependencies
Maintainers
1
Versions
4079
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mikro-orm/migrations - npm Package Compare versions

Comparing version
7.0.0-dev.266
to
7.0.0-dev.267
+1
-1
MigrationStorage.js

@@ -39,3 +39,3 @@ import { defineEntity, p } from '@mikro-orm/core';

return res.map(row => {
if (typeof row.executed_at === 'string') {
if (typeof row.executed_at === 'string' || typeof row.executed_at === 'number') {
row.executed_at = new Date(row.executed_at);

@@ -42,0 +42,0 @@ }

{
"name": "@mikro-orm/migrations",
"type": "module",
"version": "7.0.0-dev.266",
"version": "7.0.0-dev.267",
"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.",

@@ -53,3 +53,3 @@ "exports": {

"dependencies": {
"@mikro-orm/sql": "7.0.0-dev.266"
"@mikro-orm/sql": "7.0.0-dev.267"
},

@@ -60,4 +60,4 @@ "devDependencies": {

"peerDependencies": {
"@mikro-orm/core": "7.0.0-dev.266"
"@mikro-orm/core": "7.0.0-dev.267"
}
}

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