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.17-alpha.1 to 0.1.17-alpha.2

2

fields/TrivialField.js

@@ -11,3 +11,3 @@ const { FieldValidationError } = require('../errors')

if (
typeof value !== 'undefined' &&
(typeof value !== 'undefined' || (!this.null && value === null)) &&
this.choices &&

@@ -14,0 +14,0 @@ !this.choices.includes(value)

{
"name": "djorm",
"version": "0.1.17-alpha.1",
"version": "0.1.17-alpha.2",
"description": "Django like ORM framework",

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

},
"gitHead": "9dbf673eea4cda89c2c254547006aa949080c8a2"
"gitHead": "16fe9590ba4e5683bcec9bec8f9453f982dac9b8"
}
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