@squarecloud/api
Advanced tools
@@ -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); |
+2
-2
| { | ||
| "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" |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance 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 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance 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
+ Added
+ Added
- Removed
- Removed
Updated