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.25

1

dist/logging/SOOSLogger.d.ts

@@ -24,2 +24,3 @@ import { LogLevel } from "../enums";

verboseGroupEnd(): void;
always(message?: any, ...optionalParams: any[]): void;
logLineSeparator(): void;

@@ -26,0 +27,0 @@ }

@@ -92,2 +92,7 @@ "use strict";

}
always(message, ...optionalParams) {
const timestamp = this.getTimeStamp();
const logMessage = `${timestamp} UTC [SOOS] ${message}`;
this.console.log(logMessage, ...optionalParams);
}
logLineSeparator() {

@@ -94,0 +99,0 @@ const separator = "-".repeat(80);

3

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

@@ -62,4 +62,5 @@ "main": "dist/index.js",

"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}