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

11

db/Database.js

@@ -52,6 +52,9 @@ const { DatabaseMapper } = require('./DatabaseMapper')

}
await this.connectPromise
this.connectPromise = null
this.connected = true
this.connecting = false
try {
await this.connectPromise
this.connected = true
} finally {
this.connectPromise = null
this.connecting = false
}
debug(`Connected to ${this.props.driver} database`)

@@ -58,0 +61,0 @@ }

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

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

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