Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

djorm-db-sql

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

djorm-db-sql - npm Package Compare versions

Comparing version 0.1.9-alpha.2 to 0.1.9-alpha.3

6

package.json
{
"name": "djorm-db-sql",
"version": "0.1.9-alpha.2",
"version": "0.1.9-alpha.3",
"description": "Common SQL formatter for djorm",

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

"dependencies": {
"djorm": "^0.1.9-alpha.1"
"djorm": "^0.1.9-alpha.3"
},
"gitHead": "9c2c68c554b9b4a67b6b8e0cb812c3c6bcd0bef4"
"gitHead": "b47187ded50870791872cfd39e7543f565b61fdc"
}

@@ -106,3 +106,4 @@ const { QueryAllRecords } = require('djorm/db/QueryAllRecords')

return `${join.side} JOIN ${this.formatIdentifier(
join
join,
true
)} ON (${this.formatQueryCondition(qs, join.props.conditions)})`

@@ -109,0 +110,0 @@ }

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