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

@squarecloud/api

Package Overview
Dependencies
Maintainers
2
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@squarecloud/api - npm Package Compare versions

Comparing version
1.1.14
to
1.1.15
+1
-1
lib/APIManager.js

@@ -29,3 +29,3 @@ "use strict";

options.method = options.method || 'GET';
const { data } = await api_1.api.get(`/v1/public/${path}`, options);
const { data } = await (0, api_1.api)(`/v1/public/${path}`, options);
if (data.status === 'error') {

@@ -32,0 +32,0 @@ throw new SquareCloudAPIError(data.code);

{
"name": "@squarecloud/api",
"version": "1.1.14",
"version": "1.1.15",
"description": "A JavaScript Wrapper for SquareCloud API",

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

"dependencies": {
"axios": "^1.1.3",
"axios": "1.1.3",
"form-data": "^4.0.0",

@@ -33,0 +33,0 @@ "zod": "^3.19.1"