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

5

db/Select.js

@@ -105,4 +105,3 @@ const { And } = require('./And')

async count () {
const result = await this.appendProp(
'selection',
const result = await this.setProp('selection', [
new Count({

@@ -112,3 +111,3 @@ args: [new QueryAllRecords()],

})
)
])
.mapModel(null)

@@ -115,0 +114,0 @@ .first()

4

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

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

},
"gitHead": "9e66d08646a67ce433383692eef61122c9520bed"
"gitHead": "6865e15596bf9f5ed22268a54c491d85ca80a42a"
}
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