Comparing version 0.18.1 to 0.18.2
{ | ||
"version": "0.18.1" | ||
"version": "0.18.2" | ||
} |
@@ -180,2 +180,4 @@ /* | ||
this.new = function () { | ||
/*jshint maxcomplexity: 7 */ | ||
var contract = new Contract(this.eth, this.abi); | ||
@@ -182,0 +184,0 @@ |
@@ -25,3 +25,2 @@ /* | ||
"use strict"; | ||
@@ -31,3 +30,2 @@ var errors = require('./errors'); | ||
// workaround to use httpprovider in different envs | ||
// var XMLHttpRequest; // jshint ignore: line | ||
@@ -34,0 +32,0 @@ // browser |
/* jshint ignore:start */ | ||
Package.describe({ | ||
name: 'ethereum:web3', | ||
version: '0.18.1', | ||
version: '0.18.2', | ||
summary: 'Ethereum JavaScript API, middleware to talk to a ethreum node over RPC', | ||
@@ -6,0 +6,0 @@ git: 'https://github.com/ethereum/ethereum.js', |
{ | ||
"name": "web3", | ||
"namespace": "ethereum", | ||
"version": "0.18.1", | ||
"version": "0.18.2", | ||
"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC", | ||
@@ -6,0 +6,0 @@ "main": "./index.js", |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2152142
32360