Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

twitchapi-package

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twitchapi-package - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

src/index.ts

4

LICENSE.md

@@ -1,2 +0,2 @@

The MIT License (MIT)
# The MIT License (MIT)

@@ -9,2 +9,2 @@ Copyright (c) 2023 Leon Anneken

The Software is provided “as is”, without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the Software.
The Software is provided “as is”, without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the Software.
{
"name": "twitchapi-package",
"version": "0.0.4",
"version": "0.0.5",
"description": "This is an unofficial TwitchAPI package to easily interact with the twitch api",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ts-node index.js",
"build": "tsc"
},

@@ -15,4 +17,7 @@ "keywords": [

"dependencies": {
"node-fetch": "^3.3.1"
"@types/node": "^20.4.8",
"node-fetch": "^3.3.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
}
}
# TwitchAPI-Package
This is an official package for the easy use of the TwitchAPI. This is not supported by Twitch/Amazon in any kind!
This is an unofficial package for the TwitchAPI. With this package you can easily interact with the TwitchAPI, but you still need a twitch app and a user oauth token. This package is not directly from Twitch or linked to the company itself.
## How to use this package
To use this package, you still need your own Twitch Application and own user tokens! The rest is done for you.
To use this package, you still need your own Twitch Application and own user tokens! The rest is done for you.
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