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

@keepkey/device-protocol

Package Overview
Dependencies
Maintainers
5
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@keepkey/device-protocol - npm Package Compare versions

Comparing version 6.1.2 to 6.1.6

12

lib/types_pb.d.ts

@@ -757,2 +757,12 @@ // package:

hasWithdrawalScriptType(): boolean;
clearWithdrawalScriptType(): void;
getWithdrawalScriptType(): InputScriptType | undefined;
setWithdrawalScriptType(value: InputScriptType): void;
hasReturnScriptType(): boolean;
clearReturnScriptType(): void;
getReturnScriptType(): InputScriptType | undefined;
setReturnScriptType(value: InputScriptType): void;
serializeBinary(): Uint8Array;

@@ -774,2 +784,4 @@ toObject(includeInstance?: boolean): ExchangeType.AsObject;

returnAddressNList: Array<number>,
withdrawalScriptType?: InputScriptType,
returnScriptType?: InputScriptType,
}

@@ -776,0 +788,0 @@ }

2

package.json
{
"name": "@keepkey/device-protocol",
"version": "6.1.2",
"version": "6.1.6",
"publishConfig": {

@@ -5,0 +5,0 @@ "access": "public"

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

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