licenses.dev

@polkadot/keyring v5.9.2

Keyring management

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0

Dependency Licenses

MIT66
PackageRelationDependenciesPublished
@babel/runtime • 7.27.6babel's modular runtime helpersDIRECT0
@types/bn.js • 4.11.6TypeScript definitions for bn.jsINDIRECT2
@types/node-fetch • 2.6.12TypeScript definitions for node-fetchINDIRECT22
@types/node • 24.0.13TypeScript definitions for nodeINDIRECT1
asynckit • 0.4.0Minimal async jobs utility library, with streams supportINDIRECT0
available-typed-arrays • 1.0.7Returns an array of Typed Array names that are available in the current environmentINDIRECT1
base-x • 3.0.11Fast base encoding / decoding of any given alphabetINDIRECT1
base64-js • 1.5.1Base64 encoding/decoding in pure JSINDIRECT0
blakejs • 1.2.1Pure Javascript implementation of the BLAKE2b and BLAKE2s hash functionsINDIRECT0
bn.js • 4.12.2Big number implementation in pure javascriptINDIRECT0
brorand • 1.1.0Random number generator for browsers and node.jsINDIRECT0
call-bind-apply-helpers • 1.0.2Helper functions around Function call/apply/bind, for use in `call-bind`INDIRECT2
call-bind • 1.0.8Robustly `.call.bind()` a functionINDIRECT15
call-bound • 1.0.4Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.INDIRECT12
camelcase • 5.3.1Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`INDIRECT0
cipher-base • 1.0.6abstract base class for crypto-streamsINDIRECT2
combined-stream • 1.0.8A stream that emits multiple other streams one after another.INDIRECT1
create-hash • 1.2.0create hashes for browserifyINDIRECT37
cuint • 0.2.2Unsigned integers for JavascriptINDIRECT0
define-data-property • 1.1.4Define a data property on an object. Will fall back to assignment in an engine without descriptors.INDIRECT3
delayed-stream • 1.0.0Buffers events from a stream until you are ready to handle them.INDIRECT0
dunder-proto • 1.0.1If available, the `Object.prototype.__proto__` accessor and mutator, call-boundINDIRECT4
elliptic • 6.6.1EC cryptographyINDIRECT7
es-define-property • 1.0.1`Object.defineProperty`, but not IE 8's broken one.INDIRECT0
es-errors • 1.3.0A simple cache for a few of the JS Error constructors.INDIRECT0
es-object-atoms • 1.1.1ES Object-related atoms: Object, ToObject, RequireObjectCoercibleINDIRECT1
es-set-tostringtag • 2.1.0A helper to optimistically set Symbol.toStringTag, when possible.INDIRECT13
for-each • 0.3.5A better forEachINDIRECT1
form-data • 4.0.3A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.INDIRECT19
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
get-intrinsic • 1.3.0Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT11
get-proto • 1.0.1Robustly get the [[Prototype]] of an objectINDIRECT6
gopd • 1.2.0`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT0
has-property-descriptors • 1.0.2Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.INDIRECT1
has-symbols • 1.1.0Determine if the JS environment has Symbol support. Supports spec, or shams.INDIRECT0
has-tostringtag • 1.0.2Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.INDIRECT1
hash-base • 3.1.0abstract base class for hash-streamsINDIRECT5
hash.js • 1.1.7Various hash functions that could be run by both browser and nodeINDIRECT2
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
hmac-drbg • 1.0.1Deterministic random bit generator (hmac)INDIRECT4
ip-regex • 4.3.0Regular expression for matching IP addresses (IPv4 & IPv6)INDIRECT0
is-callable • 1.2.7Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.INDIRECT0
is-typed-array • 1.1.15Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.INDIRECT23
isarray • 2.0.5Array#isArray for older browsersINDIRECT0
js-sha3 • 0.8.0A simple SHA-3 / Keccak / Shake hash function for JavaScript supports UTF-8 encoding.INDIRECT0
math-intrinsics • 1.1.0ES Math-related intrinsics and helpers, robustly cached.INDIRECT0
md5.js • 1.3.5node style md5 on pure JavaScriptINDIRECT6
mime-db • 1.52.0Media Type DatabaseINDIRECT0
mime-types • 2.1.35The ultimate javascript content-type utility.INDIRECT1
minimalistic-crypto-utils • 1.0.1Minimalistic tools for JS crypto modulesINDIRECT0
node-fetch • 2.7.0A light-weight module that brings window.fetch to node.jsINDIRECT3
possible-typed-array-names • 1.1.0A simple list of possible Typed Array names.INDIRECT0
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.2.1Safer Node.js Buffer APIINDIRECT0
scryptsy • 2.1.0Pure JavaScript implementation of the scrypt key deriviation function that is fully compatible with Node.js and the browser.INDIRECT0
set-function-length • 1.2.2Set a function's length propertyINDIRECT14
string_decoder • 1.3.0The string_decoder module from Node coreINDIRECT1
to-buffer • 1.2.1Pass in a string, array, Buffer, Data View, or Uint8Array, and get a Buffer back.INDIRECT27
tr46 • 0.0.3An implementation of the Unicode TR46 specINDIRECT0
typed-array-buffer • 1.0.3Get the ArrayBuffer out of a TypedArray, robustly.INDIRECT24
undici-types • 7.8.0A stand-alone types package for UndiciINDIRECT0
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
whatwg-url • 5.0.0An implementation of the WHATWG URL Standard's URL API and parsing machineryINDIRECT2
which-typed-array • 1.1.19Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.INDIRECT22
xxhashjs • 0.2.2xxHash in JavascriptINDIRECT1
Apache-2.010
PackageRelationDependenciesPublished
@polkadot/networks • 5.9.2A list of all available Substrate networks and their applicable prefixesINDIRECT1
@polkadot/util-crypto • 5.9.2A collection of useful crypto utilities for @polkadotDIRECT80
@polkadot/util • 5.9.2A collection of useful utilities for @polkadotDIRECT35
@polkadot/wasm-crypto-asmjs • 3.2.4Asm.js content for wasm-cryptoINDIRECT1
@polkadot/wasm-crypto-wasm • 3.2.4Wasm content for wasm-cryptoINDIRECT1
@polkadot/wasm-crypto • 3.2.4Wrapper around crypto hashing functionsINDIRECT3
@polkadot/x-global • 5.9.2A cross-environment global replacementINDIRECT28
@polkadot/x-randomvalues • 5.9.2A cross-environment window.crypto.getRandomValues replacementINDIRECT29
@polkadot/x-textdecoder • 5.9.2A TextDecoder replacementINDIRECT29
@polkadot/x-textencoder • 5.9.2A TextDecoder replacementINDIRECT29
ISC2
PackageRelationDependenciesPublished
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
minimalistic-assert • 1.0.1minimalistic-assert ===INDIRECT0
Unlicense1
PackageRelationDependenciesPublished
tweetnacl • 1.0.3Port of TweetNaCl cryptographic library to JavaScriptINDIRECT0
BSD-3-Clause AND MIT1
PackageRelationDependenciesPublished
sha.js • 2.4.12Streamable SHA hashes in pure javascriptINDIRECT29
BSD-2-Clause1
PackageRelationDependenciesPublished
webidl-conversions • 3.0.1Implements the WebIDL algorithms for converting to and from JavaScript valuesINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/%40polkadot%2Fkeyring)](https://licenses.dev/npm/%40polkadot%2Fkeyring)
<a href="https://licenses.dev/npm/%40polkadot%2Fkeyring">
  <img src="https://licenses.dev/b/npm/%40polkadot%2Fkeyring" alt="licenses" />
</a>

Or the licenses badge code for the 5.9.2 version:

[![licenses](https://licenses.dev/b/npm/%40polkadot%2Fkeyring/5.9.2)](https://licenses.dev/npm/%40polkadot%2Fkeyring/5.9.2)
<a href="https://licenses.dev/npm/%40polkadot%2Fkeyring/5.9.2">
  <img src="https://licenses.dev/b/npm/%40polkadot%2Fkeyring/5.9.2" alt="licenses" />
</a>
GitHub