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

@layerzerolabs/lz-definitions

Package Overview
Dependencies
Maintainers
16
Versions
320
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@layerzerolabs/lz-definitions - npm Package Compare versions

Comparing version 1.5.47 to 1.5.48

14

dist/index.d.ts

@@ -119,3 +119,4 @@ declare enum Chain {

LIF3_MAINNET = 205,
ASTAR_MAINNET = 210
ASTAR_MAINNET = 210,
AURORA_MAINNET = 211
}

@@ -232,3 +233,4 @@ declare enum TestnetEndpointId {

LIF3_V2_MAINNET = 30205,
ASTAR_V2_MAINNET = 30210
ASTAR_V2_MAINNET = 30210,
AURORA_V2_MAINNET = 30211
}

@@ -401,2 +403,3 @@ declare enum TestnetV2EndpointId {

ASTAR_V2_MAINNET: MainnetV2EndpointId.ASTAR_V2_MAINNET;
AURORA_V2_MAINNET: MainnetV2EndpointId.AURORA_V2_MAINNET;
BSC_SANDBOX: SandboxEndpointId.BSC_SANDBOX;

@@ -508,2 +511,3 @@ AVALANCHE_SANDBOX: SandboxEndpointId.AVALANCHE_SANDBOX;

ASTAR_MAINNET: MainnetEndpointId.ASTAR_MAINNET;
AURORA_MAINNET: MainnetEndpointId.AURORA_MAINNET;
};

@@ -627,2 +631,3 @@ type EndpointId = MainnetEndpointId | TestnetEndpointId | SandboxEndpointId | MainnetV2EndpointId | TestnetV2EndpointId | SandboxV2EndpointId;

TELOS = "telos",
AURORA = "aurora",
AURORA_TESTNET = "aurora-testnet",

@@ -659,2 +664,5 @@ OPBNB = "opbnb",

};
declare const COMPOSER_ADDRESS: {
[chainId: number]: string;
};

@@ -690,2 +698,2 @@ declare function networkToEndpointId(network: string, version: EndpointVersion): number;

export { BRIDGE_ADDRESS, CHAIN_KEY, Chain, ChainKey, ChainType, ENVIRONMENT, EndpointId, EndpointVersion, Environment, MainnetEndpointId, MainnetV2EndpointId, MessageLibVersion, MessageLibVersionV1, MessageLibVersionV2, Network, STG_ADDRESS, SandboxEndpointId, SandboxV2EndpointId, Stage, TestnetEndpointId, TestnetV2EndpointId, ULN_V1_CHAINS, chainAndStageToEndpointId, chainAndStageToNetwork, endpointIdToChain, endpointIdToChainKey, endpointIdToChainType, endpointIdToNetwork, endpointIdToStage, endpointIdToVersion, getChainIdForNetwork, getChainType, getEndpointVersionForUlnVersion, getNetworkForChainId, getNetworksForStage, networkToChain, networkToChainType, networkToEndpointId, networkToEnv, networkToStage };
export { BRIDGE_ADDRESS, CHAIN_KEY, COMPOSER_ADDRESS, Chain, ChainKey, ChainType, ENVIRONMENT, EndpointId, EndpointVersion, Environment, MainnetEndpointId, MainnetV2EndpointId, MessageLibVersion, MessageLibVersionV1, MessageLibVersionV2, Network, STG_ADDRESS, SandboxEndpointId, SandboxV2EndpointId, Stage, TestnetEndpointId, TestnetV2EndpointId, ULN_V1_CHAINS, chainAndStageToEndpointId, chainAndStageToNetwork, endpointIdToChain, endpointIdToChainKey, endpointIdToChainType, endpointIdToNetwork, endpointIdToStage, endpointIdToVersion, getChainIdForNetwork, getChainType, getEndpointVersionForUlnVersion, getNetworkForChainId, getNetworksForStage, networkToChain, networkToChainType, networkToEndpointId, networkToEnv, networkToStage };
{
"name": "@layerzerolabs/lz-definitions",
"version": "1.5.47",
"version": "1.5.48",
"description": "LayerZero Utility",

@@ -18,3 +18,4 @@ "license": "BUSL-1.1",

"scripts": {
"build": "$npm_execpath tsup",
"build": "$npm_execpath build-ts",
"build-ts": "$npm_execpath tsc --noEmit && $npm_execpath tsup",
"clean": "$npm_execpath rimraf .turbo && $npm_execpath rimraf dist",

@@ -30,5 +31,5 @@ "format": "$npm_execpath prettier --ignore-path $(git rev-parse --show-toplevel)/.prettierignore --write .",

"@jest/globals": "^29.5.0",
"@layerzerolabs-internal/eslint-config": "^1.5.47",
"@layerzerolabs-internal/tsup-config": "^1.5.47",
"@layerzerolabs-internal/typescript-config": "^1.5.47",
"@layerzerolabs-internal/eslint-config": "^1.5.48",
"@layerzerolabs-internal/tsup-config": "^1.5.48",
"@layerzerolabs-internal/typescript-config": "^1.5.48",
"@types/jest": "^29.4.0",

@@ -35,0 +36,0 @@ "eslint": "^8.17.0",

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 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