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

3

db/QueryFormatter.js

@@ -57,2 +57,5 @@ const moment = require('moment')

}
if (value === null) {
return 'NULL'
}
throw new QueryError(

@@ -59,0 +62,0 @@ `Unknown value type: "${typeof value}" for value "${value}"`

4

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

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

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