You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@celo/wallet-ledger

Package Overview
Dependencies
Maintainers
1
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@celo/wallet-ledger - npm Package Compare versions

Comparing version
8.0.0-beta.1
to
8.0.0-beta.2
+13
-0
CHANGELOG.md
# @celo/wallet-ledger
## 8.0.0-beta.2
### Patch Changes
- [#651](https://github.com/celo-org/developer-tooling/pull/651) [`5a2fa51`](https://github.com/celo-org/developer-tooling/commit/5a2fa5196976fffd7c89c804c68b7507e9c48f92) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Removes unused dependencies
- Updated dependencies [[`7d84a5a`](https://github.com/celo-org/developer-tooling/commit/7d84a5a9a23f72572999dc17f24d9b70bf6ca9f6), [`99717e9`](https://github.com/celo-org/developer-tooling/commit/99717e93c640e37e4e67020d973a2a13d5af2ac3), [`5a2fa51`](https://github.com/celo-org/developer-tooling/commit/5a2fa5196976fffd7c89c804c68b7507e9c48f92)]:
- @celo/base@7.0.3-beta.0
- @celo/wallet-base@8.0.0-beta.2
- @celo/connect@7.0.0-beta.1
- @celo/utils@8.0.3-beta.0
- @celo/wallet-remote@8.0.0-beta.2
## 8.0.0-beta.1

@@ -4,0 +17,0 @@

+9
-9
{
"name": "@celo/wallet-ledger",
"version": "8.0.0-beta.1",
"version": "8.0.0-beta.2",
"description": "Ledger wallet implementation",

@@ -31,9 +31,9 @@ "author": "Celo",

"dependencies": {
"@celo/base": "^7.0.2",
"@celo/connect": "^7.0.0-beta.0",
"@celo/base": "^7.0.3-beta.0",
"@celo/connect": "^7.0.0-beta.1",
"@celo/hw-app-eth": "^1.0.1",
"@celo/ledger-token-signer": "^0.4.0",
"@celo/utils": "^8.0.2",
"@celo/wallet-base": "^8.0.0-beta.1",
"@celo/wallet-remote": "^8.0.0-beta.1",
"@celo/utils": "^8.0.3-beta.0",
"@celo/wallet-base": "^8.0.0-beta.2",
"@celo/wallet-remote": "^8.0.0-beta.2",
"@ethereumjs/util": "8.0.5",

@@ -43,6 +43,6 @@ "@ledgerhq/errors": "^6.16.4",

"debug": "^4.1.1",
"semver": "^7.6.0"
"semver": "^7.7.2"
},
"devDependencies": {
"@celo/contractkit": "^10.0.0-beta.1",
"@celo/contractkit": "^10.0.0-beta.2",
"@celo/typescript": "workspace:^",

@@ -59,4 +59,4 @@ "@ledgerhq/hw-transport-node-hid": "^6.28.5",

"engines": {
"node": ">=8.14.2"
"node": ">=20"
}
}