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.2.0-alpha.0 to 0.2.0-alpha.3

8

db/Database.js

@@ -48,4 +48,8 @@ const { DatabaseMapper } = require('./DatabaseMapper')

this.connecting = true
trace(`Connecting to ${this.props.driver} database`)
await this.connectDb()
if (!this.connectPromise) {
trace(`Connecting to ${this.constructor.name}`)
this.connectPromise = this.connectDb()
}
await this.connectPromise
this.connectPromise = null
this.connected = true

@@ -52,0 +56,0 @@ this.connecting = false

{
"name": "djorm",
"version": "0.2.0-alpha.0",
"version": "0.2.0-alpha.3",
"description": "Django like ORM framework",

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

},
"gitHead": "6b3e128d9788969f227cc7df3363fa89671e9371"
"gitHead": "f212327aa63796952f152da5bfc81a15b658837b"
}
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