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

twitch-api-types

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twitch-api-types - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

3

authentication/index.d.ts

@@ -9,3 +9,4 @@ import { Scope } from './scopes';

AuthorizationCode = "authorization_code",
DeviceCode = "device_code"
DeviceCode = "device_code",
RefreshToken = "refresh_token"
}

@@ -12,0 +13,0 @@ export interface OAuthAuthorizeResponse {

@@ -28,2 +28,3 @@ "use strict";

OAuthGrantType["DeviceCode"] = "device_code";
OAuthGrantType["RefreshToken"] = "refresh_token";
})(OAuthGrantType || (exports.OAuthGrantType = OAuthGrantType = {}));

@@ -30,0 +31,0 @@ __exportStar(require("./urls"), exports);

{
"name": "twitch-api-types",
"version": "0.5.0",
"version": "0.5.1",
"description": "",

@@ -5,0 +5,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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