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

18

webpack-dev-server/index.d.ts

@@ -6,2 +6,3 @@ // Type definitions for webpack-dev-server 2.9

// Zheyang Song <https://github.com/ZheyangSong>
// Alan Agius <https://github.com/alan-agius4>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -65,3 +66,3 @@

staticOptions?: serveStatic.ServeStaticOptions;
stats?: webpack.compiler.StatsOptions| webpack.compiler.StatsToStringOptions;
stats?: webpack.compiler.StatsOptions | webpack.compiler.StatsToStringOptions;
useLocalIp?: boolean;

@@ -75,18 +76,13 @@ watchContentBase?: boolean;

constructor(
webpack: webpack.compiler.Compiler,
webpack: webpack.Compiler | webpack.MultiCompiler,
config: WebpackDevServer.Configuration
);
listen(
port: number,
hostname: string,
callback?: (...args: any[]) => any
): http.Server;
listen(port: number, hostname: string, callback?: (error?: Error) => void): http.Server;
listen(
port: number,
callback?: (...args: any[]) => any
): http.Server;
listen(port: number, callback?: (error?: Error) => void): http.Server;
close(callback?: () => void): void;
}
export = WebpackDevServer;
{
"name": "@types/webpack-dev-server",
"version": "2.9.0",
"version": "2.9.1",
"description": "TypeScript definitions for webpack-dev-server",

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

"githubUsername": "ZheyangSong"
},
{
"name": "Alan Agius",
"url": "https://github.com/alan-agius4",
"githubUsername": "alan-agius4"
}

@@ -37,4 +42,4 @@ ],

},
"typesPublisherContentHash": "8450aba69cfc1448e4b1d18bbfd4c675c927c46b0277ebe4df69979403e7687e",
"typesPublisherContentHash": "2d6a12975d1616b10eae404bfd4e367a0603dd6365df1ad753a51e941455d458",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Mon, 09 Oct 2017 23:30:01 GMT
* Last updated: Wed, 25 Oct 2017 16:19:00 GMT
* Dependencies: webpack, express-serve-static-core, serve-static, http, spdy, http-proxy-middleware

@@ -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>.
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>.
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