@types/web3
Advanced tools
Comparing version 1.0.11 to 1.0.12
@@ -21,2 +21,3 @@ // Type definitions for web3 1.0 | ||
// Doug Kent <https://github.com/dkent600> | ||
// Daniel Zhou <https://github.com/nerddan> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -23,0 +24,0 @@ // TypeScript Version: 2.4 |
{ | ||
"name": "@types/web3", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "TypeScript definitions for web3", | ||
@@ -96,2 +96,7 @@ "license": "MIT", | ||
"githubUsername": "dkent600" | ||
}, | ||
{ | ||
"name": "Daniel Zhou", | ||
"url": "https://github.com/nerddan", | ||
"githubUsername": "nerddan" | ||
} | ||
@@ -110,4 +115,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "59143c2e2c680f4a7a97e7712bd002dc0905f0dd7818c4b1fab4c05e1b3281ab", | ||
"typesPublisherContentHash": "8799e948199590aa15af42599173847847b1ae761776b84a735e55df0bb2578b", | ||
"typeScriptVersion": "2.4" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 22 Oct 2018 19:29:35 GMT | ||
* Last updated: Thu, 01 Nov 2018 23:52:59 GMT | ||
* Dependencies: bn.js, underscore | ||
@@ -17,2 +17,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>. | ||
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>. |
@@ -39,3 +39,3 @@ export type Callback<T> = (error: Error, result: T) => void; | ||
}; | ||
status: string; | ||
status: boolean; | ||
} | ||
@@ -42,0 +42,0 @@ |
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
28961
789