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

@avalabs/bridge-unified

Package Overview
Dependencies
Maintainers
4
Versions
188
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@avalabs/bridge-unified - npm Package Compare versions

Comparing version 0.0.0-CP-8544-avalanche-bridge-20240906211153 to 0.0.0-CP-8544-avalanche-bridge-20240909181422

13

dist/index.d.ts

@@ -101,3 +101,3 @@ import { Address } from 'viem';

declare enum BridgeType {
AVALANCHE = "avalanche",
AVALANCHE_EVM = "avalanche-evm",
CCTP = "cctp",

@@ -157,4 +157,3 @@ ICTT_ERC20_ERC20 = "ictt-erc20-erc20"

NATIVE = "native",
ERC20 = "erc20",
BTC = "btc"
ERC20 = "erc20"
}

@@ -173,9 +172,5 @@ type BaseAsset = {

};
type BitcoinAsset = BaseAsset & {
type: TokenType.BTC;
};
declare const isErc20Asset: (asset: Asset) => asset is Erc20Asset;
declare const isNativeAsset: (asset: Asset) => asset is NativeAsset;
declare const isBitcoinAsset: (asset: Asset) => asset is BitcoinAsset;
type Asset = Erc20Asset | NativeAsset | BitcoinAsset;
type Asset = Erc20Asset | NativeAsset;
type DestinationInfo = Record<string, BridgeType[]>;

@@ -219,2 +214,2 @@ type BridgeAsset = Asset & {

export { Asset, AssetFeeMap, BitcoinAsset, BridgeAsset, BridgeService, BridgeServiceConfig, BridgeServiceFactory, BridgeServicesMap, BridgeSignatureReason, BridgeStepDetails, BridgeTransfer, BridgeType, Chain, ChainAssetMap, DestinationInfo, Dispatch, Environment, Erc20Asset, ErrorCode, ErrorReason, FeeParams, Hex, NativeAsset, Provider, Signer, TokenType, TrackingParams, TransactionRequest, TransferParams, _default as caip2, createUnifiedBridgeService, getEnabledBridgeServices, isBitcoinAsset, isErc20Asset, isNativeAsset };
export { Asset, AssetFeeMap, BridgeAsset, BridgeService, BridgeServiceConfig, BridgeServiceFactory, BridgeServicesMap, BridgeSignatureReason, BridgeStepDetails, BridgeTransfer, BridgeType, Chain, ChainAssetMap, DestinationInfo, Dispatch, Environment, Erc20Asset, ErrorCode, ErrorReason, FeeParams, Hex, NativeAsset, Provider, Signer, TokenType, TrackingParams, TransactionRequest, TransferParams, _default as caip2, createUnifiedBridgeService, getEnabledBridgeServices, isErc20Asset, isNativeAsset };
{
"name": "@avalabs/bridge-unified",
"license": "Limited Ecosystem License",
"version": "0.0.0-CP-8544-avalanche-bridge-20240906211153",
"version": "0.0.0-CP-8544-avalanche-bridge-20240909181422",
"main": "dist/index.cjs",

@@ -6,0 +6,0 @@ "module": "dist/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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