Socket
Socket
Sign inDemoInstall

web3

Package Overview
Dependencies
Maintainers
1
Versions
509
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web3 - npm Package Compare versions

Comparing version 0.14.0 to 0.14.1

2

bower.json
{
"name": "web3",
"namespace": "ethereum",
"version": "0.14.0",
"version": "0.14.1",
"description": "Ethereum Compatible JavaScript API",

@@ -6,0 +6,0 @@ "main": [

{
"version": "0.14.0"
"version": "0.14.1"
}
/* jshint ignore:start */
Package.describe({
name: 'ethereum:web3',
version: '0.14.0',
version: '0.14.1',
summary: 'Ethereum JavaScript API, middleware to talk to a ethreum node over RPC',

@@ -22,3 +22,3 @@ git: 'https://github.com/ethereum/ethereum.js',

api.export(['web3', 'BigNumber'], ['client', 'server']);
api.export(['Web3', 'BigNumber'], ['client', 'server']);

@@ -25,0 +25,0 @@ api.addFiles('dist/web3.js', ['client', 'server']);

{
"name": "web3",
"namespace": "ethereum",
"version": "0.14.0",
"version": "0.14.1",
"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",

@@ -6,0 +6,0 @@ "main": "./index.js",

@@ -0,1 +1,13 @@

# Migration 0.13.0 -> 0.14.0
web3.js version 0.14.0 supports [multiple instances of web3](https://github.com/ethereum/web3.js/issues/297) object.
To migrate to this version, please follow the guide:
```diff
-var web3 = require('web3');
+var Web3 = require('web3');
+var web3 = new Web3();
```
# Ethereum JavaScript API

@@ -2,0 +14,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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