@types/web3
Advanced tools
Comparing version 1.0.15 to 1.0.16
@@ -22,2 +22,3 @@ // Type definitions for web3 1.0 | ||
// Daniel Zhou <https://github.com/nerddan> | ||
// Alex Kvak <https://github.com/alexkvak> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -24,0 +25,0 @@ // TypeScript Version: 2.4 |
{ | ||
"name": "@types/web3", | ||
"version": "1.0.15", | ||
"version": "1.0.16", | ||
"description": "TypeScript definitions for web3", | ||
@@ -101,2 +101,7 @@ "license": "MIT", | ||
"githubUsername": "nerddan" | ||
}, | ||
{ | ||
"name": "Alex Kvak", | ||
"url": "https://github.com/alexkvak", | ||
"githubUsername": "alexkvak" | ||
} | ||
@@ -115,4 +120,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "603b7df75cf3d864185eb5973a7c08b38fdb01e2cd76c4ff8e58afd8314f7dfc", | ||
"typesPublisherContentHash": "24ad48290fd271073d196313644db674d34cb3003750edd79fd0eec3428cd6e0", | ||
"typeScriptVersion": "2.4" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for web3 (https://github.com/ethereum/web3.js). | ||
This package contains type definitions for web3 ( https://github.com/ethereum/web3.js ). | ||
@@ -12,3 +12,3 @@ # Details | ||
Additional Details | ||
* Last updated: Wed, 23 Jan 2019 18:11:44 GMT | ||
* Last updated: Thu, 24 Jan 2019 22:51:58 GMT | ||
* Dependencies: @types/bn.js, @types/underscore | ||
@@ -18,2 +18,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Simon Jentzsch <https://github.com/simon-jentzsch>, Nitzan Tomer <https://github.com/nitzantomer>, Zurbo <https://github.com/zurbo>, Xiao Liang <https://github.com/yxliang01>, Francesco Soncina <https://github.com/phra>, Nick Addison <https://github.com/naddison36>, Ícaro Harry <https://github.com/icaroharry>, Linus Norton <https://github.com/linusnorton>, Javier Peletier <https://github.com/jpeletier>, HIKARU KOBORI <https://github.com/anneau>, Baris Gumustas <https://github.com/matrushka>, André Vitor de Lima Matos <https://github.com/andrevmatos>, Levin Keller <https://github.com/levino>, Dmitry Radkovskiy <https://github.com/zlumer>, Konstantin Melnikov <https://github.com/archangel-irk>, Asgeir Sognefest <https://github.com/sogasg>, Donam Kim <https://github.com/donamk>, Doug Kent <https://github.com/dkent600>, Daniel Zhou <https://github.com/nerddan>. | ||
These definitions were written by Simon Jentzsch <https://github.com/simon-jentzsch>, Nitzan Tomer <https://github.com/nitzantomer>, Zurbo <https://github.com/zurbo>, Xiao Liang <https://github.com/yxliang01>, Francesco Soncina <https://github.com/phra>, Nick Addison <https://github.com/naddison36>, Ícaro Harry <https://github.com/icaroharry>, Linus Norton <https://github.com/linusnorton>, Javier Peletier <https://github.com/jpeletier>, HIKARU KOBORI <https://github.com/anneau>, Baris Gumustas <https://github.com/matrushka>, André Vitor de Lima Matos <https://github.com/andrevmatos>, Levin Keller <https://github.com/levino>, Dmitry Radkovskiy <https://github.com/zlumer>, Konstantin Melnikov <https://github.com/archangel-irk>, Asgeir Sognefest <https://github.com/sogasg>, Donam Kim <https://github.com/donamk>, Doug Kent <https://github.com/dkent600>, Daniel Zhou <https://github.com/nerddan>, Alex Kvak <https://github.com/alexkvak>. |
@@ -91,5 +91,5 @@ import BigNumber = require("bn.js"); | ||
toUtf8(val: any): string; | ||
toWei(val: string | number, unit?: Unit): string; | ||
toWei(val: string, unit?: Unit): string; | ||
toWei(val: BigNumber, unit?: Unit): BigNumber; | ||
unitMap: any; | ||
} |
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
29304
791