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

fireblocks-sdk

Package Overview
Dependencies
Maintainers
10
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fireblocks-sdk - npm Package Compare versions

Comparing version 5.32.0 to 5.33.0

8

dist/package.json
{
"name": "fireblocks-sdk",
"version": "5.32.0",
"version": "5.33.0",
"main": "dist/src/fireblocks-sdk.js",

@@ -18,5 +18,5 @@ "types": "dist/src/fireblocks-sdk.d.ts",

"dependencies": {
"@notabene/pii-sdk": "^1.17.0",
"axios": "^1.6.0",
"jsonwebtoken": "9.0.0",
"@notabene/pii-sdk": "^1.17.1",
"axios": "^1.7.7",
"jsonwebtoken": "^9.0.2",
"platform": "^1.3.6",

@@ -23,0 +23,0 @@ "qs": "^6.11.0",

@@ -1599,2 +1599,3 @@ import { AxiosResponseHeaders } from "axios";

feeLevel?: FeeLevel;
useGasless?: boolean;
}

@@ -1791,2 +1792,3 @@ export interface SupportedBlockchain {

feeLevel?: FeeLevel;
useGasless?: boolean;
}

@@ -1852,4 +1854,6 @@ export interface JobCreatedResponse {

feeLevel?: FeeLevel;
fee?: string;
note?: string;
externalTxId?: string;
useGasless?: boolean;
}

@@ -2040,3 +2044,3 @@ export declare enum SmartTransfersTicketDirection {

baseAsset: string;
ethNetwork?: number;
ethNetwork?: string;
ethContractAddress?: string;

@@ -2043,0 +2047,0 @@ issuerAddress?: string;

{
"name": "fireblocks-sdk",
"version": "5.32.0",
"version": "5.33.0",
"main": "dist/src/fireblocks-sdk.js",

@@ -18,5 +18,5 @@ "types": "dist/src/fireblocks-sdk.d.ts",

"dependencies": {
"@notabene/pii-sdk": "^1.17.0",
"axios": "^1.6.0",
"jsonwebtoken": "9.0.0",
"@notabene/pii-sdk": "^1.17.1",
"axios": "^1.7.7",
"jsonwebtoken": "^9.0.2",
"platform": "^1.3.6",

@@ -23,0 +23,0 @@ "qs": "^6.11.0",

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