@types/webpack-bundle-analyzer
Advanced tools
Comparing version 2.13.2 to 2.13.3
// Type definitions for webpack-bundle-analyzer 2.13 | ||
// Project: https://github.com/webpack-contrib/webpack-bundle-analyzer | ||
// Definitions by: Michael Strobel <https://github.com/kryops> | ||
// Definitions by: Michael Strobel <https://github.com/kryops>, Vladimir Grenaderov <https://github.com/VladimirGrenaderov>, Max Boguslavskiy <https://github.com/maxbogus> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -33,3 +33,3 @@ // TypeScript Version: 2.3 | ||
*/ | ||
analyzerPort?: number; | ||
analyzerPort?: number | 'auto'; | ||
@@ -36,0 +36,0 @@ /** |
{ | ||
"name": "@types/webpack-bundle-analyzer", | ||
"version": "2.13.2", | ||
"version": "2.13.3", | ||
"description": "TypeScript definitions for webpack-bundle-analyzer", | ||
@@ -11,2 +11,12 @@ "license": "MIT", | ||
"githubUsername": "kryops" | ||
}, | ||
{ | ||
"name": "Vladimir Grenaderov", | ||
"url": "https://github.com/VladimirGrenaderov", | ||
"githubUsername": "VladimirGrenaderov" | ||
}, | ||
{ | ||
"name": "Max Boguslavskiy", | ||
"url": "https://github.com/maxbogus", | ||
"githubUsername": "maxbogus" | ||
} | ||
@@ -25,4 +35,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "bcbd81c514a34b0207ea8dc6989a9aafe4524e8d384e5b003c2f4fde43a80f5b", | ||
"typesPublisherContentHash": "680ec9b9deb6549233e62fd7781a3944dce5d4f88d7c13277c71828749fdb247", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 15 Jul 2019 16:49:56 GMT | ||
* Last updated: Thu, 19 Sep 2019 19:41:46 GMT | ||
* Dependencies: @types/webpack | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Michael Strobel <https://github.com/kryops>. | ||
These definitions were written by Michael Strobel <https://github.com/kryops>, Vladimir Grenaderov <https://github.com/VladimirGrenaderov>, and Max Boguslavskiy <https://github.com/maxbogus>. |
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
6563