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

@ledgerhq/hw-app-btc

Package Overview
Dependencies
Maintainers
20
Versions
437
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 9.1.3 to 10.0.0-next.0

26

CHANGELOG.md
# @ledgerhq/hw-app-btc
## 10.0.0-next.0
### Major Changes
- [#1991](https://github.com/LedgerHQ/ledger-live/pull/1991) [`62af25493e`](https://github.com/LedgerHQ/ledger-live/commit/62af25493e2becf897d517af42542db208b971c7) Thanks [@valpinkman](https://github.com/valpinkman)! - Remove the support for imports ending with `/` mapping to the `index.js` file.
For instance:
```js
import { getCryptoCurrencyById } from "@ledgerhq/live-common/currencies/";
```
Should be rewritten to:
```js
import { getCryptoCurrencyById } from "@ledgerhq/live-common/currencies/index";
```
This trailing slash is poorly supported by some tools like `vite.js` and was meant as a transitional change.
Time has come to remove the support for thos shorthand.
### Patch Changes
- Updated dependencies []:
- @ledgerhq/hw-transport@6.28.1-next.0
## 9.1.3

@@ -4,0 +30,0 @@

29

package.json
{
"name": "@ledgerhq/hw-app-btc",
"version": "9.1.3",
"version": "10.0.0-next.0",
"description": "Ledger Hardware Wallet Bitcoin Application API",

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

"*": {
"lib/*/": [
"lib/*/index.d.ts"
],
"lib/*": [
"lib/*"
],
"lib-es/*/": [
"lib-es/*/index.d.ts"
],
"lib-es/*": [
"lib-es/*"
],
"*/": [
"lib/*/index.d.ts"
],
"*": [

@@ -53,10 +44,6 @@ "lib/*",

"exports": {
"./lib/*/": "./lib/*/index.js",
"./lib/*": "./lib/*.js",
"./lib-es/*/": "./lib-es/*/index.js",
"./lib/*.js": "./lib/*.js",
"./lib-es/*": "./lib-es/*.js",
"./*/": {
"require": "./lib/*/index.js",
"default": "./lib-es/*/index.js"
},
"./lib-es/*.js": "./lib-es/*.js",
"./*": {

@@ -66,2 +53,6 @@ "require": "./lib/*.js",

},
"./*.js": {
"require": "./lib/*.js",
"default": "./lib-es/*.js"
},
".": {

@@ -85,3 +76,3 @@ "require": "./lib/Btc.js",

"varuint-bitcoin": "1.1.2",
"@ledgerhq/hw-transport": "^6.28.0",
"@ledgerhq/hw-transport": "^6.28.1-next.0",
"@ledgerhq/logs": "^6.10.1"

@@ -91,4 +82,4 @@ },

"axios": "^0.25.0",
"@ledgerhq/hw-transport-mocker": "^6.27.11",
"@ledgerhq/hw-transport-node-speculos": "^6.27.11"
"@ledgerhq/hw-transport-mocker": "^6.27.12-next.0",
"@ledgerhq/hw-transport-node-speculos": "^6.27.12-next.0"
},

@@ -95,0 +86,0 @@ "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",

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