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.19-alpha.7 to 0.1.19-alpha.8

9

models/DatabaseModel.js

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

if (separatorIndex === -1) {
return [this, this.constructor.getField(fieldPath), fieldPath]
try {
return [this, this.constructor.getField(fieldPath), fieldPath]
} catch (e) {
if (e instanceof FieldError) {
return null
}
throw e
}
}

@@ -108,0 +115,0 @@ if (value === null) {

4

package.json
{
"name": "djorm",
"version": "0.1.19-alpha.7",
"version": "0.1.19-alpha.8",
"description": "Django like ORM framework",

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

},
"gitHead": "dff8abca86d4c02bd8b090c2233153aa3e8b8ab8"
"gitHead": "b8cb3dea84a1039f4b910093649261697a6ac2fa"
}
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