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

@twurple/common

Package Overview
Dependencies
Maintainers
1
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@twurple/common - npm Package Compare versions

Comparing version 7.0.0-pre.0 to 7.0.0-pre.1

8

lib/extensions/HelixExtension.external.d.ts
/**
* The location of an extension's configuration.
*/
export declare type HelixExtensionConfigurationLocation = 'hosted' | 'custom' | 'none';
export type HelixExtensionConfigurationLocation = 'hosted' | 'custom' | 'none';
/**
* The support level of subscriptions in an extension.
*/
export declare type HelixExtensionSubscriptionsSupportLevel = 'optional' | 'none';
export type HelixExtensionSubscriptionsSupportLevel = 'optional' | 'none';
/**
* The size of an extension icon.
*/
export declare type HelixExtensionIconSize = '100x100' | '24x24' | '300x200';
export type HelixExtensionIconSize = '100x100' | '24x24' | '300x200';
/**
* The state of an extension.
*/
export declare type HelixExtensionState = 'InTest' | 'InReview' | 'Rejected' | 'Approved' | 'Released' | 'Deprecated' | 'PendingAction' | 'AssetsUploaded' | 'Deleted';
export type HelixExtensionState = 'InTest' | 'InReview' | 'Rejected' | 'Approved' | 'Released' | 'Deprecated' | 'PendingAction' | 'AssetsUploaded' | 'Deleted';
/** @private */

@@ -18,0 +18,0 @@ interface HelixExtensionMobileViewData {

import type { NoInfer } from '@d-fischer/shared-utils';
/** @private */
declare type PackageName = 'api' | 'auth' | 'chat' | 'common' | 'easy-bot' | 'eventsub-base' | 'eventsub-http' | 'eventsub-ws' | 'pubsub';
type PackageName = 'api' | 'auth' | 'chat' | 'common' | 'easy-bot' | 'eventsub-base' | 'eventsub-http' | 'eventsub-ws' | 'pubsub';
/** @private */

@@ -5,0 +5,0 @@ export declare function rtfm(pkg: PackageName, name: string): ClassDecorator;

/**
* The possible lengths of a channel commercial.
*/
export declare type CommercialLength = 30 | 60 | 90 | 120 | 150 | 180;
export type CommercialLength = 30 | 60 | 90 | 120 | 150 | 180;
/**
* The type of a user.
*/
export declare type HelixUserType = 'staff' | 'admin' | 'global_mod' | '';
export type HelixUserType = 'staff' | 'admin' | 'global_mod' | '';
//# sourceMappingURL=types.d.ts.map

@@ -25,7 +25,7 @@ /**

*/
export declare type UserIdResolvable = string | number | UserIdResolvableType;
export type UserIdResolvable = string | number | UserIdResolvableType;
/**
* A user name or a user or channel object.
*/
export declare type UserNameResolvable = string | UserNameResolveableType;
export type UserNameResolvable = string | UserNameResolveableType;
/**

@@ -32,0 +32,0 @@ * Extracts the user ID from an argument that is possibly an object containing that ID.

{
"name": "@twurple/common",
"version": "7.0.0-pre.0",
"version": "7.0.0-pre.1",
"publishConfig": {

@@ -5,0 +5,0 @@ "access": "public"

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