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

@dfns/sdk

Package Overview
Dependencies
Maintainers
13
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dfns/sdk - npm Package Compare versions

Comparing version 0.5.6-alpha.4 to 0.5.6-alpha.5

38

generated/exchanges/types.d.ts

@@ -15,9 +15,2 @@ export type CreateDepositBody = {

} | {
kind: "Erc721";
contract: string;
tokenId: string;
priority?: ("Slow" | "Standard" | "Fast") | undefined;
walletId: string;
otp?: string | undefined;
} | {
kind: "Trc10";

@@ -35,8 +28,2 @@ tokenId: string;

} | {
kind: "Trc721";
contract: string;
tokenId: string;
walletId: string;
otp?: string | undefined;
} | {
kind: "Asa";

@@ -189,3 +176,2 @@ assetId: string;

kind: "Native";
to: string | string | string | string | string | string | string | string | string | string | string | string | string;
amount: string;

@@ -198,3 +184,2 @@ priority?: ("Slow" | "Standard" | "Fast") | undefined;

contract: string;
to: string;
amount: string;

@@ -205,13 +190,4 @@ priority?: ("Slow" | "Standard" | "Fast") | undefined;

} | {
kind: "Erc721";
contract: string;
to: string;
tokenId: string;
priority?: ("Slow" | "Standard" | "Fast") | undefined;
walletId: string;
otp?: string | undefined;
} | {
kind: "Trc10";
tokenId: string;
to: string;
amount: string;

@@ -223,3 +199,2 @@ walletId: string;

contract: string;
to: string;
amount: string;

@@ -229,12 +204,4 @@ walletId: string;

} | {
kind: "Trc721";
contract: string;
to: string;
tokenId: string;
walletId: string;
otp?: string | undefined;
} | {
kind: "Asa";
assetId: string;
to: string;
amount: string;

@@ -247,3 +214,2 @@ walletId: string;

assetCode: string;
to: string;
amount: string;

@@ -254,3 +220,2 @@ walletId: string;

kind: "Spl" | "Spl2022";
to: string;
amount: string;

@@ -263,3 +228,2 @@ mint: string;

kind: "Tep74";
to: string;
master: string;

@@ -430,4 +394,2 @@ amount: string;

paginationToken?: string | undefined;
symbol?: string | undefined;
network?: ("Algorand" | "AlgorandTestnet" | "ArbitrumOne" | "ArbitrumGoerli" | "ArbitrumSepolia" | "AvalancheC" | "AvalancheCFuji" | "Base" | "BaseGoerli" | "BaseSepolia" | "Bitcoin" | "BitcoinTestnet3" | "Bsc" | "BscTestnet" | "Cardano" | "CardanoPreprod" | "Celo" | "CeloAlfajores" | "Ethereum" | "EthereumGoerli" | "EthereumSepolia" | "EthereumHolesky" | "FantomOpera" | "FantomTestnet" | "InternetComputer" | "Kusama" | "Litecoin" | "LitecoinTestnet" | "Optimism" | "OptimismGoerli" | "OptimismSepolia" | "Origyn" | "Polkadot" | "Westend" | "Polygon" | "PolygonAmoy" | "PolygonMumbai" | "Solana" | "SolanaDevnet" | "Stellar" | "StellarTestnet" | "Tezos" | "TezosGhostnet" | "Tron" | "TronNile" | "Ton" | "TonTestnet" | "XrpLedger" | "XrpLedgerTestnet" | "KeyECDSA" | "KeyECDSAStark" | "KeyEdDSA") | undefined;
};

@@ -434,0 +396,0 @@ export type ListAccountsResponse = {

2

package.json
{
"name": "@dfns/sdk",
"version": "0.5.6-alpha.4",
"version": "0.5.6-alpha.5",
"dependencies": {

@@ -5,0 +5,0 @@ "buffer": "6.0.3",

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