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

@xchainjs/xchain-evm-providers

Package Overview
Dependencies
Maintainers
10
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xchainjs/xchain-evm-providers - npm Package Compare versions

Comparing version 0.1.10 to 0.1.11

12

package.json
{
"name": "@xchainjs/xchain-evm-providers",
"version": "0.1.10",
"version": "0.1.11",
"license": "MIT",

@@ -21,2 +21,3 @@ "main": "lib/index.js",

"build": "yarn clean && rollup -c",
"build:release": "yarn exec rm -rf release && yarn pack && yarn exec \"mkdir release && tar zxvf package.tgz --directory release && rm package.tgz\"",
"clean": "rm -rf .turbo && rm -rf lib",

@@ -27,11 +28,12 @@ "e2e": "jest --config jest.config.e2e.js",

"publishConfig": {
"access": "public"
"access": "public",
"directory": "release/package"
},
"dependencies": {
"@supercharge/promise-pool": "2.4.0",
"@xchainjs/xchain-client": "workspace:*",
"@xchainjs/xchain-util": "workspace:*",
"@xchainjs/xchain-client": "0.16.6",
"@xchainjs/xchain-util": "0.13.6",
"axios": "1.3.6",
"ethers": "5.7.2"
}
}
}
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