Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@soos-io/api-client

Package Overview
Dependencies
Maintainers
1
Versions
207
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 0.1.2-pre.1 to 0.1.2-pre.2

dist/env.d.ts

6

dist/api/SOOSApiClient.js

@@ -24,4 +24,4 @@ "use strict";

if (request.data) {
logger.verboseDebug(apiClientName, `Request URL: ${request.url}, request method: ${request.method}`);
logger.verboseDebug(apiClientName, `Request Body: ${JSON.stringify(request.data)}`);
soosLogger.verboseDebug(apiClientName, `Request URL: ${request.url}, request method: ${request.method}`);
soosLogger.verboseDebug(apiClientName, `Request Body: ${JSON.stringify(request.data)}`);
}

@@ -33,3 +33,3 @@ return request;

client.interceptors.response.use((response) => {
logger.verboseDebug(apiClientName, `Response Body: ${JSON.stringify(response.data)}`);
soosLogger.verboseDebug(apiClientName, `Response Body: ${JSON.stringify(response.data)}`);
return response;

@@ -36,0 +36,0 @@ }, (rejectedResponse) => {

{
"name": "@soos-io/api-client",
"version": "0.1.2-pre.1",
"version": "0.1.2-pre.2",
"description": "This is the SOOS API Client for registered clients leveraging the various integrations to the SOOS platform.",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc