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

@ledgerhq/hw-app-solana

Package Overview
Dependencies
Maintainers
20
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 6.27.2-nightly.0 to 6.27.2-yolo.0

10

CHANGELOG.md
# @ledgerhq/hw-app-solana
## 6.27.2-nightly.0
## 6.27.2-yolo.0
### Patch Changes
- f6f2d8f15: add dummy changesets
- Updated dependencies [f6f2d8f15]
- @ledgerhq/errors@6.10.1-nightly.0
- @ledgerhq/hw-transport@6.27.2-nightly.0
- @ledgerhq/logs@6.10.1-nightly.0
- Updated dependencies [[`203b927b4`](https://github.com/LedgerHQ/ledger-live/commit/203b927b4e5bca3402c85a88c536d519adb18c5f)]:
- @ledgerhq/errors@6.10.1-yolo.0
- @ledgerhq/hw-transport@6.27.2-yolo.0

21

package.json
{
"name": "@ledgerhq/hw-app-solana",
"version": "6.27.2-nightly.0",
"version": "6.27.2-yolo.0",
"description": "Ledger Hardware Wallet Solana Application API",

@@ -30,17 +30,18 @@ "keywords": [

"dependencies": {
"@ledgerhq/errors": "^6.10.1-nightly.0",
"@ledgerhq/hw-transport": "^6.27.2-nightly.0",
"@ledgerhq/logs": "^6.10.1-nightly.0",
"@ledgerhq/errors": "^6.10.1-yolo.0",
"@ledgerhq/hw-transport": "^6.27.2-yolo.0",
"@ledgerhq/logs": "^6.10.0",
"bip32-path": "^0.4.2"
},
"devDependencies": {
"@ledgerhq/hw-transport-node-speculos": "^6.27.2-nightly.0",
"@ledgerhq/hw-transport-node-speculos": "^6.27.2-yolo.0",
"axios": "^0.26.1",
"@ledgerhq/hw-transport-mocker": "^6.27.2-nightly.0"
"@ledgerhq/hw-transport-mocker": "^6.27.2-yolo.0"
},
"scripts": {
"clean": "bash ../../script/clean.sh",
"build": "bash ../../script/build.sh",
"watch": "bash ../../script/watch.sh",
"doc": "bash ../../script/doc.sh",
"clean": "rimraf lib lib-es",
"build": "tsc && tsc -m ES6 --outDir lib-es",
"prewatch": "pnpm build",
"watch": "tsc --watch",
"doc": "documentation readme src/** --section=API --pe ts --re ts --re d.ts",
"lint": "eslint ./src --no-error-on-unmatched-pattern --ext .ts,.tsx",

@@ -47,0 +48,0 @@ "lint:fix": "pnpm lint --fix",

Sorry, the diff of this file is not supported yet

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