Socket
Socket
Sign inDemoInstall

@types/webpack-dev-middleware

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 2.0.1 to 2.0.2

4

webpack-dev-middleware/index.d.ts

@@ -5,2 +5,3 @@ // Type definitions for webpack-dev-middleware 2.0

// reduckted <https://github.com/reduckted>
// Chris Abrams <https://github.com/chrisabrams>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -27,3 +28,3 @@ // TypeScript Version: 2.3

publicPath: string;
index?: string;
index?: string | boolean;
headers?: {

@@ -37,2 +38,3 @@ [name: string]: string;

filename?: string;
writeToDisk?: boolean | ((filename: string) => boolean);
}

@@ -39,0 +41,0 @@

{
"name": "@types/webpack-dev-middleware",
"version": "2.0.1",
"version": "2.0.2",
"description": "TypeScript definitions for webpack-dev-middleware",

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

"githubUsername": "reduckted"
},
{
"name": "Chris Abrams",
"url": "https://github.com/chrisabrams",
"githubUsername": "chrisabrams"
}

@@ -22,3 +27,3 @@ ],

"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},

@@ -32,4 +37,4 @@ "scripts": {},

},
"typesPublisherContentHash": "2a7e5396334d35dee921ad5e2cbac9a5bd07ea6d32807e331f87ae5e03de0b52",
"typesPublisherContentHash": "967975b34e15135f0db95ea7df01b7d7ebd441e12a7a1b37283dfb5159d5944e",
"typeScriptVersion": "2.3"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/webpack-dev-middleware
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/webpack-dev-middleware
Additional Details
* Last updated: Sat, 10 Mar 2018 02:17:46 GMT
* Last updated: Mon, 09 Jul 2018 20:32:27 GMT
* Dependencies: webpack, loglevel, connect, memory-fs

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

# Credits
These definitions were written by Benjamin Lim <https://github.com/bumbleblym>, reduckted <https://github.com/reduckted>.
These definitions were written by Benjamin Lim <https://github.com/bumbleblym>, reduckted <https://github.com/reduckted>, Chris Abrams <https://github.com/chrisabrams>.
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