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

@trezor/transport

Package Overview
Dependencies
Maintainers
6
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trezor/transport - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

6

CHANGELOG.md

@@ -1,3 +0,7 @@

# 1.1.1 (not released)
# 1.1.2
- Added CardanoTxRequiredSigner.key_path': 'optional in protobuf patches
# 1.1.1
- Changed latest bridge url to https://connect.trezor.io/8/data/bridge/latest.txt'

@@ -4,0 +8,0 @@ - Added trezor-common submodule. Protobuf definitions (messages.json) and protobuf related typescript definitions.

2

package.json
{
"name": "@trezor/transport",
"version": "1.1.1",
"version": "1.1.2",
"description": "Low level library facilitating protocol buffers based communication with Trezor devices",

@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE.md",

@@ -828,3 +828,3 @@ // This file is auto generated from data/messages/message.json

key_hash?: string;
key_path: number[];
key_path?: number[];
};

@@ -831,0 +831,0 @@

@@ -22,2 +22,3 @@ const fs = require('fs');

'CardanoNativeScript.key_path': 'optional',
'CardanoTxRequiredSigner.key_path': 'optional',
'Success.message': 'required', // didn't find use case where it's not sent

@@ -24,0 +25,0 @@ 'SignedIdentity.address': 'required',

Sorry, the diff of this file is too big to display

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