Socket
Socket
Sign inDemoInstall

twitch-auth

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twitch-auth - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "twitch-auth",
"version": "1.0.2",
"version": "1.0.3",
"description": "Utility module for handling Twitch.tv chatbot authentication.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -291,1 +291,22 @@ # twitch-auth

```
My `config.json` looks like this:
```
{
"tmi": {
"channels": [
"laddspencer"
],
"username": "PhantsBot"
}
}
```
My `creds.json` looks like this (no, those are not real creds, use your own!):
```
{
"client_id": "4jkcd8ejjwkemvnhuewnc98ku87uyh",
"client_secret": "d9rkkijun4jfunywhqssx6456hey7u"
}
```
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