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 2.4.1 to 2.4.2

3

webpack-dev-server/index.d.ts

@@ -11,2 +11,3 @@ // Type definitions for webpack-dev-server 2.4

import * as http from 'http';
import * as spdy from 'spdy';

@@ -17,3 +18,3 @@ declare namespace WebpackDevServer {

hot?: boolean;
https?: boolean;
https?: boolean | spdy.ServerOptions;
historyApiFallback?: boolean;

@@ -20,0 +21,0 @@ compress?: boolean;

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

@@ -9,7 +9,9 @@ "license": "MIT",

"name": "maestroh",
"url": "https://github.com/maestroh"
"url": "https://github.com/maestroh",
"githubUsername": "maestroh"
},
{
"name": "Dave Parslow",
"url": "https://github.com/daveparslow"
"url": "https://github.com/daveparslow",
"githubUsername": "daveparslow"
}

@@ -26,7 +28,7 @@ ],

"@types/express-serve-static-core": "*",
"@types/serve-static": "*"
"@types/serve-static": "*",
"@types/spdy": "*"
},
"peerDependencies": {},
"typesPublisherContentHash": "3643b01c3f6c99b0993e0e373c63e018a4a1daf710fb7bebef36d330c92f36a0",
"typesPublisherContentHash": "bf1112e55453ec88be2e7ee174d7c9775604e86989d6598bd0b81dee2b950bdf",
"typeScriptVersion": "2.0"
}

@@ -11,4 +11,4 @@ # Installation

Additional Details
* Last updated: Mon, 24 Jul 2017 18:01:45 GMT
* Dependencies: webpack, express-serve-static-core, serve-static, http
* Last updated: Tue, 03 Oct 2017 17:58:34 GMT
* Dependencies: webpack, express-serve-static-core, serve-static, http, spdy
* Global values: none

@@ -15,0 +15,0 @@

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