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

@layerzerolabs/lz-utilities

Package Overview
Dependencies
Maintainers
29
Versions
253
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@layerzerolabs/lz-utilities - npm Package Compare versions

Comparing version 2.0.12-tron-rc.2 to 2.0.12

5

dist/index.d.ts

@@ -15,3 +15,2 @@ import { SpawnOptions } from 'child_process';

declare function getEvmAccountFromMnemonic(mnemonic: string, path?: string): AccountMnemonic;
declare function getTronAccountFromMnemonic(mnemonic: string, path?: string): AccountMnemonic;
declare function getAptosAccountFromMnemonic(mnemonic: string, path?: string): AccountMnemonic;

@@ -74,3 +73,3 @@ declare function getSolanaAccountFromMnemonic(mnemonic: string, path?: string): AccountMnemonic;

declare function getProjectRootDir(cwd?: string): string;
declare function isHttpServiceReachable(host: string, port: number, timeout: number, path?: string): Promise<boolean>;
declare function isHttpServiceReachable(host: string, port: number, timeout: number): Promise<boolean>;
declare function extractUrlInfo(url: string): {

@@ -91,2 +90,2 @@ schema: 'http' | 'https';

export { type AccountMnemonic, CmdExecutor, type Deployment, createLogger, deploymentToEvmContract, dirname, extractUrlInfo, findDeployment, getAptosAccountFromMnemonic, getBIP044Path, getCircularReplacer, getEvmAccountFromMnemonic, getKeypairFromMnemonic, getLogger, getProjectPackageManager, getProjectRootDir, getSolanaAccountFromMnemonic, getTronAccountFromMnemonic, initLogger, isHttpServiceReachable, pkgroot, sleep };
export { type AccountMnemonic, CmdExecutor, type Deployment, createLogger, deploymentToEvmContract, dirname, extractUrlInfo, findDeployment, getAptosAccountFromMnemonic, getBIP044Path, getCircularReplacer, getEvmAccountFromMnemonic, getKeypairFromMnemonic, getLogger, getProjectPackageManager, getProjectRootDir, getSolanaAccountFromMnemonic, initLogger, isHttpServiceReachable, pkgroot, sleep };

11

package.json
{
"name": "@layerzerolabs/lz-utilities",
"version": "2.0.12-tron-rc.2",
"version": "2.0.12",
"license": "BUSL-1.1",

@@ -23,3 +23,3 @@ "exports": {

"@ethersproject/providers": "^5.7.0",
"@layerzerolabs/lz-definitions": "^2.0.12-tron-rc.2",
"@layerzerolabs/lz-definitions": "^2.0.12",
"@noble/hashes": "^1.3.2",

@@ -38,4 +38,4 @@ "@solana/web3.js": "^1.87.6",

"@jest/globals": "^29.7.0",
"@layerzerolabs/tsup-config-next": "^2.0.12-tron-rc.2",
"@layerzerolabs/typescript-config-next": "^2.0.12-tron-rc.2",
"@layerzerolabs/tsup-config-next": "^2.0.12",
"@layerzerolabs/typescript-config-next": "^2.0.12",
"@types/glob": "^8.1.0",

@@ -52,4 +52,3 @@ "@types/jest": "^29.5.10",

"access": "public"
},
"stableVersion": "2.0.10"
}
}

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

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