Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mayanfinance/wormhole-sdk-route

Package Overview
Dependencies
Maintainers
3
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mayanfinance/wormhole-sdk-route - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2-beta.0

dist/cjs/index.d.ts

51

package.json
{
"name": "@mayanfinance/wormhole-sdk-route",
"version": "0.0.1",
"description": "",
"main": "index.js",
"version": "0.0.2-beta.0",
"license": "Apache-2.0",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",
"author": "",
"description": "The core package for the Connect SDK, used in conjunction with 1 or more of the chain packages",
"files": [
"dist"
],
"keywords": [
"wormhole",
"sdk",
"typescript",
"connect"
],
"engines": {
"node": ">=16"
},
"sideEffects": false,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build:cjs": "tsc -p ./tsconfig.cjs.json",
"build:esm": "tsc -p ./tsconfig.esm.json",
"build": "npm run build:cjs && npm run build:esm",
"publish": "npm publish --access public --tag $TAG",
"pub:beta": "TAG=beta npm run publish",
"pub:latest": "TAG=latest npm run publish",
"docs": "typedoc",
"example:swap": "tsx examples/swap.ts"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
"dependencies": {
"@solana/web3.js": "^1.89.1",
"@mayanfinance/swap-sdk": "file:./swap-sdk",
"@wormhole-foundation/connect-sdk": "0.4.0-beta.2",
"@wormhole-foundation/connect-sdk-evm": "0.4.0-beta.2",
"@wormhole-foundation/connect-sdk-solana": "0.4.0-beta.2",
"axios": "^1.4.0",
"ethers": "^6"
},
"author": "",
"license": "ISC"
"devDependencies": {
"@types/node": "^20.11.6",
"dotenv": "^16.4.0",
"tsx": "^4.7.0",
"typescript": "^5.3.3"
}
}
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