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.5-alpha.15 to 0.1.5-alpha.16

4

db/ComparisonOperator.js

@@ -9,5 +9,7 @@ const ComparisonOperator = {

in: 'IN',
notin: 'NOT IN'
notin: 'NOT IN',
isnull: 'IS NULL',
notnull: 'NOT NULL'
}
module.exports = { ComparisonOperator }

@@ -132,2 +132,3 @@ const { FieldError } = require('../errors')

}
return this
}

@@ -134,0 +135,0 @@

{
"name": "djorm",
"version": "0.1.5-alpha.15",
"version": "0.1.5-alpha.16",
"description": "Django like ORM framework",

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

},
"gitHead": "78325224488b740c152c69e5f99d8952a29d7e1f"
"gitHead": "ab57b5a8093139695d9cd8470d571ea3e7c961f3"
}
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