New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ts-twitch-api

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-twitch-api - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

dist/index.d.ts

21

package.json
{
"name": "ts-twitch-api",
"version": "0.1.2",
"version": "0.1.3",
"description": "Very simple TwitchApi class and TypeScript interfaces for all Twitch API endpoints",
"author": "DmitryScaletta",
"license": "MIT",
"keywords": [],
"keywords": [
"twitch",
"api",
"client",
"autogenerated"
],
"repository": {

@@ -15,11 +20,13 @@ "type": "git",

},
"main": "index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"index.ts",
"twitch-api.ts",
"twitch-api.generated.ts"
"dist"
],
"type": "module",
"scripts": {
"build": "node --import tsx ./scripts/build.ts",
"build": "rm -rf ./dist && pnpm build:src && pnpm type:extract && pnpm type:dts",
"type:dts": "tsc --emitDeclarationOnly",
"type:extract": "tsc --project tsconfig.build.json",
"build:src": "node --import tsx ./scripts/build.ts",
"gen": "pnpm dlx openapi-typescript https://github.com/DmitryScaletta/twitch-api-swagger/raw/main/openapi.json --output twitch-api.generated.ts"

@@ -26,0 +33,0 @@ },

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