Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@spinajs/orm

Package Overview
Dependencies
Maintainers
1
Versions
373
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spinajs/orm - npm Package Compare versions

Comparing version 1.2.32 to 1.2.33

7

lib/orm.js

@@ -133,2 +133,9 @@ "use strict";

await this.prepareMigrations();
// add all registered migrations via DI
di_1.DI.get(Array.ofType('__migrations___')).forEach((m) => {
this.registerMigration(m);
});
di_1.DI.get(Array.ofType('__models__')).forEach((m) => {
this.registerModel(m);
});
if (migrateOnStartup) {

@@ -135,0 +142,0 @@ await this.migrateUp();

4

package.json
{
"name": "@spinajs/orm",
"version": "1.2.32",
"version": "1.2.33",
"description": "framework orm module",

@@ -54,3 +54,3 @@ "main": "lib/index.js",

},
"gitHead": "ee029f2a9376ac0866973e73b47d0c242e849157"
"gitHead": "93b29dc84d6e1d560982f87b1f4228bdb03ca72b"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc