atlassian-connect-express-redis
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "atlassian-connect-express-redis", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Redis adapter for Atlassian Connect Express", | ||
@@ -5,0 +5,0 @@ "main": "redis.js", |
@@ -9,2 +9,5 @@ var url = require('url'); | ||
}; | ||
if (opts.url === '$DATABASE_URL') { | ||
opts.url = process.env.DATABASE_URL; | ||
}; | ||
var self = this; | ||
@@ -11,0 +14,0 @@ var connectUrl = url.parse(opts.url); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3504
66
1