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.4.0 to 0.4.2

3

api/cheermote.d.ts

@@ -42,4 +42,7 @@ import { Format, Size, Theme } from './images';

prefix: string;
/**
* A list of tier levels that the Cheermote supports. Each tier identifies the range of Bits that you can cheer at that tier level and an image that graphically identifies the tier level.
*/
tiers: CheermoteTier[];
};
//# sourceMappingURL=cheermote.d.ts.map

10

package.json
{
"name": "twitch-api-types",
"version": "0.4.0",
"version": "0.4.2",
"description": "",

@@ -16,3 +16,6 @@ "scripts": {

"test:types": "tsd -t ./index.d.ts",
"posttest:types": "npm run clean:node"
"posttest:types": "npm run clean:node",
"preversion": "npm run lint",
"version": "git add -A .",
"postversion": "git push origin main && git push origin main --tags"
},

@@ -33,2 +36,3 @@ "files": [

"devDependencies": {
"@octokit/action": "^6.0.7",
"@typescript-eslint/eslint-plugin": "^6.18.1",

@@ -38,3 +42,3 @@ "@typescript-eslint/parser": "^6.18.1",

"npm-run-all": "^4.1.5",
"prettier": "^3.1.1",
"prettier": "^3.2.1",
"rimraf": "^5.0.5",

@@ -41,0 +45,0 @@ "tsd": "^0.30.3",

# Twitch API Types
[![GitHub](https://img.shields.io/github/license/larrrssss/twitch-api-types)](https://github.com/larrrssss/twitch-api-types/blob/main/LICENSE.md)
[![npm](https://img.shields.io/npm/v/twitch-api-types?color=crimson&logo=npm)](https://www.npmjs.com/package/twitch-api-types)
Simple type definitions for the [Twitch API](https://dev.twitch.tv/docs/).
## Installation
Install with [npm](https://www.npmjs.com/) / [yarn](https://yarnpkg.com) / [pnpm](https://pnpm.js.org/):
```sh
npm install twitch-api-types
yarn add twitch-api-types
pnpm add twitch-api-types
```
## TODO

@@ -4,0 +19,0 @@

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