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
19
Versions
247
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 1.5.39-rc0 to 1.5.40-rc.1

dist/index.cjs

34

package.json
{
"name": "@layerzerolabs/lz-utilities",
"version": "1.5.39-rc0",
"private": false,
"version": "1.5.40-rc.1",
"license": "BUSL-1.1",
"exports": "./dist/index.js",
"main": "./dist/index.js",
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",

@@ -12,4 +10,9 @@ "files": [

],
"exports": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"scripts": {
"build": "$npm_execpath tsc",
"build": "$npm_execpath tsup",
"clean": "$npm_execpath rimraf .turbo",

@@ -22,11 +25,24 @@ "format": "",

"@ethersproject/providers": "^5.7.2",
"@layerzerolabs/lz-definitions": "^1.5.32",
"@layerzerolabs/lz-definitions": "^1.5.40",
"@noble/hashes": "^1.3.2",
"@solana/web3.js": "^1.78.4",
"aptos": "^1.19.0",
"bip39": "^3.1.0",
"ed25519-hd-key": "^1.3.0",
"ethers": "^5.4.7",
"glob": "^10.3.3"
"glob": "^10.3.3",
"winston": "^3.10.0"
},
"devDependencies": {
"@layerzerolabs-internal/eslint-config": "^1.5.32",
"@layerzerolabs-internal/typescript-config": "^1.5.32",
"@jest/globals": "^29.6.4",
"@layerzerolabs-internal/eslint-config": "^1.5.40",
"@layerzerolabs-internal/tsup-config": "^1.5.40",
"@layerzerolabs-internal/typescript-config": "^1.5.40",
"@types/glob": "^8.0.1",
"@types/jest": "^29.5.4",
"@types/node": "^20.5.6",
"jest": "^29.6.4",
"rimraf": "^4.3.1",
"ts-jest": "^29.1.1",
"tsup": "^7.2.0",
"typescript": "^5.0.4"

@@ -33,0 +49,0 @@ },

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