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 3.1.0 to 3.2.0

3

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

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

"identityStatus" = "identityStatus",
"accessToken" = "accessToken"
"accessToken" = "accessToken",
"policyBalanceChange" = "policyBalanceChange"
}

@@ -23,0 +24,0 @@ export declare const WebhookType: t.KeyofC<typeof WebhookTypeEnum>;

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

WebhookTypeEnum["accessToken"] = "accessToken";
WebhookTypeEnum["policyBalanceChange"] = "policyBalanceChange";
})(WebhookTypeEnum || (exports.WebhookTypeEnum = WebhookTypeEnum = {}));

@@ -50,0 +51,0 @@ exports.WebhookType = t.keyof(WebhookTypeEnum, "WebhookType");

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

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

@@ -28,2 +28,4 @@ import * as t from "io-ts";

"accessToken" = "accessToken",
"policyBalanceChange" = "policyBalanceChange",
}

@@ -30,0 +32,0 @@

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