@ladjs/shared-config
Advanced tools
+1
-1
@@ -32,3 +32,3 @@ const fs = require('fs'); | ||
| const port = process.env[`${prefix}_PORT`] || 0; | ||
| const serverHost = process.env[`${prefix}_SERVER_HOST`] || '0.0.0.0'; | ||
| const serverHost = process.env[`${prefix}_SERVER_HOST`] || '::'; | ||
| const protocol = process.env[`${prefix}_PROTOCOL`] || 'http'; | ||
@@ -35,0 +35,0 @@ |
+1
-1
| { | ||
| "name": "@ladjs/shared-config", | ||
| "description": "Shared configuration for Lad's API and Web servers", | ||
| "version": "9.0.1", | ||
| "version": "9.1.0", | ||
| "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
9676
-0.05%