@types/webpack
Advanced tools
Comparing version 3.8.0 to 3.8.1
@@ -607,3 +607,3 @@ // Type definitions for webpack 3.8 | ||
/** Show cached assets (setting this to `false` only shows emitted files) */ | ||
cachedAssets?: true; | ||
cachedAssets?: boolean; | ||
/** Add children information */ | ||
@@ -622,3 +622,3 @@ children?: boolean; | ||
/** Display the distance from the entry point for each module */ | ||
depth?: false; | ||
depth?: boolean; | ||
/** Display the entry points with the corresponding bundles */ | ||
@@ -625,0 +625,0 @@ entrypoints?: boolean; |
{ | ||
"name": "@types/webpack", | ||
"version": "3.8.0", | ||
"version": "3.8.1", | ||
"description": "TypeScript definitions for webpack", | ||
@@ -59,4 +59,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "417bba82cfef5c5a37b697db9146d62ecd1e870e22df6980cdd0f1790f78427b", | ||
"typesPublisherContentHash": "0552598e4cbc8fa998201a0f5c30ef44fb96a2545fcaf23b84b110a24d1d32cd", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 06 Nov 2017 18:59:43 GMT | ||
* Last updated: Thu, 09 Nov 2017 15:19:58 GMT | ||
* Dependencies: tapable, uglify-js, node | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
55610