@celo/wallet-ledger
Advanced tools
+13
-0
| # @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" | ||
| } | ||
| } |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
87733
0.93%Updated
Updated
Updated
Updated