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

twitch-ebs-tools

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twitch-ebs-tools - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

11

package.json
{
"name": "twitch-ebs-tools",
"version": "2.0.3",
"version": "2.0.4",
"description": "Utility functions for Twitch Extension Backend Services (EBS)",

@@ -31,3 +31,4 @@ "keywords": [

"scripts": {
"build": "npm run lint && npm run format && npm run test && npm run clean && npm run compile",
"build": "npm run lint && npm run checkFormat && npm run test && npm run clean && npm run compile",
"checkFormat": "prettier --check .",
"clean": "rimraf dist/*",

@@ -50,3 +51,6 @@ "clearTestCache": "jest --clearCache",

"package.json": "sort-package-json",
"*.ts": "eslint --cache --fix"
"*.ts": [
"eslint --fix",
"prettier --write ."
]
},

@@ -65,2 +69,3 @@ "dependencies": {

"lint-staged": "^12.3.3",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",

@@ -67,0 +72,0 @@ "rollup": "^2.66.1",

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