Socket
Socket
Sign inDemoInstall

@wormhole-foundation/sdk-evm

Package Overview
Dependencies
Maintainers
5
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wormhole-foundation/sdk-evm - npm Package Compare versions

Comparing version 0.5.0-alpha.7 to 0.5.0-alpha.8

21

package.json
{
"name": "@wormhole-foundation/sdk-evm",
"version": "0.5.0-alpha.7",
"version": "0.5.0-alpha.8",
"repository": {

@@ -17,4 +17,4 @@ "type": "git",

"main": "./dist/cjs/index.js",
"types": "./dist/cjs/index.d.ts",
"module": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",
"typesVersions": {

@@ -53,2 +53,3 @@ "*": {

"build:cjs": "tsc -p ./tsconfig.cjs.json && echo '{\"type\":\"commonjs\"}' > dist/cjs/package.json",
"build:esm": "tsc -p ./tsconfig.esm.json",
"build": "npm run build:esm && npm run build:cjs",

@@ -59,4 +60,3 @@ "rebuild": "npm run clean && npm run build",

"prettier": "prettier --write ./src",
"test": "jest --config ./jest.config.ts",
"build:esm": "tsc -p ./tsconfig.esm.json"
"test": "jest --config ./jest.config.ts"
},

@@ -67,3 +67,3 @@ "devDependencies": {

"dependencies": {
"@wormhole-foundation/sdk-connect": "0.5.0-alpha.7",
"@wormhole-foundation/sdk-connect": "0.5.0-alpha.8",
"typechain": "^8.2.0",

@@ -76,7 +76,12 @@ "ethers": "^6.5.1",

".": {
"import": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",
"require": "./dist/cjs/index.js"
"import": {
"types": "./dist/esm/index.d.ts",
"default": "./dist/esm/index.js"
},
"require": {
"default": "./dist/cjs/index.js",
"types": "./dist/cjs/index.d.ts"
}
}
}
}
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