Socket
Socket
Sign inDemoInstall

@twurple/eventsub-base

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@twurple/eventsub-base - npm Package Compare versions

Comparing version 6.0.0-pre.5 to 6.0.0-pre.6

7

lib/EventSubPayload.external.d.ts

@@ -18,5 +18,10 @@ import type { HelixEventSubSubscriptionStatus, HelixEventSubTransportData } from '@twurple/api';

/** @private */
export interface EventSubBatchNotificationEntry {
id: string;
data: Record<string, unknown>;
}
/** @private */
export interface EventSubBatchNotificationPayload {
subscription: EventSubSubscriptionBody;
events: Array<Record<string, unknown>>;
events: EventSubBatchNotificationEntry[];
}

@@ -23,0 +28,0 @@ /** @private */

8

package.json
{
"name": "@twurple/eventsub-base",
"version": "6.0.0-pre.5",
"version": "6.0.0-pre.6",
"publishConfig": {

@@ -38,5 +38,5 @@ "access": "public"

"@d-fischer/typed-event-emitter": "^3.3.0",
"@twurple/api": "6.0.0-pre.5",
"@twurple/auth": "6.0.0-pre.5",
"@twurple/common": "6.0.0-pre.5",
"@twurple/api": "6.0.0-pre.6",
"@twurple/auth": "6.0.0-pre.6",
"@twurple/common": "6.0.0-pre.6",
"tslib": "^2.0.3"

@@ -43,0 +43,0 @@ },

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