Socket
Socket
Sign inDemoInstall

@types/webpack-dev-server

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/webpack-dev-server - npm Package Compare versions

Comparing version 3.10.1 to 3.11.0

7

webpack-dev-server/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for webpack-dev-server 3.10
// Type definitions for webpack-dev-server 3.11
// Project: https://github.com/webpack/webpack-dev-server

@@ -15,3 +15,2 @@ // Definitions by: maestroh <https://github.com/maestroh>

// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3

@@ -87,3 +86,3 @@ import * as webpack from 'webpack';

*/
contentBasePublicPath?: string;
contentBasePublicPath?: string | string[];
/**

@@ -203,3 +202,3 @@ * When set to true this option bypasses host checking. THIS IS NOT

/** When open is enabled, the dev server will open the browser. */
open?: boolean | string;
open?: boolean | string | object;
/** Specify a page to navigate to when opening the browser. */

@@ -206,0 +205,0 @@ openPage?: string | string[];

{
"name": "@types/webpack-dev-server",
"version": "3.10.1",
"version": "3.11.0",
"description": "TypeScript definitions for webpack-dev-server",

@@ -78,4 +78,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "fa8aed539ec4b77b1afc639b2f09c3f8716cde1aac8631a7ca9f8aeb57005c5a",
"typeScriptVersion": "2.8"
"typesPublisherContentHash": "cc762a7776a8681e401c671cb40514bb6516ba15b86163d62df96d3490cc2dfd",
"typeScriptVersion": "3.0"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Thu, 12 Mar 2020 22:49:02 GMT
* Last updated: Thu, 21 May 2020 22:54:55 GMT
* Dependencies: [@types/webpack](https://npmjs.com/package/@types/webpack), [@types/http-proxy-middleware](https://npmjs.com/package/@types/http-proxy-middleware), [@types/express](https://npmjs.com/package/@types/express), [@types/serve-static](https://npmjs.com/package/@types/serve-static), [@types/connect-history-api-fallback](https://npmjs.com/package/@types/connect-history-api-fallback)

@@ -14,0 +14,0 @@ * Global values: none

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