Socket
Socket
Sign inDemoInstall

@ledgerhq/devices

Package Overview
Dependencies
Maintainers
20
Versions
261
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ledgerhq/devices - npm Package Compare versions

Comparing version 8.0.0 to 8.0.1-nightly.0

28

CHANGELOG.md
# @ledgerhq/devices
## 8.0.1-nightly.0
### Patch Changes
- Updated dependencies [[`1d0b2d19eb`](https://github.com/LedgerHQ/ledger-live/commit/1d0b2d19ebc5acd058930b842c6d37f8daf2a5a3)]:
- @ledgerhq/errors@6.12.4-nightly.0
## 8.0.0

@@ -24,2 +31,23 @@

## 8.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.
## 7.0.7

@@ -26,0 +54,0 @@

4

package.json
{
"name": "@ledgerhq/devices",
"version": "8.0.0",
"version": "8.0.1-nightly.0",
"description": "Ledger devices",

@@ -58,3 +58,3 @@ "keywords": [

"semver": "^7.3.5",
"@ledgerhq/errors": "^6.12.3",
"@ledgerhq/errors": "^6.12.4-nightly.0",
"@ledgerhq/logs": "^6.10.1"

@@ -61,0 +61,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