twitchapi-package
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -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. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
39352
11
691
8
1
4
+ Added@types/node@^20.4.8
+ Addedts-node@^10.9.1
+ Addedtypescript@^5.1.6
+ Added@cspotcode/source-map-support@0.8.1(transitive)
+ Added@jridgewell/resolve-uri@3.1.2(transitive)
+ Added@jridgewell/sourcemap-codec@1.5.0(transitive)
+ Added@jridgewell/trace-mapping@0.3.9(transitive)
+ Added@tsconfig/node10@1.0.11(transitive)
+ Added@tsconfig/node12@1.0.11(transitive)
+ Added@tsconfig/node14@1.0.3(transitive)
+ Added@tsconfig/node16@1.0.4(transitive)
+ Added@types/node@20.17.6(transitive)
+ Addedacorn@8.14.0(transitive)
+ Addedacorn-walk@8.3.4(transitive)
+ Addedarg@4.1.3(transitive)
+ Addedcreate-require@1.1.1(transitive)
+ Addeddiff@4.0.2(transitive)
+ Addedmake-error@1.3.6(transitive)
+ Addedts-node@10.9.2(transitive)
+ Addedtypescript@5.6.3(transitive)
+ Addedundici-types@6.19.8(transitive)
+ Addedv8-compile-cache-lib@3.0.1(transitive)
+ Addedyn@3.1.1(transitive)