@ladjs/shared-config
Advanced tools
+4
-0
@@ -152,2 +152,6 @@ const fs = require('fs'); | ||
| }; | ||
| // <https://stackoverflow.com/a/66810848> | ||
| if (boolean(process.env[`${prefix}_REDIS_TLS`])) config.redis.tls = {}; | ||
| return config; | ||
@@ -154,0 +158,0 @@ } |
+1
-1
| { | ||
| "name": "@ladjs/shared-config", | ||
| "description": "Shared configuration for Lad's API and Web servers", | ||
| "version": "9.1.1", | ||
| "version": "9.1.2", | ||
| "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
9957
1.22%149
1.36%35
2.94%