Socket
Socket
Sign inDemoInstall

web3-net

Package Overview
Dependencies
Maintainers
2
Versions
440
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web3-net - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

types/index.d.ts

16

package.json
{
"name": "web3-net",
"version": "1.2.1",
"version": "1.2.2",
"description": "Web3 module to interact with the Ethereum nodes networking properties.",

@@ -10,8 +10,16 @@ "repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-net",

},
"types": "types/index.d.ts",
"scripts": {
"dtslint": "dtslint types --onlyTestTsNext"
},
"main": "src/index.js",
"dependencies": {
"web3-core": "1.2.1",
"web3-core-method": "1.2.1",
"web3-utils": "1.2.1"
"web3-core": "1.2.2",
"web3-core-method": "1.2.2",
"web3-utils": "1.2.2"
},
"devDependencies": {
"definitelytyped-header-parser": "^1.0.1",
"dtslint": "0.4.2"
}
}

@@ -27,3 +27,2 @@ # web3-net

## Usage

@@ -38,6 +37,7 @@

## Types
All the typescript typings are placed in the types folder.
[docs]: http://web3js.readthedocs.io/en/1.0/
[repo]: https://github.com/ethereum/web3.js

@@ -42,3 +42,3 @@ /*

params: 0,
outputFormatter: utils.hexToNumber
outputFormatter: parseInt
}),

@@ -45,0 +45,0 @@ new Method({

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