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.7-alpha.1 to 0.1.7-alpha.2

7

config.js

@@ -15,3 +15,8 @@ let currentConfig = {

}
const getSettings = () => currentConfig
const getSettings = (configPath, defaultValue = null) => {
if (!configPath) {
return currentConfig
}
return require('jsonpath').value(currentConfig, configPath) || defaultValue
}

@@ -18,0 +23,0 @@ const init = async () => {

5

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

@@ -34,6 +34,7 @@ "author": "Pavel Žák <pavel@zak.global>",

"camelcase": "^6.2.0",
"jsonpath": "^1.1.1",
"moment-timezone": "^0.5.33",
"pino": "^6.11.3"
},
"gitHead": "83a3f180119b11e3f1966e5e4519c5aba977c82d"
"gitHead": "684cee931129d8b4902c376032cea73ac28ac9fd"
}
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