Socket
Socket
Sign inDemoInstall

@trezor/connect-common

Package Overview
Dependencies
Maintainers
6
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trezor/connect-common - npm Package Compare versions

Comparing version 0.0.16 to 0.0.17

7

CHANGELOG.md

@@ -0,4 +1,9 @@

# 0.0.17
- chore: forgotten renaming to T1/TT (5decd0839)
- chore: unify trezor names in docs/comments (74290aab3)
# 0.0.15
- a926901a6 chore: unify Trezor T and 1 names
- a926901a6 chore: unify T1 and TT names
- 211ac5ef3 chore(coins.json): remove old eth testnets

@@ -5,0 +10,0 @@

8

package.json
{
"name": "@trezor/connect-common",
"version": "0.0.16",
"version": "0.0.17",
"author": "Trezor <info@trezor.io>",

@@ -39,10 +39,10 @@ "homepage": "https://github.com/trezor/trezor-suite/tree/develop/packages/connect-common",

"dependencies": {
"@trezor/env-utils": "1.0.2"
"@trezor/env-utils": "1.0.3"
},
"devDependencies": {
"jest": "^26.6.3",
"rimraf": "^4.4.1",
"tsx": "^3.12.6",
"rimraf": "^5.0.1",
"tsx": "^3.12.7",
"typescript": "4.9.5"
}
}

@@ -16,3 +16,3 @@ # @trezor/connect-common

Binaries of the latest versions of firmware for each Trezor model are included in this package so that they are available to users of Suite desktop app without connecting to the internet. The process of adding new firmwares is described [here](../../docs/releases/adding-new-firmwares.md). Besides the latest versions, T1 and TT both require a transitory version for upgrading from old firware (intermediary firmware `trezor-inter-1.10.0.bin` for model One and version `trezor-2.1.1.bin` for TT).
Binaries of the latest versions of firmware for each Trezor model are included in this package so that they are available to users of Suite desktop app without connecting to the internet. The process of adding new firmwares is described [here](../../docs/releases/adding-new-firmwares.md). Besides the latest versions, T1 and TT both require a transitory version for upgrading from old firware (intermediary firmware `trezor-inter-1.10.0.bin` for T1 and version `trezor-2.1.1.bin` for TT).

@@ -19,0 +19,0 @@ There is a `releases.json` file for each Trezor model which must be updated any time new binaries are added. This file provides data about all available firmware versions and it is used to display them in Suite and to make sure that the correct firmware is downloaded. Read more about `releases.json` and it's structure [here](../../docs/releases/adding-new-firmwares.md#firmware-releasesjson-files-structure)

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