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.8 to 2.0.9

38

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

@@ -13,9 +13,9 @@ "keywords": [

],
"homepage": "https://github.com/lukemnet/twitch-ebs-tools#readme",
"homepage": "https://github.com/lwojcik/twitch-ebs-tools#readme",
"bugs": {
"url": "https://github.com/lukemnet/twitch-ebs-tools/issues"
"url": "https://github.com/lwojcik/twitch-ebs-tools/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lukemnet/twitch-ebs-tools.git"
"url": "git+https://github.com/lwojcik/twitch-ebs-tools.git"
},

@@ -60,19 +60,19 @@ "license": "MIT",

"devDependencies": {
"@types/jest": "^29.2.4",
"@types/jsonwebtoken": "^9.0.0",
"esbuild": "^0.16.12",
"eslint": "^8.30.0",
"eslint-config-lukemnet": "^1.0.1",
"husky": "^8.0.2",
"jest": "^29.3.1",
"lint-staged": "^13.1.0",
"prettier": "^2.8.1",
"rimraf": "^3.0.2",
"rollup": "^3.9.0",
"rollup-plugin-dts": "^5.1.0",
"@types/jest": "^29.5.0",
"@types/jsonwebtoken": "^9.0.1",
"esbuild": "^0.17.11",
"eslint": "^8.36.0",
"eslint-config-lukemnet": "^1.0.2",
"husky": "^8.0.3",
"jest": "^29.5.0",
"lint-staged": "^13.2.0",
"prettier": "^2.8.4",
"rimraf": "^4.4.0",
"rollup": "^3.19.1",
"rollup-plugin-dts": "^5.2.0",
"rollup-plugin-esbuild": "^5.0.0",
"sort-package-json": "^2.1.0",
"ts-jest": "^29.0.3",
"typescript": "^4.9.4"
"sort-package-json": "^2.4.1",
"ts-jest": "^29.0.5",
"typescript": "^4.9.5"
}
}
# twitch-ebs-tools
[![npm (latest)](https://img.shields.io/npm/v/twitch-ebs-tools/latest.svg)](https://www.npmjs.com/package/twitch-ebs-tools)
[![Build status](https://ci.appveyor.com/api/projects/status/8esgc2oj5wkmesvm/branch/master?svg=true)](https://ci.appveyor.com/project/lwojcik/twitch-ebs-tools/branch/master)
[![codecov](https://codecov.io/gh/lukemnet/twitch-ebs-tools/branch/master/graph/badge.svg?token=AJnXZHKI3o)](https://codecov.io/gh/lukemnet/twitch-ebs-tools)
> **As of 16 March 2023 this project is no longer maintained or updated.**

@@ -20,3 +18,3 @@ Pack of useful functions for Twitch Extension Backend Services (EBS). It provides Twitch JWT verification methods and various validation strategies.

```bash
git clone https://github.com/lukemnet/twitch-ebs-tools.git
git clone https://github.com/lwojcik/twitch-ebs-tools.git
cd twitch-ebs-tools

@@ -222,26 +220,4 @@ npm install

## Contributions
Contributions of any kind are welcome.
You can contribute to Twitch-ebs-tools by:
- submiting bug reports or feature suggestions
- improving documentation
- submitting pull requests
Before contributing be sure to read [Contributing Guidelines](https://github.com/lukemnet/twitch-ebs-tools/blob/master/CONTRIBUTING.md) and [Code of Conduct](https://github.com/lukemnet/twitch-ebs-tools/blob/master/CODE_OF_CONDUCT.md).
## Contributors
To all who contribute code, improve documentation, submit issues or feature requests - thank you for making Twitch-ebs-tools even better!
We maintain an [AUTHORS](https://github.com/lukemnet/twitch-ebs-tools/blob/master/AUTHORS) file where we keep a list of all project contributors. Please consider adding your name there with your next PR.
## License
Licensed under MIT License. See [LICENSE](https://raw.githubusercontent.com/lukemnet/twitch-ebs-tools/master/LICENSE) for more information.
## Legal
This project is not authored, affiliated or endorsed in any way by Twitch.tv.

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