licenses.dev

web3-eth v1.2.1

Web3 module to interact with the Ethereum blockchain and smart contracts.

Published on

Licenses

Learn more about license information.

Package Licenses

LGPL-3.0

Dependency Licenses

MIT87
PackageRelationDependenciesPublished
@types/node • 10.17.60TypeScript definitions for Node.jsINDIRECT0
aes-js • 3.0.0A pure JavaScript implementation of the AES block cipher and all common modes of operation.INDIRECT0
any-promise • 1.3.0Resolve any installed ES6 compatible promiseINDIRECT0
asn1.js • 4.10.1ASN.1 encoder and decoderINDIRECT3
bn.js • 4.11.6Big number implementation in pure javascriptINDIRECT0
bn.js • 4.11.8Big number implementation in pure javascriptINDIRECT0
bn.js • 4.12.0Big number implementation in pure javascriptINDIRECT0
bn.js • 5.2.1Big number implementation in pure javascriptINDIRECT0
brorand • 1.1.0Random number generator for browsers and node.jsINDIRECT0
browserify-aes • 1.2.0aes, for browserifyINDIRECT13
browserify-cipher • 1.0.1ciphers for the browserINDIRECT17
browserify-des • 1.0.2browserify-des ===INDIRECT5
browserify-rsa • 4.1.0RSA for browserifyINDIRECT3
buffer-to-arraybuffer • 0.0.5Convert Buffer to ArrayBufferINDIRECT0
buffer-xor • 1.0.3A simple module for bitwise-xor on buffersINDIRECT0
cipher-base • 1.0.4abstract base class for crypto-streamsINDIRECT2
cookiejar • 2.1.4simple persistent cookiejar systemINDIRECT0
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
create-ecdh • 4.0.4createECDH but browserifiableINDIRECT9
create-hash • 1.2.0create hashes for browserifyINDIRECT10
create-hmac • 1.1.7node style hmacs in the browserINDIRECT11
crypto-browserify • 3.12.0implementation of crypto for the browserINDIRECT45
decode-uri-component • 0.2.2A better decodeURIComponentINDIRECT0
decompress-response • 3.3.0Decompress a HTTP response if neededINDIRECT1
des.js • 1.1.0DES implementationINDIRECT2
diffie-hellman • 5.0.3pure js diffie-hellmanINDIRECT5
elliptic • 6.3.3EC cryptographyINDIRECT5
elliptic • 6.5.7EC cryptographyINDIRECT7
eth-lib • 0.2.7Lightweight Ethereum librariesINDIRECT32
ethers • 4.0.0-beta.3Ethereum wallet library.INDIRECT13
ethjs-unit • 0.1.6A simple module for handling Ethereum units (e.g. 'ether', 'wei', etc...)INDIRECT4
eventemitter3 • 3.1.2EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.INDIRECT0
evp_bytestokey • 1.0.3The insecure key derivation algorithm from OpenSSLINDIRECT7
global • 4.4.0Require global variablesINDIRECT3
hash-base • 3.0.4abstract base class for hash-streamsINDIRECT2
hash-base • 3.1.0abstract base class for hash-streamsINDIRECT5
hash.js • 1.1.3Various hash functions that could be run by both browser and nodeINDIRECT2
hash.js • 1.1.7Various hash functions that could be run by both browser and nodeINDIRECT2
hmac-drbg • 1.0.1Deterministic random bit generator (hmac)INDIRECT4
idna-uts46-hx • 2.3.1A UTS #46 processing algorithm for IDNA2008 stringsINDIRECT1
is-function • 1.0.2is that thing a function? Use this module to find outINDIRECT0
is-hex-prefixed • 1.0.0A simple method to check if a string is hex prefixed.INDIRECT0
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
js-sha3 • 0.5.7A simple SHA-3 / Keccak / Shake hash function for JavaScript supports UTF-8 encoding.INDIRECT0
md5.js • 1.3.5node style md5 on pure JavaScriptINDIRECT6
miller-rabin • 4.0.1Miller Rabin algorithm for primality testINDIRECT2
mimic-response • 1.0.1Mimic a Node.js HTTP response streamINDIRECT0
minimalistic-crypto-utils • 1.0.1Minimalistic tools for JS crypto modulesINDIRECT0
number-to-bn • 1.7.0A simple method that will convert numbers, hex, BN or bignumber.js object into a BN.js object.INDIRECT3
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
parse-headers • 2.0.5Parse http headers, works with browserify/xhrINDIRECT0
pbkdf2 • 3.1.2This library provides the functionality of PBKDF2 with the ability to use any supported hashing algorithm returned from crypto.getHashes()INDIRECT12
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
process • 0.11.10process information for node.js and browsersINDIRECT0
public-encrypt • 4.0.3browserify version of publicEncrypt & privateDecryptINDIRECT24
punycode • 2.1.0A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.INDIRECT0
query-string • 5.1.1Parse and stringify URL query stringsINDIRECT3
randombytes • 2.1.0random bytes from browserify stand aloneINDIRECT1
randomfill • 1.0.4random fill from browserify stand aloneINDIRECT2
randomhex • 0.1.5Will generate a random HEX string of a specifc byte size.INDIRECT0
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.jsINDIRECT7
readable-stream • 3.6.2Streams3, a user-land copy of the stream library from Node.jsINDIRECT4
ripemd160 • 2.0.2Compute ripemd160 of bytes or strings.INDIRECT6
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
scrypt-js • 2.0.3The scrypt password-based key derivation function with asynchronous operation and ablility to be cancelled.INDIRECT0
scryptsy • 2.1.0Pure JavaScript implementation of the scrypt key deriviation function that is fully compatible with Node.js and the browser.INDIRECT0
setimmediate • 1.0.4A shim for the setImmediate efficient script yielding APIINDIRECT0
simple-concat • 1.0.1Super-minimalist version of `concat-stream`. Less than 15 lines!INDIRECT0
simple-get • 2.8.2Simplest way to make http get requests. Supports HTTPS, redirects, gzip/deflate, streams in < 100 lines.INDIRECT5
strict-uri-encode • 1.1.0A stricter URI encode adhering to RFC 3986INDIRECT0
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
string_decoder • 1.3.0The string_decoder module from Node coreINDIRECT1
strip-hex-prefix • 1.0.0A simple method that will strip a valid hex prefix off a string, if present.INDIRECT1
timed-out • 4.0.1Emit `ETIMEDOUT` or `ESOCKETTIMEDOUT` when ClientRequest is hangedINDIRECT0
underscore • 1.9.1JavaScript's functional programming helper library.DIRECT0
url-set-query • 1.0.0small function to append a query string to a URLINDIRECT0
utf8 • 3.0.0A well-tested UTF-8 encoder/decoder written in JavaScript.INDIRECT0
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
uuid • 2.0.1Rigorous implementation of RFC4122 (v1 and v4) UUIDs.INDIRECT0
uuid • 3.3.2RFC4122 (v1, v4, and v5) UUIDsINDIRECT0
xhr-request-promise • 0.1.3Thin wrapper on top of [this](https://www.npmjs.com/package/xhr-request) to use Promise instead of callbacks.INDIRECT22
xhr-request • 1.1.0tiny http client for Node and the browserINDIRECT21
xhr • 2.6.0small xhr abstractionINDIRECT7
xhr2-cookies • 1.1.0XMLHttpRequest polyfill for node.jsINDIRECT1
xmlhttprequest • 1.8.0XMLHttpRequest for NodeINDIRECT0
xtend • 4.0.2extend like a bossINDIRECT0
LGPL-3.017
PackageRelationDependenciesPublished
web3-core-helpers • 1.2.1Web3 core tools helper for sub packages. This is an internal package.DIRECT43
web3-core-method • 1.2.1Creates the methods on the web3 modules. This is an internal package.DIRECT48
web3-core-promievent • 1.2.1This package extends eventEmitters with promises to allow chaining as well as multiple final states of a function.INDIRECT2
web3-core-requestmanager • 1.2.1Web3 module to handle requests to external providers.INDIRECT51
web3-core-subscriptions • 1.2.1Manages web3 subscriptions. This is an internal package.DIRECT45
web3-core • 1.2.1Web3 core tools for sub packages. This is an internal package.DIRECT57
web3-eth-abi • 1.2.1Web3 module encode and decode EVM in/output.DIRECT52
web3-eth-accounts • 1.2.1Web3 module to generate Ethereum accounts and sign data and transactions.DIRECT98
web3-eth-contract • 1.2.1Web3 module to interact with Ethereum smart contracts.DIRECT69
web3-eth-ens • 1.2.1ENS support for web3.DIRECT73
web3-eth-iban • 1.2.1This package converts Ethereum addresses to IBAN addresses a vice versa.DIRECT42
web3-eth-personal • 1.2.1Web3 module to interact with the Ethereum blockchain accounts stored in the node.DIRECT59
web3-net • 1.2.1Web3 module to interact with the Ethereum nodes networking properties.DIRECT58
web3-providers-http • 1.2.1Module to handle web3 RPC connections over HTTP.INDIRECT46
web3-providers-ipc • 1.2.1Module to handle web3 RPC connections over IPC sockets.INDIRECT46
web3-providers-ws • 1.2.1Module to handle web3 RPC connections over WebSockets.INDIRECT44
web3-utils • 1.2.1Collection of utility functions used in web3.js.DIRECT41
ISC9
PackageRelationDependenciesPublished
browserify-sign • 4.2.3adds node crypto signing for browsersINDIRECT36
eth-ens-namehash • 2.0.8A simple module for generating ENS namehashes per spec https://github.com/ethereum/EIPs/issues/137INDIRECT3
http-https • 1.0.0A wrapper that chooses http or https for requestsINDIRECT0
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
minimalistic-assert • 1.0.1minimalistic-assert ===INDIRECT0
once • 1.4.0Run a function exactly one timeINDIRECT1
parse-asn1 • 5.1.7utility library for parsing asn1 files for use with browserify-sign.INDIRECT20
semver • 6.2.0The semantic version parser used by npm.INDIRECT0
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
unknown2
PackageRelationDependenciesPublished
dom-walk • 0.1.2iteratively walk a DOM nodeINDIRECT0
min-document • 2.19.0A minimal DOM implementationINDIRECT1
non-standard1
PackageRelationDependenciesPublished
oboe • 2.1.4Oboe.js reads json, giving you the objects as they are found without waiting for the stream to finishINDIRECT1
BSD-3-Clause AND MIT1
PackageRelationDependenciesPublished
sha.js • 2.4.11Streamable SHA hashes in pure javascriptINDIRECT2
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/web3-eth)](https://licenses.dev/npm/web3-eth)
<a href="https://licenses.dev/npm/web3-eth">
  <img src="https://licenses.dev/b/npm/web3-eth" alt="licenses" />
</a>

Or the licenses badge code for the 1.2.1 version:

[![licenses](https://licenses.dev/b/npm/web3-eth/1.2.1)](https://licenses.dev/npm/web3-eth/1.2.1)
<a href="https://licenses.dev/npm/web3-eth/1.2.1">
  <img src="https://licenses.dev/b/npm/web3-eth/1.2.1" alt="licenses" />
</a>
GitHub