Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cosmjs/ledger-amino

Package Overview
Dependencies
Maintainers
2
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cosmjs/ledger-amino - npm Package Compare versions

Comparing version 0.28.11 to 0.28.12-0

23

package.json
{
"name": "@cosmjs/ledger-amino",
"version": "0.28.11",
"version": "0.28.12-0",
"description": "A library for signing Amino-encoded transactions using Ledger devices",

@@ -40,7 +40,7 @@ "contributors": [

"dependencies": {
"@cosmjs/amino": "0.28.11",
"@cosmjs/crypto": "0.28.11",
"@cosmjs/encoding": "0.28.11",
"@cosmjs/math": "0.28.11",
"@cosmjs/utils": "0.28.11",
"@cosmjs/amino": "0.28.12-0",
"@cosmjs/crypto": "0.28.12-0",
"@cosmjs/encoding": "0.28.12-0",
"@cosmjs/math": "0.28.12-0",
"@cosmjs/utils": "0.28.12-0",
"ledger-cosmos-js": "^2.1.8",

@@ -50,3 +50,3 @@ "semver": "^7.3.2"

"devDependencies": {
"@cosmjs/stargate": "0.28.11",
"@cosmjs/stargate": "0.28.12-0",
"@istanbuljs/nyc-config-typescript": "^1.0.1",

@@ -57,3 +57,3 @@ "@ledgerhq/hw-transport": "^5.25.0",

"@types/eslint-plugin-prettier": "^3",
"@types/jasmine": "^3.8",
"@types/jasmine": "^4",
"@types/ledgerhq__hw-transport": "^4.21.3",

@@ -73,3 +73,3 @@ "@types/ledgerhq__hw-transport-node-hid": "^4.22.2",

"glob": "^7.1.6",
"jasmine": "^3.99",
"jasmine": "^4",
"jasmine-spec-reporter": "^6",

@@ -82,6 +82,7 @@ "nyc": "^15.1.0",

"typedoc": "^0.22",
"typescript": "~4.4",
"typescript": "~4.6",
"webpack": "^5.32.0",
"webpack-cli": "^4.6.0"
}
},
"stableVersion": "0.28.11"
}

@@ -50,3 +50,3 @@ # @cosmjs/ledger-amino

from
[scripts/launchpad/README.md#preset-accounts](https://github.com/cosmos/cosmjs/blob/main/scripts/launchpad/README.md#preset-accounts)
[scripts/wasmd/README.md#preset-accounts](https://github.com/cosmos/cosmjs/blob/main/scripts/wasmd/README.md#preset-accounts)
(see "Ledger: accounts for Ledger based demos and tests") with an installed

@@ -60,3 +60,3 @@ "Cosmos (ATOM)" app. The device must be connected via USB, unlocked and the

Start a local Stargate blockchain as described in
[scripts/simapp42/README.md](https://github.com/cosmos/cosmjs/blob/main/scripts/simapp42/README.md)
[scripts/simapp44/README.md](https://github.com/cosmos/cosmjs/blob/main/scripts/simapp44/README.md)
and execute:

@@ -66,18 +66,6 @@

export LEDGER_ENABLED=1
export SIMAPP42_ENABLED=1
export SIMAPP44_ENABLED=1
yarn test
```
### Launchpad tests
Start a local Launchpad blockchain as described in
[scripts/launchpad/README.md](https://github.com/cosmos/cosmjs/blob/main/scripts/launchpad/README.md)
and execute:
```sh
export LEDGER_ENABLED=1
export LAUNCHPAD_ENABLED=1
yarn test
```
## License

@@ -84,0 +72,0 @@

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