Socket
Socket
Sign inDemoInstall

@twurple/eventsub-http

Package Overview
Dependencies
122
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.1.0-pre.2 to 6.1.0-pre.3

6

lib/adapters/ReverseProxyAdapter.d.ts

@@ -6,4 +6,2 @@ import { ConnectionAdapter } from './ConnectionAdapter';

* @inheritDoc
*
* @meta category adapters
*/

@@ -13,2 +11,4 @@ export interface ReverseProxyAdapterConfig {

* The port the server should listen to.
*
* If not given, defaults to 8080.
*/

@@ -39,2 +39,4 @@ port?: number;

* @hideProtected
*
* @meta category adapters
*/

@@ -41,0 +43,0 @@ export declare class ReverseProxyAdapter extends ConnectionAdapter {

@@ -12,2 +12,4 @@ "use strict";

* @hideProtected
*
* @meta category adapters
*/

@@ -14,0 +16,0 @@ let ReverseProxyAdapter = class ReverseProxyAdapter extends ConnectionAdapter_1.ConnectionAdapter {

{
"name": "@twurple/eventsub-http",
"version": "6.1.0-pre.2",
"version": "6.1.0-pre.3",
"publishConfig": {

@@ -41,5 +41,5 @@ "access": "public"

"@d-fischer/typed-event-emitter": "^3.3.0",
"@twurple/auth": "6.1.0-pre.2",
"@twurple/common": "6.1.0-pre.2",
"@twurple/eventsub-base": "6.1.0-pre.2",
"@twurple/auth": "6.1.0-pre.3",
"@twurple/common": "6.1.0-pre.3",
"@twurple/eventsub-base": "6.1.0-pre.3",
"@types/express-serve-static-core": "^4.17.24",

@@ -50,6 +50,6 @@ "httpanda": "^0.4.6",

"devDependencies": {
"@twurple/api": "6.1.0-pre.2"
"@twurple/api": "6.1.0-pre.3"
},
"peerDependencies": {
"@twurple/api": "6.1.0-pre.2"
"@twurple/api": "6.1.0-pre.3"
},

@@ -56,0 +56,0 @@ "files": [

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc