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

djorm

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

djorm - npm Package Compare versions

Comparing version 0.1.10-alpha.2 to 0.1.11-alpha.0

8

models/DatabaseModel.js

@@ -143,3 +143,3 @@ const { DatabaseModelBase } = require('./DatabaseModelBase')

for (const row of cascade) {
await new Update()
const result = await new Update()
.target(row.model)

@@ -149,2 +149,8 @@ .values(row.values)

.exec()
if (!result.changes) {
await new Insert()
.target(row.model)
.values(row.values)
.exec()
}
}

@@ -151,0 +157,0 @@ return this

4

package.json
{
"name": "djorm",
"version": "0.1.10-alpha.2",
"version": "0.1.11-alpha.0",
"description": "Django like ORM framework",

@@ -39,3 +39,3 @@ "author": "Pavel Žák <pavel@zak.global>",

},
"gitHead": "c1069d8747c72c75d1c989cea431a5f0407e3042"
"gitHead": "b86a34e09bb3426ee27fc6b93f428ce21bce8b7e"
}
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