Socket
Socket
Sign inDemoInstall

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.9-alpha.0 to 0.1.9-alpha.1

6

db/QueryFormatter.js

@@ -44,2 +44,6 @@ const moment = require('moment')

formatString (value) {
return `'${this.escapeString(value)}'`
}
formatValue (value) {

@@ -53,3 +57,3 @@ if (value instanceof Date) {

if (typeof value === 'string') {
return `'${this.escapeString(value)}'`
return this.formatString(value)
}

@@ -56,0 +60,0 @@ if (typeof value === 'boolean') {

4

package.json
{
"name": "djorm",
"version": "0.1.9-alpha.0",
"version": "0.1.9-alpha.1",
"description": "Django like ORM framework",

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

},
"gitHead": "6865e15596bf9f5ed22268a54c491d85ca80a42a"
"gitHead": "379dba453013329aa535e7cfe78d4cb72065f66b"
}
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