Socket
Socket
Sign inDemoInstall

tmi.js

Package Overview
Dependencies
5
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.7.3 to 1.7.4

4

lib/client.js

@@ -688,3 +688,5 @@ var api = require("./api");

case "sub":
this.emit("subscription", channel, username, methods, msg, tags);
this.emit(["subscription", "sub"], [
[channel, username, methods, msg, tags]
]);
break;

@@ -691,0 +693,0 @@

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

@@ -5,0 +5,0 @@ "keywords": [

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