New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@soos-io/api-client

Package Overview
Dependencies
Maintainers
1
Versions
256
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@soos-io/api-client - npm Package Compare versions

Comparing version

to
0.2.27

3

dist/api/SOOSApiClient.js

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

SOOSLogger_1.soosLogger.verboseDebug(apiClientName, `Request URL: ${request.method?.toLocaleUpperCase()} ${request.url}`);
if (request.params) {
SOOSLogger_1.soosLogger.verboseDebug(apiClientName, `Request Params: ${JSON.stringify(request.params)}`);
}
SOOSLogger_1.soosLogger.verboseDebug(apiClientName, `Request Body: ${JSON.stringify(request.data)}`);

@@ -26,0 +29,0 @@ }

6

package.json
{
"name": "@soos-io/api-client",
"version": "0.2.26",
"version": "0.2.27",
"description": "This is the SOOS API Client for registered clients leveraging the various integrations to the SOOS platform.",

@@ -50,3 +50,3 @@ "main": "dist/index.js",

"argparse": "^2.0.1",
"axios": "^1.6.2",
"axios": "^1.6.4",
"form-data": "^4.0.0",

@@ -59,3 +59,3 @@ "glob": "^10.3.10",

"@types/jest": "^29.5.11",
"@types/node": "^20.10.5",
"@types/node": "^20.10.6",
"jest": "^29.7.0",

@@ -62,0 +62,0 @@ "prettier": "^3.1.1",