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 5.3.0-pre.4 to 5.3.0-pre.5

1

lib/EventSubBase.d.ts

@@ -409,2 +409,3 @@ import type { Logger, LoggerOptions } from '@d-fischer/logger';

protected _getCorrectSubscriptionByTwitchId(id: string): EventSubSubscription | undefined;
protected abstract _findTwitchSubscriptionToContinue(subscription: EventSubSubscription): HelixEventSubSubscription | undefined;
private _genericSubscribe;

@@ -411,0 +412,0 @@ private _extractUserIdWithNumericWarning;

2

lib/EventSubBase.js

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

if (this._readyToSubscribe) {
await subscription.start(this._twitchSubscriptions.get(subscription.id));
await subscription.start(this._findTwitchSubscriptionToContinue(subscription));
}

@@ -558,0 +558,0 @@ this._subscriptions.set(subscription.id, subscription);

{
"name": "@twurple/eventsub-base",
"version": "5.3.0-pre.4",
"version": "5.3.0-pre.5",
"publishConfig": {

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

"@d-fischer/typed-event-emitter": "^3.3.0",
"@twurple/api": "5.3.0-pre.4",
"@twurple/auth": "5.3.0-pre.4",
"@twurple/common": "5.3.0-pre.4",
"@twurple/api": "5.3.0-pre.5",
"@twurple/auth": "5.3.0-pre.5",
"@twurple/common": "5.3.0-pre.5",
"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