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

@ledgerhq/react-native-hw-transport-ble

Package Overview
Dependencies
Maintainers
21
Versions
398
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ledgerhq/react-native-hw-transport-ble - npm Package Compare versions

Comparing version 6.32.0-nightly.0 to 6.32.0

38

CHANGELOG.md
# @ledgerhq/react-native-hw-transport-ble
## 6.32.0-nightly.0
## 6.32.0
### Minor Changes
- [#5171](https://github.com/LedgerHQ/ledger-live/pull/5171) [`52a373273d`](https://github.com/LedgerHQ/ledger-live/commit/52a373273dee3b2cb5a3e8d2d4b05f90616d71a2) Thanks [@alexandremgo](https://github.com/alexandremgo)! - Feat: new abort timeout on opening transport and APDU exchange
- [#5171](https://github.com/LedgerHQ/ledger-live/pull/5171) [`52a3732`](https://github.com/LedgerHQ/ledger-live/commit/52a373273dee3b2cb5a3e8d2d4b05f90616d71a2) Thanks [@alexandremgo](https://github.com/alexandremgo)! - Feat: new abort timeout on opening transport and APDU exchange

@@ -24,7 +24,33 @@ On `@ledgerhq/hw-transport`

- Updated dependencies [[`52a373273d`](https://github.com/LedgerHQ/ledger-live/commit/52a373273dee3b2cb5a3e8d2d4b05f90616d71a2), [`52a373273d`](https://github.com/LedgerHQ/ledger-live/commit/52a373273dee3b2cb5a3e8d2d4b05f90616d71a2)]:
- @ledgerhq/hw-transport@6.30.1-nightly.0
- @ledgerhq/errors@6.16.1-nightly.0
- @ledgerhq/devices@8.2.0-nightly.0
- Updated dependencies [[`52a3732`](https://github.com/LedgerHQ/ledger-live/commit/52a373273dee3b2cb5a3e8d2d4b05f90616d71a2), [`4d1aade`](https://github.com/LedgerHQ/ledger-live/commit/4d1aade53cd33f8e7548ce340f54fbb834bdcdcb), [`52a3732`](https://github.com/LedgerHQ/ledger-live/commit/52a373273dee3b2cb5a3e8d2d4b05f90616d71a2)]:
- @ledgerhq/hw-transport@6.30.1
- @ledgerhq/errors@6.16.1
- @ledgerhq/devices@8.2.0
## 6.32.0-next.0
### Minor Changes
- [#5171](https://github.com/LedgerHQ/ledger-live/pull/5171) [`52a3732`](https://github.com/LedgerHQ/ledger-live/commit/52a373273dee3b2cb5a3e8d2d4b05f90616d71a2) Thanks [@alexandremgo](https://github.com/alexandremgo)! - Feat: new abort timeout on opening transport and APDU exchange
On `@ledgerhq/hw-transport`
- `exchange` adding an optional `abortTimeoutMs` arg to its definition
- `send` taking an optional `abortTimeoutMs` and passing it to `exchange`
- Some documentation and tracing
On `@ledgerhq/react-native-hw-transport-ble`
- `open`: enabling optional timeout when opening a transport instance
- `exchange`: enabling optional timeout on APDU exchange, calling `cancelPendingOperations` on timeout
- `cancelPendingOperations`: using a `currentTransactionIds` array of transactions id for each `write`, we can try to abort completely pending writes
- More documentation + tracing + simple unit tests
### Patch Changes
- Updated dependencies [[`52a3732`](https://github.com/LedgerHQ/ledger-live/commit/52a373273dee3b2cb5a3e8d2d4b05f90616d71a2), [`4d1aade`](https://github.com/LedgerHQ/ledger-live/commit/4d1aade53cd33f8e7548ce340f54fbb834bdcdcb), [`52a3732`](https://github.com/LedgerHQ/ledger-live/commit/52a373273dee3b2cb5a3e8d2d4b05f90616d71a2)]:
- @ledgerhq/hw-transport@6.30.1-next.0
- @ledgerhq/errors@6.16.1-next.0
- @ledgerhq/devices@8.2.0-next.0
## 6.31.0

@@ -31,0 +57,0 @@

14

package.json
{
"name": "@ledgerhq/react-native-hw-transport-ble",
"version": "6.32.0-nightly.0",
"version": "6.32.0",
"description": "Ledger Hardware Wallet Bluetooth BLE transport for React Native",

@@ -31,5 +31,5 @@ "keywords": [

"uuid": "^9.0.1",
"@ledgerhq/devices": "^8.2.0-nightly.0",
"@ledgerhq/errors": "^6.16.1-nightly.0",
"@ledgerhq/hw-transport": "^6.30.1-nightly.0",
"@ledgerhq/devices": "^8.2.0",
"@ledgerhq/errors": "^6.16.1",
"@ledgerhq/hw-transport": "^6.30.1",
"@ledgerhq/logs": "^6.12.0"

@@ -39,10 +39,10 @@ },

"devDependencies": {
"@types/jest": "^29.5.0",
"@types/jest": "^29.5.10",
"@types/node": "^20.8.10",
"@types/uuid": "^9.0.5",
"documentation": "14.0.2",
"jest": "^28.1.1",
"jest": "^29.7.0",
"rimraf": "^4.4.1",
"source-map-support": "^0.5.21",
"ts-jest": "^28.0.5",
"ts-jest": "^29.1.1",
"ts-node": "^10.4.0"

@@ -49,0 +49,0 @@ },

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