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.3.2 to 0.3.3

2

api/channels.d.ts

@@ -57,3 +57,3 @@ import { PaginatedResponse, PaginationParams, Response } from './responses';

*/
broadcaster_id: string[];
broadcaster_id: string | string[];
}

@@ -60,0 +60,0 @@ export interface GetChannelInformationResponse extends Response<Channel[]> {

@@ -95,7 +95,7 @@ import { PaginatedResponse, PaginationParams, Response } from './responses';

*/
id?: string[];
id?: string | string[];
/**
* The login name of the user to get. To specify more than one user, include the login parameter for each user to get. For example, `login=foo&login=bar`. The maximum number of login names you may specify is 100.
*/
login?: string[];
login?: string | string[];
}

@@ -102,0 +102,0 @@ export interface GetUsersResponse extends Response<User[]> {

{
"name": "twitch-api-types",
"version": "0.3.2",
"version": "0.3.3",
"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