@cloudbase/cloud-api
Advanced tools
+1
-1
| { | ||
| "name": "@cloudbase/cloud-api", | ||
| "version": "0.4.1-alpha.6", | ||
| "version": "0.4.1-alpha.7", | ||
| "description": "The cloud api request package.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -160,5 +160,4 @@ // @ts-ignore | ||
| try { | ||
| console.warn('request to target', commonConfig.url); | ||
| const data = await fetch(commonConfig.url, requestConfig, commonConfig.proxy); | ||
| console.log('[wedaRequest] requestId:', data.Response.RequestId, 'action:', params.action, 'target: ', commonConfig.url); | ||
| if (data.Response.Error) { | ||
@@ -165,0 +164,0 @@ const tcError = new CloudBaseError(data.Response.Error.Message, { |
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 6 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
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 6 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
52416
0.13%