@swapkit/api
Advanced tools
Comparing version 2.3.5 to 2.3.6
@@ -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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
Found 1 instance in 1 package
0
2253575
4426
5