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 7.0.1 to 7.0.2

2

lib/events/EventSubChannelSubscriptionMessageEvent.external.d.ts

@@ -14,3 +14,3 @@ /**

text: string;
emotes: EventSubChannelSubscriptionMessageEmoteData[];
emotes: EventSubChannelSubscriptionMessageEmoteData[] | null;
}

@@ -17,0 +17,0 @@ /** @private */

@@ -98,3 +98,4 @@ "use strict";

get emoteOffsets() {
return new Map(Object.entries((0, shared_utils_1.groupBy)(this[common_1.rawDataSymbol].message.emotes, 'id')).map(([id, ranges]) => [
var _a;
return new Map(Object.entries((0, shared_utils_1.groupBy)((_a = this[common_1.rawDataSymbol].message.emotes) !== null && _a !== void 0 ? _a : [], 'id')).map(([id, ranges]) => [
id,

@@ -101,0 +102,0 @@ ranges.map(({ begin, end }) => `${begin}-${end}`)

{
"name": "@twurple/eventsub-base",
"version": "7.0.1",
"version": "7.0.2",
"publishConfig": {

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

"@d-fischer/typed-event-emitter": "^3.3.0",
"@twurple/api": "7.0.1",
"@twurple/auth": "7.0.1",
"@twurple/common": "7.0.1",
"@twurple/api": "7.0.2",
"@twurple/auth": "7.0.2",
"@twurple/common": "7.0.2",
"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