Socket
Socket
Sign inDemoInstall

tmi.js

Package Overview
Dependencies
11
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.8.4 to 1.8.5

2

lib/client.js

@@ -1437,3 +1437,3 @@ const _global = typeof global !== 'undefined' ? global : typeof window !== 'undefined' ? window : {};

clearTimeout(this._updateEmotesetsTimer);
this._updateEmotesetsTimer = setTimeout(() => this._updateEmoteset(), this._updateEmotesetsTimerDelay);
this._updateEmotesetsTimer = setTimeout(() => this._updateEmoteset(sets), this._updateEmotesetsTimerDelay);
}

@@ -1440,0 +1440,0 @@ };

{
"name": "tmi.js",
"version": "1.8.4",
"version": "1.8.5",
"description": "Javascript library for the Twitch Messaging Interface.",

@@ -49,3 +49,3 @@ "keywords": [

"node-fetch": "^2.6.1",
"ws": "^8.0.0"
"ws": "^8.2.0"
},

@@ -52,0 +52,0 @@ "devDependencies": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc