Socket
Socket
Sign inDemoInstall

tmi.js

Package Overview
Dependencies
63
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

0

index.js
module.exports={
client:require("./lib/client")
};

@@ -0,0 +0,0 @@ var request = require("request");

5

lib/client.js

@@ -790,2 +790,7 @@ var api = require("./api");

if (message.tags.username === "twitchnotify") {
// Someone subscribed to a hosted channel. Who cares.
if (msg.includes("subscribed to")) {
// Ignore this feature.
}
// New subscriber..

@@ -792,0 +797,0 @@ if (msg.includes("just subscribed")) {

@@ -0,0 +0,0 @@ var _ = require("./utils");

@@ -0,0 +0,0 @@ /*

@@ -0,0 +0,0 @@ var _ = require('./utils');

@@ -0,0 +0,0 @@ /*

@@ -0,0 +0,0 @@ // Initialize the queue with a specific delay..

@@ -0,0 +0,0 @@ var self = module.exports = {

2

package.json
{
"name": "tmi.js",
"version": "1.0.1",
"version": "1.0.2",
"description": "Javascript library for the Twitch Messaging Interface.",

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

@@ -0,0 +0,0 @@ # tmi.js

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc