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

@swapkit/api

Package Overview
Dependencies
Maintainers
2
Versions
242
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@swapkit/api - npm Package Compare versions

Comparing version 2.3.5 to 2.3.6

2

package.json

@@ -30,3 +30,3 @@ {

"types": "./src/index.ts",
"version": "2.3.5"
"version": "2.3.6"
}

@@ -351,5 +351,7 @@ import crypto from "crypto";

isDev = false,
baseUrl,
body,
}: {
isDev?: boolean;
baseUrl?: string;
body: BrokerDepositChannelParams;

@@ -362,3 +364,3 @@ }) {

}
const url = `${getBaseUrl(isDev)}/channel`;
const url = `${baseUrl || getBaseUrl(isDev)}/channel`;

@@ -365,0 +367,0 @@ const response = await RequestClient.post<DepositChannelResponse>(url, {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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