New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ledgerhq/hw-app-cosmos

Package Overview
Dependencies
Maintainers
18
Versions
178
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ledgerhq/hw-app-cosmos - npm Package Compare versions

Comparing version 6.9.1-taproot.0 to 6.10.0

8

package.json
{
"name": "@ledgerhq/hw-app-cosmos",
"version": "6.9.1-taproot.0",
"version": "6.10.0",
"description": "Ledger Hardware Wallet Cosmos Application API",

@@ -30,4 +30,4 @@ "keywords": [

"dependencies": {
"@ledgerhq/errors": "^6.9.1-taproot.0",
"@ledgerhq/hw-transport": "^6.9.1-taproot.0",
"@ledgerhq/errors": "^6.10.0",
"@ledgerhq/hw-transport": "^6.10.0",
"bip32-path": "^0.4.2"

@@ -41,3 +41,3 @@ },

},
"gitHead": "638c70de4a781b77fba3e24d809576b26a33fb8d"
"gitHead": "03b06be36f668077572feb4d5ccd7486f546f7b4"
}

@@ -16,8 +16,8 @@ <img src="https://user-images.githubusercontent.com/211411/34776833-6f1ef4da-f618-11e7-8b13-f0697901d6a8.png" height="100" />

- [Cosmos](#cosmos)
- [Parameters](#parameters)
- [Examples](#examples)
- [getAddress](#getaddress)
- [Parameters](#parameters-1)
- [Examples](#examples-1)
* [Cosmos](#cosmos)
* [Parameters](#parameters)
* [Examples](#examples)
* [getAddress](#getaddress)
* [Parameters](#parameters-1)
* [Examples](#examples-1)

@@ -30,4 +30,4 @@ ### Cosmos

- `transport` **Transport**
- `scrambleKey` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** (optional, default `APP_KEY`)
* `transport` **Transport**
* `scrambleKey` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** (optional, default `APP_KEY`)

@@ -47,5 +47,5 @@ #### Examples

- `path` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** a path in BIP 32 format
- `hrp` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** usually cosmos
- `boolDisplay` **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)?**
* `path` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** a path in BIP 32 format
* `hrp` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** usually cosmos
* `boolDisplay` **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)?**

@@ -58,2 +58,2 @@ ##### Examples

Returns **[Promise](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Promise)&lt;{publicKey: [string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String), address: [string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)}>** an object with a publicKey, address and (optionally) chainCode
Returns **[Promise](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Promise)<{publicKey: [string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String), address: [string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)}>** an object with a publicKey, address and (optionally) chainCode
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc