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.1 to 0.1.2

12

package.json
{
"name": "ts-twitch-api",
"version": "0.1.1",
"version": "0.1.2",
"description": "Very simple TwitchApi class and TypeScript interfaces for all Twitch API endpoints",

@@ -22,2 +22,6 @@ "author": "DmitryScaletta",

"type": "module",
"scripts": {
"build": "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"
},
"devDependencies": {

@@ -27,7 +31,3 @@ "@types/node": "^20.11.2",

"typescript": "^5.3.3"
},
"scripts": {
"build": "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"
}
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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