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
79
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.28.0 to 2.29.0

2

dist/src/schema/webhook/webhookNotification.d.ts

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

response: t.PartialC<{
code: t.UnknownC;
code: t.UnionC<[t.NumberC, t.StringC]>;
type: t.StringC;

@@ -28,0 +28,0 @@ body: t.StringC;

@@ -60,3 +60,3 @@ "use strict";

response: t.partial({
code: t.unknown,
code: t.union([t.number, t.string]),
type: t.string,

@@ -63,0 +63,0 @@ body: t.string,

{
"name": "@bitgo/public-types",
"version": "2.28.0",
"version": "2.29.0",
"description": "Collection of types exposed externally as part of the BitGo public API",

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

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

response: t.partial({
code: t.unknown,
code: t.union([t.number, t.string]),
type: t.string,

@@ -73,0 +73,0 @@ body: t.string,

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