Socket
Socket
Sign inDemoInstall

web3-types

Package Overview
Dependencies
Maintainers
2
Versions
319
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web3-types - npm Package Compare versions

Comparing version 0.1.1-alpha.2 to 0.1.1-alpha.3

lib/apis/eth_execution_api.d.ts

14

package.json
{
"name": "web3-types",
"version": "0.1.1-alpha.2",
"version": "0.1.1-alpha.3",
"description": "Provide the common data structures and interfaces for web3 modules.",
"main": "dist/index.js",
"main": "lib/index.js",
"repository": "https://github.com/ChainSafe/web3.js",

@@ -10,9 +10,9 @@ "author": "ChainSafe Systems",

"files": [
"dist/**/*"
"lib/**/*"
],
"scripts": {
"clean": "rimraf dist",
"prebuild": "rimraf dist",
"clean": "rimraf dist && rimraf lib",
"prebuild": "yarn clean",
"build": "tsc --build",
"build:check": "node -e \"require('./dist')\"",
"build:check": "node -e \"require('./lib')\"",
"lint": "eslint --ext .js,.ts .",

@@ -43,3 +43,3 @@ "lint:fix": "eslint --fix --ext .js,.ts .",

},
"gitHead": "7d5de3b049bf7929669c89e474387b16bd27c612"
"gitHead": "9f0deb7273dd3e4d4b877ddb2d70805afb040586"
}
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