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.1.0-pre.2 to 6.1.0-pre.3

2

lib/events/EventSubExtensionBitsTransactionCreateEvent.d.ts

@@ -5,3 +5,3 @@ import type { ApiClient, HelixUser } from '@twurple/api';

/**
* An EventSub event representing a channel subscription.
* An EventSub event representing a bits transaction in an extension.
*/

@@ -8,0 +8,0 @@ export declare class EventSubExtensionBitsTransactionCreateEvent extends DataObject<EventSubExtensionBitsTransactionCreateEventData> {

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

/**
* An EventSub event representing a channel subscription.
* An EventSub event representing a bits transaction in an extension.
*/

@@ -11,0 +11,0 @@ let EventSubExtensionBitsTransactionCreateEvent = class EventSubExtensionBitsTransactionCreateEvent extends common_1.DataObject {

@@ -60,7 +60,11 @@ import type { HelixEventSubSubscription, HelixEventSubTransportOptions } from '@twurple/api';

get usesLegacySecret(): boolean;
/**
* The user ID the subscription is supposed to be authenticated as.
*
* Is only null for subscriptions that don't relate to a user, like extension transactions or user authorizations.
*/
abstract get authUserId(): string | null;
protected _getTransportOptions(): Promise<HelixEventSubTransportOptions>;
/** @private */
abstract get id(): string;
/** @private */
abstract get authUserId(): string | null;
protected abstract _subscribe(): Promise<HelixEventSubSubscription>;

@@ -67,0 +71,0 @@ protected abstract transformData(response: unknown): T;

{
"name": "@twurple/eventsub-base",
"version": "6.1.0-pre.2",
"version": "6.1.0-pre.3",
"publishConfig": {

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

"@d-fischer/typed-event-emitter": "^3.3.0",
"@twurple/api": "6.1.0-pre.2",
"@twurple/auth": "6.1.0-pre.2",
"@twurple/common": "6.1.0-pre.2",
"@twurple/api": "6.1.0-pre.3",
"@twurple/auth": "6.1.0-pre.3",
"@twurple/common": "6.1.0-pre.3",
"tslib": "^2.0.3"

@@ -43,0 +43,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