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

web3-net

Package Overview
Dependencies
Maintainers
2
Versions
474
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.0.0 to 2.0.0-alpha

dist/web3-net.cjs.js

38

package.json
{
"name": "web3-net",
"version": "1.0.0",
"namespace": "ethereum",
"version": "2.0.0-alpha",
"description": "Web3 module to interact with the Ethereum nodes networking properties.",
"repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-net",
"repository": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3-net",
"engines": {
"node": ">=8.0.0"
},
"license": "LGPL-3.0",
"main": "src/index.js",
"main": "dist/web3-net.cjs.js",
"module": "dist/web3-net.esm.js",
"browser": "dist/web3-net.umd.js",
"types": "types/index.d.ts",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"test": "jest",
"dtslint": "dtslint types --onlyTestTsNext"
},
"dependencies": {
}
"@babel/runtime": "^7.3.1",
"lodash": "^4.17.11",
"web3-core": "2.0.0-alpha",
"web3-core-helpers": "2.0.0-alpha",
"web3-core-method": "2.0.0-alpha",
"web3-providers": "2.0.0-alpha",
"web3-utils": "2.0.0-alpha"
},
"devDependencies": {
"definitelytyped-header-parser": "^1.0.1",
"dtslint": "0.4.2"
},
"files": [
"dist",
"types/index.d.ts"
],
"gitHead": "a09d2cc84c1f08aa673028cc7c517d40a1f72972"
}
.npmignore
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