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

@connext/types

Package Overview
Dependencies
Maintainers
4
Versions
242
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@connext/types - npm Package Compare versions

Comparing version 7.3.6 to 7.3.7

1

dist/src/messaging.d.ts

@@ -39,2 +39,3 @@ import { EventName, EventNames, EventPayload } from "./events";

export declare type UninstallMessage = ProtocolEventMessage<typeof EventNames["UNINSTALL_EVENT"]>;
export declare type UninstallFailedMessage = ProtocolEventMessage<typeof EventNames["UNINSTALL_FAILED_EVENT"]>;
export declare type UpdateStateMessage = ProtocolEventMessage<typeof EventNames["UPDATE_STATE_EVENT"]>;

@@ -41,0 +42,0 @@ export interface MessagingConfig {

2

package.json
{
"name": "@connext/types",
"version": "7.3.6",
"version": "7.3.7",
"description": "TypeScript typings for common Connext types",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -55,2 +55,3 @@ import { EventName, EventNames, EventPayload } from "./events";

export type UninstallMessage = ProtocolEventMessage<typeof EventNames["UNINSTALL_EVENT"]>;
export type UninstallFailedMessage = ProtocolEventMessage<typeof EventNames["UNINSTALL_FAILED_EVENT"]>;
export type UpdateStateMessage = ProtocolEventMessage<typeof EventNames["UPDATE_STATE_EVENT"]>;

@@ -57,0 +58,0 @@

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