fireblocks-sdk
Advanced tools
Comparing version 3.1.2 to 3.1.3
{ | ||
"name": "fireblocks-sdk", | ||
"version": "3.1.2", | ||
"main": "dist/fireblocks-sdk.js", | ||
"types": "dist/fireblocks-sdk.d.ts", | ||
"version": "3.1.3", | ||
"main": "dist/src/fireblocks-sdk.js", | ||
"types": "dist/src/fireblocks-sdk.d.ts", | ||
"scripts": { | ||
@@ -7,0 +7,0 @@ "build": "tsc && npm run tslint", |
@@ -44,6 +44,14 @@ ## The Official Javascript & Typescript SDK for Fireblocks API | ||
interface SDKOptions { | ||
timeoutInMs?: number; // HTTP request timeout | ||
proxy?: AxiosProxyConfig | false; // Proxy configuration | ||
anonymousPlatform?: boolean; // Whether to remove platform from User-Agent header | ||
/** HTTP request timeout */ | ||
timeoutInMs?: number; | ||
/** Proxy configurations */ | ||
proxy?: AxiosProxyConfig | false; | ||
/** Whether to remove platform from User-Agent header */ | ||
anonymousPlatform?: boolean; | ||
/** Additional product identifier to be prepended to the User-Agent header */ | ||
userAgent?: string; | ||
} | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3188
57
154655
1