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

@trezor/protobuf

Package Overview
Dependencies
Maintainers
6
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trezor/protobuf - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

5

CHANGELOG.md

@@ -0,1 +1,6 @@

# 1.0.1
- chore(protobuf): update protobuf messages (9a9b193e7)
- chore(protobuf,protocol): missing fields in package.json (27a5e8ab4)
# 1.0.0

@@ -2,0 +7,0 @@

19

lib/messages.d.ts

@@ -1255,2 +1255,9 @@ /// <reference types="node" />

};
export type AuthenticateDevice = {
challenge: string;
};
export type AuthenticityProof = {
certificates: string[];
signature: string;
};
export type WipeDevice = {};

@@ -1324,2 +1331,3 @@ export type ResetDevice = {

export type ShowDeviceTutorial = {};
export type UnlockBootloader = {};
export declare enum MoneroNetworkType {

@@ -1445,2 +1453,4 @@ MAINNET = 0,

};
export type experimental_message = {};
export type experimental_field = {};
export type RippleGetAddress = {

@@ -1714,4 +1724,2 @@ address_n: number[];

};
export type experimental_message = {};
export type experimental_field = {};
export type MessageType = {

@@ -1900,2 +1908,4 @@ BinanceGetAddress: BinanceGetAddress;

FirmwareHash: FirmwareHash;
AuthenticateDevice: AuthenticateDevice;
AuthenticityProof: AuthenticityProof;
WipeDevice: WipeDevice;

@@ -1921,2 +1931,3 @@ ResetDevice: ResetDevice;

ShowDeviceTutorial: ShowDeviceTutorial;
UnlockBootloader: UnlockBootloader;
NEMGetAddress: NEMGetAddress;

@@ -1938,2 +1949,4 @@ NEMAddress: NEMAddress;

NEMDecryptedMessage: NEMDecryptedMessage;
experimental_message: experimental_message;
experimental_field: experimental_field;
RippleGetAddress: RippleGetAddress;

@@ -1978,4 +1991,2 @@ RippleAddress: RippleAddress;

TezosSignedTx: TezosSignedTx;
experimental_message: experimental_message;
experimental_field: experimental_field;
};

@@ -1982,0 +1993,0 @@ export type MessageKey = keyof MessageType;

{
"name": "@trezor/protobuf",
"version": "1.0.0",
"version": "1.0.1",
"license": "See LICENSE.md in repo root",

@@ -28,3 +28,5 @@ "repository": {

"build:lib": "rimraf ./lib && yarn tsc --build tsconfig.lib.json",
"update:protobuf": "./scripts/protobuf-build.sh && npx prettier --write \"{messages.json,src/messages.ts}\""
"update:protobuf": "./scripts/protobuf-build.sh && npx prettier --write \"{messages.json,src/messages.ts}\"",
"prepublishOnly": "yarn tsx ../../scripts/prepublishNPM.js",
"prepublish": "yarn tsx ../../scripts/prepublish.js"
},

@@ -31,0 +33,0 @@ "dependencies": {

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