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

web3-plugin-example

Package Overview
Dependencies
Maintainers
3
Versions
358
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web3-plugin-example - npm Package Compare versions

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

lib/contract_method_wrappers.d.ts

24

package.json
{
"name": "web3-plugin-example",
"version": "0.1.0-alpha.2",
"version": "0.1.0-alpha.3",
"description": "Example implementations of Web3.js' 4.x plugin system",

@@ -17,9 +17,9 @@ "repository": "https://github.com/ChainSafe/web3.js",

"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 .",

@@ -47,8 +47,8 @@ "lint:fix": "eslint --fix --ext .js,.ts .",

"typescript": "^4.7.4",
"web3": "^4.0.1-alpha.3",
"web3-core": "^4.0.1-alpha.3",
"web3-eth-abi": "^4.0.1-alpha.3",
"web3-eth-contract": "^4.0.1-alpha.3",
"web3-types": "^0.1.1-alpha.2",
"web3-utils": "^4.0.1-alpha.3"
"web3": "^4.0.1-alpha.4",
"web3-core": "^4.0.1-alpha.4",
"web3-eth-abi": "^4.0.1-alpha.4",
"web3-eth-contract": "^4.0.1-alpha.4",
"web3-types": "^0.1.1-alpha.3",
"web3-utils": "^4.0.1-alpha.4"
},

@@ -62,3 +62,3 @@ "peerDependencies": {

},
"gitHead": "65cdda8caf5484229ac73f26557a8f50eba0c11c"
"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