New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/webpack-bundle-analyzer

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/webpack-bundle-analyzer - npm Package Compare versions

Comparing version 3.9.3 to 3.9.4

108

webpack-bundle-analyzer v3.9/index.d.ts

@@ -28,73 +28,73 @@ // Type definitions for webpack-bundle-analyzer 3.9

/** fallback value for stats options when an option is not defined (has precedence over local webpack defaults) */
all?: boolean;
all?: boolean | undefined;
/** Add asset Information */
assets?: boolean;
assets?: boolean | undefined;
/** Sort assets by a field */
assetsSort?: string;
assetsSort?: string | undefined;
/** Add built at time information */
builtAt?: boolean;
builtAt?: boolean | undefined;
/** Add information about cached (not built) modules */
cached?: boolean;
cached?: boolean | undefined;
/** Show cached assets (setting this to `false` only shows emitted files) */
cachedAssets?: boolean;
cachedAssets?: boolean | undefined;
/** Add children information */
children?: boolean;
children?: boolean | undefined;
/** Add information about the `namedChunkGroups` */
chunkGroups?: boolean;
chunkGroups?: boolean | undefined;
/** Add built modules information to chunk information */
chunkModules?: boolean;
chunkModules?: boolean | undefined;
/** Add the origins of chunks and chunk merging info */
chunkOrigins?: boolean;
chunkOrigins?: boolean | undefined;
/** Add chunk information (setting this to `false` allows for a less verbose output) */
chunks?: boolean;
chunks?: boolean | undefined;
/** Sort the chunks by a field */
chunksSort?: string;
chunksSort?: string | undefined;
/** Context directory for request shortening */
context?: string;
context?: string | undefined;
/** Display the distance from the entry point for each module */
depth?: boolean;
depth?: boolean | undefined;
/** Display the entry points with the corresponding bundles */
entrypoints?: boolean;
entrypoints?: boolean | undefined;
/** Add --env information */
env?: boolean;
env?: boolean | undefined;
/** Add errors */
errors?: boolean;
errors?: boolean | undefined;
/** Add details to errors (like resolving log) */
errorDetails?: boolean;
errorDetails?: boolean | undefined;
/** Exclude assets from being displayed in stats */
excludeAssets?: StatsExcludeFilter;
excludeAssets?: StatsExcludeFilter | undefined;
/** Exclude modules from being displayed in stats */
excludeModules?: StatsExcludeFilter;
excludeModules?: StatsExcludeFilter | undefined;
/** See excludeModules */
exclude?: StatsExcludeFilter;
exclude?: StatsExcludeFilter | undefined;
/** Add the hash of the compilation */
hash?: boolean;
hash?: boolean | undefined;
/** Set the maximum number of modules to be shown */
maxModules?: number;
maxModules?: number | undefined;
/** Add built modules information */
modules?: boolean;
modules?: boolean | undefined;
/** Sort the modules by a field */
modulesSort?: string;
modulesSort?: string | undefined;
/** Show dependencies and origin of warnings/errors */
moduleTrace?: boolean;
moduleTrace?: boolean | undefined;
/** Add public path information */
publicPath?: boolean;
publicPath?: boolean | undefined;
/** Add information about the reasons why modules are included */
reasons?: boolean;
reasons?: boolean | undefined;
/** Add the source code of modules */
source?: boolean;
source?: boolean | undefined;
/** Add timing information */
timings?: boolean;
timings?: boolean | undefined;
/** Add webpack version information */
version?: boolean;
version?: boolean | undefined;
/** Add warnings */
warnings?: boolean;
warnings?: boolean | undefined;
/** Show which exports of a module are used */
usedExports?: boolean;
usedExports?: boolean | undefined;
/** Filter warnings to be shown */
warningsFilter?: string | RegExp | Array<string | RegExp> | ((warning: string) => boolean);
warningsFilter?: string | RegExp | Array<string | RegExp> | ((warning: string) => boolean) | undefined;
/** Show performance hint when file size exceeds `performance.maxAssetSize` */
performance?: boolean;
performance?: boolean | undefined;
/** Show the exports of the modules */
providedExports?: boolean;
providedExports?: boolean | undefined;
}

@@ -119,3 +119,3 @@

*/
analyzerMode?: 'server' | 'static' | 'json' | 'disabled';
analyzerMode?: 'server' | 'static' | 'json' | 'disabled' | undefined;

@@ -126,3 +126,3 @@ /**

*/
analyzerHost?: string;
analyzerHost?: string | undefined;

@@ -133,3 +133,3 @@ /**

*/
analyzerPort?: number | 'auto';
analyzerPort?: number | 'auto' | undefined;

@@ -141,3 +141,3 @@ /**

*/
reportFilename?: string;
reportFilename?: string | undefined;

@@ -148,3 +148,3 @@ /**

*/
reportTitle?: string | (() => string);
reportTitle?: string | (() => string) | undefined;

@@ -156,3 +156,3 @@ /**

*/
defaultSizes?: 'parsed' | 'stat' | 'gzip';
defaultSizes?: 'parsed' | 'stat' | 'gzip' | undefined;

@@ -163,3 +163,3 @@ /**

*/
openAnalyzer?: boolean;
openAnalyzer?: boolean | undefined;

@@ -170,3 +170,3 @@ /**

*/
generateStatsFile?: boolean;
generateStatsFile?: boolean | undefined;

@@ -178,3 +178,3 @@ /**

*/
statsFilename?: string;
statsFilename?: string | undefined;

@@ -186,3 +186,3 @@ /**

*/
statsOptions?: null | Stats.ToJsonOptionsObject;
statsOptions?: null | Stats.ToJsonOptionsObject | undefined;

@@ -197,3 +197,3 @@ /**

*/
excludeAssets?: null | ExcludeAssetsPattern | ExcludeAssetsPattern[];
excludeAssets?: null | ExcludeAssetsPattern | ExcludeAssetsPattern[] | undefined;

@@ -204,3 +204,3 @@ /**

*/
logLevel?: 'info' | 'warn' | 'error' | 'silent';
logLevel?: 'info' | 'warn' | 'error' | 'silent' | undefined;
}

@@ -212,3 +212,3 @@

gzipSize: number;
concatenated?: boolean;
concatenated?: boolean | undefined;
/** in bytes */

@@ -219,7 +219,7 @@ statSize: number;

groups?: JsonReportItem[];
path?: string;
inaccurateSizes?: boolean;
id?: number | null;
isAsset?: boolean;
groups?: JsonReportItem[] | undefined;
path?: string | undefined;
inaccurateSizes?: boolean | undefined;
id?: number | null | undefined;
isAsset?: boolean | undefined;
}

@@ -226,0 +226,0 @@

{
"name": "@types/webpack-bundle-analyzer",
"version": "3.9.3",
"version": "3.9.4",
"description": "TypeScript definitions for webpack-bundle-analyzer",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/webpack-bundle-analyzer",
"license": "MIT",

@@ -44,4 +45,4 @@ "contributors": [

},
"typesPublisherContentHash": "bfe7de83d03bd4b1b416a48bfc556938e13c58ee006413d06a3bff806ad85bd4",
"typesPublisherContentHash": "837a337738701db43052d69e4f38ab0151e674e9135c19b3ac859d16754aada6",
"typeScriptVersion": "3.7"
}

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

### Additional Details
* Last updated: Tue, 13 Apr 2021 08:31:21 GMT
* Last updated: Fri, 02 Jul 2021 18:05:25 GMT
* Dependencies: [@types/webpack](https://npmjs.com/package/@types/webpack)

@@ -14,0 +14,0 @@ * Global values: none

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