@types/webpack-dev-middleware
Advanced tools
Comparing version 1.9.4 to 1.12.0
@@ -1,4 +0,5 @@ | ||
// Type definitions for webpack-dev-middleware 1.9 | ||
// Type definitions for webpack-dev-middleware 1.12 | ||
// Project: https://github.com/webpack/webpack-dev-middleware | ||
// Definitions by: Benjamin Lim <https://github.com/bumbleblym> | ||
// reduckted <https://github.com/reduckted> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -9,2 +10,3 @@ // TypeScript Version: 2.2 | ||
import * as webpack from 'webpack'; | ||
import MemoryFileSystem = require('memory-fs'); | ||
@@ -53,3 +55,5 @@ export = WebpackDevMiddleware; | ||
waitUntilValid(callback?: (stats: webpack.Stats) => void): void; | ||
getFilenameFromUrl: (url: string) => string | false; | ||
fileSystem: MemoryFileSystem; | ||
} | ||
} |
{ | ||
"name": "@types/webpack-dev-middleware", | ||
"version": "1.9.4", | ||
"version": "1.12.0", | ||
"description": "TypeScript definitions for webpack-dev-middleware", | ||
@@ -11,2 +11,7 @@ "license": "MIT", | ||
"githubUsername": "bumbleblym" | ||
}, | ||
{ | ||
"name": "reduckted", | ||
"url": "https://github.com/reduckted", | ||
"githubUsername": "reduckted" | ||
} | ||
@@ -22,6 +27,7 @@ ], | ||
"@types/connect": "*", | ||
"@types/webpack": "*" | ||
"@types/webpack": "*", | ||
"@types/memory-fs": "*" | ||
}, | ||
"typesPublisherContentHash": "ac397c6c0e82cc7b55aa20edb872dbea92b48b2447de3c449e0cb5b4efbf3475", | ||
"typesPublisherContentHash": "02bd8a547fe3fe239d97739517df559ce09450da2a3fed027a59b7139ac8f97f", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -11,7 +11,7 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 09 Nov 2017 15:19:58 GMT | ||
* Dependencies: connect, webpack | ||
* Last updated: Wed, 13 Dec 2017 19:42:08 GMT | ||
* Dependencies: connect, webpack, memory-fs | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Benjamin Lim <https://github.com/bumbleblym>. | ||
These definitions were written by Benjamin Lim <https://github.com/bumbleblym>, reduckted <https://github.com/reduckted>. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4299
48
3
+ Added@types/memory-fs@*
+ Added@types/memory-fs@0.3.7(transitive)