Socket
Socket
Sign inDemoInstall

@bitgo/public-types

Package Overview
Dependencies
Maintainers
15
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bitgo/public-types - npm Package Compare versions

Comparing version 2.21.0 to 2.22.0

1

dist/src/schema/mpcv2/keyGen/keygenRound.d.ts

@@ -18,2 +18,3 @@ import * as t from "io-ts";

export declare const MPCv2KeyGenRound1Response: t.TypeC<{
walletGpgPubKeySigs: import("io-ts-types").NonEmptyStringC;
sessionId: import("io-ts-types").NonEmptyStringC;

@@ -20,0 +21,0 @@ bitgoMsg1: t.TypeC<{

@@ -37,2 +37,3 @@ "use strict";

exports.MPCv2KeyGenRound1Response = t.type({
walletGpgPubKeySigs: io_ts_types_1.NonEmptyString,
sessionId: io_ts_types_1.NonEmptyString,

@@ -39,0 +40,0 @@ bitgoMsg1: common_1.MPCv2BroadcastMessage,

2

package.json
{
"name": "@bitgo/public-types",
"version": "2.21.0",
"version": "2.22.0",
"description": "Collection of types exposed externally as part of the BitGo public API",

@@ -5,0 +5,0 @@ "license": "UNLICENSED",

@@ -17,2 +17,3 @@ import * as t from "io-ts";

export const MPCv2KeyGenRound1Response = t.type({
walletGpgPubKeySigs: NonEmptyString,
sessionId: NonEmptyString,

@@ -19,0 +20,0 @@ bitgoMsg1: MPCv2BroadcastMessage,

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