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
14
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.5.4
to
0.5.5
+3
-0
lib/cloud-api-service.js

@@ -115,2 +115,5 @@ "use strict";

}
if (this.service === 'lowcode' && process.env.CLOUDBASE_LOWCODE_CLOUDAPI_URL) {
return process.env.CLOUDBASE_LOWCODE_CLOUDAPI_URL;
}
if (urlMap[this.service]) {

@@ -117,0 +120,0 @@ return urlMap[this.service];

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

+2
-1
{
"name": "@cloudbase/cloud-api",
"version": "0.5.4",
"version": "0.5.5",
"description": "The cloud api request package.",

@@ -8,2 +8,3 @@ "main": "lib/index.js",

"build": "npx tsc",
"prepublishOnly": "npm run build",
"test": "jest --runInBand --detectOpenHandles --coverage --testTimeout=50000"

@@ -10,0 +11,0 @@ },

@@ -0,0 +0,0 @@ import { fetch as _fetch, fetchStream as _fetchStream } from './request';

@@ -0,0 +0,0 @@ interface Options {

export * from './cloud-api-service';
export * from './weda-api-request';

@@ -0,0 +0,0 @@ import _fetch, { RequestInit } from 'node-fetch';

@@ -0,0 +0,0 @@ interface ICredentials {