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

web3-rpc-methods

Package Overview
Dependencies
Maintainers
5
Versions
347
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web3-rpc-methods - npm Package Compare versions

Comparing version 1.1.3-dev.80adabe.0 to 1.1.3-dev.90d78c1.0

12

package.json
{
"name": "web3-rpc-methods",
"version": "1.1.3-dev.80adabe.0+80adabe",
"version": "1.1.3-dev.90d78c1.0+90d78c1",
"description": "Ethereum RPC methods for Web3 4.x.x",

@@ -28,3 +28,3 @@ "main": "./lib/commonjs/index.js",

"prebuild": "yarn clean",
"build": "yarn build:cjs & yarn build:esm & yarn build:types",
"build": "concurrently --kill-others-on-fail \"yarn:build:*(!check)\"",
"build:cjs": "tsc --build tsconfig.cjs.json && echo '{\"type\": \"commonjs\"}' > ./lib/commonjs/package.json",

@@ -60,7 +60,7 @@ "build:esm": "tsc --build tsconfig.esm.json && echo '{\"type\": \"module\"}' > ./lib/esm/package.json",

"dependencies": {
"web3-core": "4.2.1-dev.80adabe.0+80adabe",
"web3-types": "1.2.1-dev.80adabe.0+80adabe",
"web3-validator": "2.0.3-dev.80adabe.0+80adabe"
"web3-core": "4.2.1-dev.90d78c1.0+90d78c1",
"web3-types": "1.2.1-dev.90d78c1.0+90d78c1",
"web3-validator": "2.0.3-dev.90d78c1.0+90d78c1"
},
"gitHead": "80adabe986425c2415cf254f85f7025ef133bea7"
"gitHead": "90d78c1b7ffdc74f6ee71376a2b28da5bc55bc06"
}
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