@astro-my/featuretoggle
Advanced tools
@@ -1,1 +0,1 @@ | ||
| 'use strict';module.exports={ENVIRONMENT:process.env.ENVIRONMENT,NODE_ENV:process.env.NODE_ENV,API_ENDPOINT:process.env.featureToggleService||'https://identity-feature-develop.identity.astro.com.my/api/v1'}; | ||
| 'use strict';module.exports={ENVIRONMENT:process.env.ENVIRONMENT,NODE_ENV:process.env.NODE_ENV,API_ENDPOINT:process.env.featureToggleService||'https://8xtgead0s6.execute-api.ap-southeast-1.amazonaws.com/develop/featuretoggle/api/v1'}; |
+1
-1
| { | ||
| "name": "@astro-my/featuretoggle", | ||
| "version": "2.1.1", | ||
| "version": "2.2.0", | ||
| "description": "Retrieve feature flags status for services or portal", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
| module.exports = { | ||
| ENVIRONMENT: process.env.ENVIRONMENT, | ||
| NODE_ENV: process.env.NODE_ENV, | ||
| API_ENDPOINT: process.env.featureToggleService || 'https://identity-feature-develop.identity.astro.com.my/api/v1' | ||
| API_ENDPOINT: process.env.featureToggleService || 'https://8xtgead0s6.execute-api.ap-southeast-1.amazonaws.com/develop/featuretoggle/api/v1' | ||
| }; |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
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 3 instances in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
13130
0.41%