Socket
Socket
Sign inDemoInstall

webpack-dev-server

Package Overview
Dependencies
259
Maintainers
4
Versions
217
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.15.0 to 4.15.1

4

package.json
{
"name": "webpack-dev-server",
"version": "4.15.0",
"version": "4.15.1",
"description": "Serves a webpack app. Updates the browser on changes.",

@@ -53,3 +53,3 @@ "bin": "bin/webpack-dev-server.js",

"@types/sockjs": "^0.3.33",
"@types/ws": "^8.5.1",
"@types/ws": "^8.5.5",
"ansi-html-community": "^0.0.8",

@@ -56,0 +56,0 @@ "bonjour-service": "^1.0.11",

@@ -0,5 +1,9 @@

/// <reference types="node" />
export = WebsocketServer;
declare class WebsocketServer extends BaseServer {
static heartbeatInterval: number;
implementation: WebSocket.Server<WebSocket.WebSocket>;
implementation: WebSocket.Server<
typeof WebSocket,
typeof import("http").IncomingMessage
>;
}

@@ -6,0 +10,0 @@ declare namespace WebsocketServer {

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

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