@types/web3
Advanced tools
Comparing version 1.0.20 to 1.2.2
{ | ||
"name": "@types/web3", | ||
"version": "1.0.20", | ||
"description": "TypeScript definitions for web3", | ||
"license": "MIT", | ||
"contributors": [ | ||
{ | ||
"name": "Simon Jentzsch", | ||
"url": "https://github.com/simon-jentzsch", | ||
"githubUsername": "simon-jentzsch" | ||
}, | ||
{ | ||
"name": "Nitzan Tomer", | ||
"url": "https://github.com/nitzantomer", | ||
"githubUsername": "nitzantomer" | ||
}, | ||
{ | ||
"name": "Zurbo", | ||
"url": "https://github.com/zurbo", | ||
"githubUsername": "zurbo" | ||
}, | ||
{ | ||
"name": "Xiao Liang", | ||
"url": "https://github.com/yxliang01", | ||
"githubUsername": "yxliang01" | ||
}, | ||
{ | ||
"name": "Francesco Soncina", | ||
"url": "https://github.com/phra", | ||
"githubUsername": "phra" | ||
}, | ||
{ | ||
"name": "Nick Addison", | ||
"url": "https://github.com/naddison36", | ||
"githubUsername": "naddison36" | ||
}, | ||
{ | ||
"name": "Ícaro Harry", | ||
"url": "https://github.com/icaroharry", | ||
"githubUsername": "icaroharry" | ||
}, | ||
{ | ||
"name": "Linus Norton", | ||
"url": "https://github.com/linusnorton", | ||
"githubUsername": "linusnorton" | ||
}, | ||
{ | ||
"name": "Javier Peletier", | ||
"url": "https://github.com/jpeletier", | ||
"githubUsername": "jpeletier" | ||
}, | ||
{ | ||
"name": "HIKARU KOBORI", | ||
"url": "https://github.com/anneau", | ||
"githubUsername": "anneau" | ||
}, | ||
{ | ||
"name": "Baris Gumustas", | ||
"url": "https://github.com/matrushka", | ||
"githubUsername": "matrushka" | ||
}, | ||
{ | ||
"name": "André Vitor de Lima Matos", | ||
"url": "https://github.com/andrevmatos", | ||
"githubUsername": "andrevmatos" | ||
}, | ||
{ | ||
"name": "Levin Keller", | ||
"url": "https://github.com/levino", | ||
"githubUsername": "levino" | ||
}, | ||
{ | ||
"name": "Dmitry Radkovskiy", | ||
"url": "https://github.com/zlumer", | ||
"githubUsername": "zlumer" | ||
}, | ||
{ | ||
"name": "Konstantin Melnikov", | ||
"url": "https://github.com/archangel-irk", | ||
"githubUsername": "archangel-irk" | ||
}, | ||
{ | ||
"name": "Asgeir Sognefest", | ||
"url": "https://github.com/sogasg", | ||
"githubUsername": "sogasg" | ||
}, | ||
{ | ||
"name": "Donam Kim", | ||
"url": "https://github.com/donamk", | ||
"githubUsername": "donamk" | ||
}, | ||
{ | ||
"name": "Doug Kent", | ||
"url": "https://github.com/dkent600", | ||
"githubUsername": "dkent600" | ||
}, | ||
{ | ||
"name": "Daniel Zhou", | ||
"url": "https://github.com/nerddan", | ||
"githubUsername": "nerddan" | ||
}, | ||
{ | ||
"name": "Alex Kvak", | ||
"url": "https://github.com/alexkvak", | ||
"githubUsername": "alexkvak" | ||
} | ||
], | ||
"version": "1.2.2", | ||
"typings": null, | ||
"description": "Stub TypeScript definitions entry for web3, which provides its own types definitions", | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/web3" | ||
}, | ||
"scripts": {}, | ||
"author": "", | ||
"repository": "https://github.com/ethereum/web3.js", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@types/bn.js": "*", | ||
"@types/underscore": "*" | ||
}, | ||
"typesPublisherContentHash": "66bc79cbfbff54cab199b57df583de2550f9675930398a466c236559c9749e1c", | ||
"typeScriptVersion": "2.8" | ||
"web3": "*" | ||
} | ||
} |
@@ -1,16 +0,3 @@ | ||
# Installation | ||
> `npm install --save @types/web3` | ||
This is a stub types definition for web3 (https://github.com/ethereum/web3.js). | ||
# Summary | ||
This package contains type definitions for web3 (https://github.com/ethereum/web3.js). | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/web3 | ||
Additional Details | ||
* Last updated: Wed, 25 Sep 2019 23:51:30 GMT | ||
* Dependencies: @types/bn.js, @types/underscore | ||
* 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>, and Alex Kvak <https://github.com/alexkvak>. | ||
web3 provides its own type definitions, so you don't need @types/web3 installed! |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
1
1706
3
0
3
1
1
3
1
2
+ Addedweb3@*
+ Added@adraffy/ens-normalize@1.11.0(transitive)
+ Added@ethereumjs/rlp@4.0.15.0.2(transitive)
+ Added@noble/curves@1.4.2(transitive)
+ Added@noble/hashes@1.4.0(transitive)
+ Added@scure/base@1.1.9(transitive)
+ Added@scure/bip32@1.4.0(transitive)
+ Added@scure/bip39@1.3.0(transitive)
+ Added@types/ws@8.5.3(transitive)
+ Addedabitype@0.7.1(transitive)
+ Addedavailable-typed-arrays@1.0.7(transitive)
+ Addedcall-bind@1.0.8(transitive)
+ Addedcall-bind-apply-helpers@1.0.1(transitive)
+ Addedcall-bound@1.0.2(transitive)
+ Addedcrc-32@1.2.2(transitive)
+ Addedcross-fetch@4.0.0(transitive)
+ Addeddefine-data-property@1.1.4(transitive)
+ Addeddunder-proto@1.0.0(transitive)
+ Addedes-define-property@1.0.1(transitive)
+ Addedes-errors@1.3.0(transitive)
+ Addedes-object-atoms@1.0.0(transitive)
+ Addedethereum-cryptography@2.2.1(transitive)
+ Addedeventemitter3@5.0.1(transitive)
+ Addedfor-each@0.3.3(transitive)
+ Addedfunction-bind@1.1.2(transitive)
+ Addedget-intrinsic@1.2.6(transitive)
+ Addedgopd@1.2.0(transitive)
+ Addedhas-property-descriptors@1.0.2(transitive)
+ Addedhas-symbols@1.1.0(transitive)
+ Addedhas-tostringtag@1.0.2(transitive)
+ Addedhasown@2.0.2(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedis-arguments@1.2.0(transitive)
+ Addedis-callable@1.2.7(transitive)
+ Addedis-generator-function@1.0.10(transitive)
+ Addedis-typed-array@1.1.13(transitive)
+ Addedisomorphic-ws@5.0.0(transitive)
+ Addedmath-intrinsics@1.0.0(transitive)
+ Addednode-fetch@2.7.0(transitive)
+ Addedpossible-typed-array-names@1.0.0(transitive)
+ Addedset-function-length@1.2.2(transitive)
+ Addedsetimmediate@1.0.5(transitive)
+ Addedtr46@0.0.3(transitive)
+ Addedtypescript@5.7.2(transitive)
+ Addedutil@0.12.5(transitive)
+ Addedweb3@4.16.0(transitive)
+ Addedweb3-core@4.7.1(transitive)
+ Addedweb3-errors@1.3.1(transitive)
+ Addedweb3-eth@4.11.1(transitive)
+ Addedweb3-eth-abi@4.4.1(transitive)
+ Addedweb3-eth-accounts@4.3.1(transitive)
+ Addedweb3-eth-contract@4.7.2(transitive)
+ Addedweb3-eth-ens@4.4.0(transitive)
+ Addedweb3-eth-iban@4.0.7(transitive)
+ Addedweb3-eth-personal@4.1.0(transitive)
+ Addedweb3-net@4.1.0(transitive)
+ Addedweb3-providers-http@4.2.0(transitive)
+ Addedweb3-providers-ipc@4.0.7(transitive)
+ Addedweb3-providers-ws@4.0.8(transitive)
+ Addedweb3-rpc-methods@1.3.0(transitive)
+ Addedweb3-rpc-providers@1.0.0-rc.4(transitive)
+ Addedweb3-types@1.10.0(transitive)
+ Addedweb3-utils@4.3.3(transitive)
+ Addedweb3-validator@2.0.6(transitive)
+ Addedwebidl-conversions@3.0.1(transitive)
+ Addedwhatwg-url@5.0.0(transitive)
+ Addedwhich-typed-array@1.1.16(transitive)
+ Addedws@8.18.0(transitive)
+ Addedzod@3.24.1(transitive)
- Removed@types/bn.js@*
- Removed@types/underscore@*
- Removed@types/bn.js@5.1.6(transitive)
- Removed@types/underscore@1.13.0(transitive)