@ladjs/shared-config
Advanced tools
+0
-7
@@ -145,9 +145,2 @@ const fs = require('fs'); | ||
| redisMonitor: boolean(process.env[`${prefix}_REDIS_MONITOR`]), | ||
| // mongoose/mongo configuration object (passed to @ladjs/mongoose) | ||
| mongoose: { | ||
| debug: boolean(process.env[`${prefix}_MONGOOSE_DEBUG`]), | ||
| mongo: { | ||
| uri: process.env[`${prefix}_MONGO_URI`] | ||
| } | ||
| }, | ||
| // <https://github.com/koajs/cors#corsoptions> | ||
@@ -154,0 +147,0 @@ cors: {} |
+1
-1
| { | ||
| "name": "@ladjs/shared-config", | ||
| "description": "Shared configuration for Lad's API and Web servers", | ||
| "version": "9.0.0", | ||
| "version": "9.0.1", | ||
| "author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)", | ||
@@ -6,0 +6,0 @@ "bugs": { |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
32
-5.88%9681
-2.3%143
-4.67%