New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@cloudbase/cloud-api

Package Overview
Dependencies
Maintainers
13
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudbase/cloud-api - npm Package Compare versions

Comparing version
0.4.1-alpha.6
to
0.4.1-alpha.7
+1
-1
package.json
{
"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, {