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

event-hyper-express

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

event-hyper-express - npm Package Compare versions

Comparing version 6.5.6 to 6.5.7

2

package.json
{
"name": "event-hyper-express",
"version": "6.5.6",
"version": "6.5.7",
"description": "High performance Node.js webserver with a simple-to-use API powered by uWebsockets.js under the hood.",

@@ -5,0 +5,0 @@ "main": "index.js",

import { ReadableOptions } from 'stream';
import { EventEmitter } from 'events';
import { Request } from '../http/Request';

@@ -37,3 +38,3 @@ import { Response } from '../http/Response';

export class Router {
export class Router extends EventEmitter {
constructor();

@@ -40,0 +41,0 @@

@@ -79,2 +79,16 @@ import * as uWebsockets from 'uWebSockets.js';

/**
* Resets the router's stack for dynamic reloading
*/
deregister_routes(): void;
/**
* Resets the middleware stack for dynamic reloading
*/
deregister_middleware(): void;
/**
* Returns the number of subscribers to a topic across all WebSocket connections on this Server instance.

@@ -81,0 +95,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