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.179 to 1.2.180

7

lib/relations.js

@@ -669,3 +669,8 @@ "use strict";

for (const m of data) {
await m.insert(mode);
if (m.PrimaryKeyValue) {
await m.update();
}
else {
await m.insert(mode);
}
}

@@ -672,0 +677,0 @@ this.push(...data);

4

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

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

},
"gitHead": "4093c99d30a6518ff984902da1c426a2f8471b9d"
"gitHead": "e458bf24652e46764c934ba88463fab0ce803a4d"
}

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