Socket
Socket
Sign inDemoInstall

@twitchfy/api-types

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@twitchfy/api-types - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

dist/interfaces/DeviceFlow.d.ts

1

dist/interfaces/index.d.ts

@@ -21,1 +21,2 @@ export * from './Ban';

export * from './Warnings';
export * from './DeviceFlow';

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

__exportStar(require("./Warnings"), exports);
__exportStar(require("./DeviceFlow"), exports);
//# sourceMappingURL=index.js.map

@@ -8,2 +8,9 @@ export interface TokenCodeFlowResponse {

}
export interface TokenDeviceFlowResponse {
access_token: string;
expires_in: number;
refresh_token: string;
scope: string[];
token_type: string;
}
export interface TokenClientCredentialsFlowResponse {

@@ -10,0 +17,0 @@ access_token: string;

2

package.json
{
"name": "@twitchfy/api-types",
"version": "1.0.2",
"version": "1.0.3",
"description": "A node module containing the Twitch Api types",

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

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