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

@bitgo/public-types

Package Overview
Dependencies
Maintainers
15
Versions
80
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.18.0 to 2.19.0

dist/src/utils/minMaxArray.d.ts

4

dist/src/schema/transactions/sendTransactions.d.ts

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

formula: t.UnionC<[t.Type<"fixed" | "feeRate" | "perKB" | "custom", "fixed" | "feeRate" | "perKB" | "custom", unknown>, t.UndefinedC]>;
type: t.UnionC<[t.Type<"base" | "max" | "tip", "base" | "max" | "tip", unknown>, t.UndefinedC]>;
type: t.UnionC<[t.Type<"max" | "base" | "tip", "max" | "base" | "tip", unknown>, t.UndefinedC]>;
}>]>;

@@ -387,3 +387,3 @@ timeBounds: t.UnionC<[t.Type<{

formula: t.UnionC<[t.Type<"fixed" | "feeRate" | "perKB" | "custom", "fixed" | "feeRate" | "perKB" | "custom", unknown>, t.UndefinedC]>;
type: t.UnionC<[t.Type<"base" | "max" | "tip", "base" | "max" | "tip", unknown>, t.UndefinedC]>;
type: t.UnionC<[t.Type<"max" | "base" | "tip", "max" | "base" | "tip", unknown>, t.UndefinedC]>;
}>]>;

@@ -390,0 +390,0 @@ timeBounds: t.UnionC<[t.Type<{

export * from "./optional";
export * from "./primitives";
export * from "./arrayFromSingle";
export * from "./minMaxArray";
//# sourceMappingURL=index.d.ts.map

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

__exportStar(require("./arrayFromSingle"), exports);
__exportStar(require("./minMaxArray"), exports);
//# sourceMappingURL=index.js.map
{
"name": "@bitgo/public-types",
"version": "2.18.0",
"version": "2.19.0",
"description": "Collection of types exposed externally as part of the BitGo public API",

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

Sorry, the diff of this file is not supported yet

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