You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

twitch-oauth-authorization-code-express

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twitch-oauth-authorization-code-express - npm Package Compare versions

Comparing version

to
2.1.2

6

package.json
{
"name": "twitch-oauth-authorization-code-express",
"version": "2.1.0",
"version": "2.1.2",
"description": "Small library to get a Twitch OAuth code using the OAuth authorization code flow.",

@@ -8,6 +8,6 @@ "main": "dist/index.js",

"scripts": {
"prepublishOnly": "npm run clean && npm run build",
"build-test": "npx prisma generate && tsc --project test.tsconfig.json",
"test": "mocha dist/test/test.js",
"clean": "rm -r dist",
"clean_windows": "rd /s /q .\\dist",
"clean": "rm -rf ./dist || rd /s /q .\\dist",
"build": "tsc"

@@ -14,0 +14,0 @@ },