Socket
Socket
Sign inDemoInstall

web3

Package Overview
Dependencies
Maintainers
1
Versions
519
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.20.6 to 0.20.7

.nyc_output/540fd3f1a237944b49bdaa0c18a53a2f.json

2

bower.json

@@ -11,3 +11,3 @@ {

"dependencies": {
"bignumber.js": ">=2.0.0",
"bignumber.js": ">=2.0.0 <=5.0.0",
"crypto-js": "~3.1.4"

@@ -14,0 +14,0 @@ },

@@ -28,3 +28,3 @@ #!/usr/bin/env node

insert_global_vars: false, // jshint ignore:line
detectGlobals: false,
detectGlobals: true,
bundleExternal: true

@@ -31,0 +31,0 @@ };

@@ -179,3 +179,3 @@ /*

*/
var fromAscii = function(str) {
var fromAscii = function(str, num) {
var hex = "";

@@ -188,3 +188,3 @@ for(var i = 0; i < str.length; i++) {

return "0x" + hex;
return "0x" + hex.padEnd(num,'0');
};

@@ -191,0 +191,0 @@

{
"version": "0.20.6"
"version": "0.20.7"
}

@@ -0,18 +1,24 @@

/*!
* web3.js - Ethereum JavaScript API
*
* @license lgpl-3.0
* @see https://github.com/ethereum/web3.js
*/
/*
This file is part of web3.js.
web3.js is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
web3.js is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with web3.js. If not, see <http://www.gnu.org/licenses/>.
*/
/**
* This file is part of web3.js.
*
* web3.js is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* web3.js is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with web3.js. If not, see <http://www.gnu.org/licenses/>.
*
* @file web3.js

@@ -19,0 +25,0 @@ * @authors:

@@ -40,4 +40,4 @@ /*

});
this._constant = json.constant;
this._payable = json.payable;
this._constant = (json.stateMutability === "view" || json.stateMutability === "pure" || json.constant);
this._payable = (json.stateMutability === "payable" || json.payable);
this._name = utils.transformToFullName(json);

@@ -44,0 +44,0 @@ this._address = address;

@@ -37,3 +37,3 @@ /*

var XHR2 = require('xhr2'); // jshint ignore: line
var XHR2 = require('xhr2-cookies').XMLHttpRequest; // jshint ignore: line

@@ -67,2 +67,3 @@ /**

}
request.withCredentials = true;

@@ -69,0 +70,0 @@ request.open('POST', this.host, async);

/* jshint ignore:start */
Package.describe({
name: 'ethereum:web3',
version: '0.20.6',
version: '0.20.7',
summary: 'Ethereum JavaScript API, middleware to talk to a ethreum node over RPC',
git: 'https://github.com/ethereum/ethereum.js',
git: 'https://github.com/ethereum/web3.js',
// By default, Meteor will default to using README.md for documentation.

@@ -8,0 +8,0 @@ // To avoid submitting documentation, set this field to null.

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

@@ -14,3 +14,3 @@ "main": "./index.js",

"utf8": "^2.1.1",
"xhr2": "*",
"xhr2-cookies": "^1.1.0",
"xmlhttprequest": "*"

@@ -88,4 +88,3 @@ },

],
"license": "LGPL-3.0"
}

@@ -49,2 +49,9 @@ # Migration 0.13.0 -> 0.14.0

### As Browser module
CDN
```html
<script src="https://cdn.jsdelivr.net/gh/ethereum/web3.js/dist/web3.min.js"></script>
```
Bower

@@ -137,2 +144,3 @@

- PHP [web3.php](https://github.com/sc0Vu/web3.php)
- PHP [ethereum-php](https://github.com/digitaldonkey/ethereum-php)

@@ -139,0 +147,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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