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.9.0 to 3.10.0

9

webpack-dev-server/index.d.ts

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

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

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

// Chris Paterson <https://github.com/chrispaterson>
// Piotr Błażejewicz <https://github.com/peterblazejewicz>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -81,2 +82,8 @@ // TypeScript Version: 2.3

/**
* Tell the server at what URL to serve `devServer.contentBase`.
* If there was a file `assets/manifest.json`,
* it would be served at `/serve-content-base-at-this-url/manifest.json`
*/
contentBasePublicPath?: string;
/**
* When set to true this option bypasses host checking. THIS IS NOT

@@ -83,0 +90,0 @@ * RECOMMENDED as apps that do not check the host are vulnerable to DNS

9

webpack-dev-server/package.json
{
"name": "@types/webpack-dev-server",
"version": "3.9.0",
"version": "3.10.0",
"description": "TypeScript definitions for webpack-dev-server",

@@ -51,2 +51,7 @@ "license": "MIT",

"githubUsername": "chrispaterson"
},
{
"name": "Piotr Błażejewicz",
"url": "https://github.com/peterblazejewicz",
"githubUsername": "peterblazejewicz"
}

@@ -69,4 +74,4 @@ ],

},
"typesPublisherContentHash": "d6bc3f571e0b0580ed9a0258c60c9bde77bb7987a69f928924e5adf86daddb4a",
"typesPublisherContentHash": "95c7ee8d6e6a64460c7743f4a2a372a1c0b82e0a7a22498e5112a1aec2faf59a",
"typeScriptVersion": "2.8"
}

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

### Additional Details
* Last updated: Wed, 27 Nov 2019 00:36:52 GMT
* Last updated: Thu, 30 Jan 2020 21:15:28 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)

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by maestroh (https://github.com/maestroh), Dave Parslow (https://github.com/daveparslow), Zheyang Song (https://github.com/ZheyangSong), Alan Agius (https://github.com/alan-agius4), Artur Androsovych (https://github.com/arturovt), Dave Cardwell (https://github.com/davecardwell), Katsuya Hino (https://github.com/dobogo), Billy Le (https://github.com/billy-le), and Chris Paterson (https://github.com/chrispaterson).
These definitions were written by maestroh (https://github.com/maestroh), Dave Parslow (https://github.com/daveparslow), Zheyang Song (https://github.com/ZheyangSong), Alan Agius (https://github.com/alan-agius4), Artur Androsovych (https://github.com/arturovt), Dave Cardwell (https://github.com/davecardwell), Katsuya Hino (https://github.com/dobogo), Billy Le (https://github.com/billy-le), Chris Paterson (https://github.com/chrispaterson), and Piotr Błażejewicz (https://github.com/peterblazejewicz).
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