Huge News!Announcing our $40M Series B led by Abstract Ventures.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 2.13.1 to 2.13.2

8

webpack-bundle-analyzer/index.d.ts

@@ -7,3 +7,3 @@ // Type definitions for webpack-bundle-analyzer 2.13

import * as webpack from 'webpack';
import { Plugin, Compiler, Stats } from 'webpack';

@@ -73,3 +73,3 @@ export namespace BundleAnalyzerPlugin {

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

@@ -94,4 +94,6 @@ /**

export class BundleAnalyzerPlugin extends webpack.Plugin {
export class BundleAnalyzerPlugin extends Plugin {
constructor(options?: BundleAnalyzerPlugin.Options);
apply(compiler: Compiler): void;
}
{
"name": "@types/webpack-bundle-analyzer",
"version": "2.13.1",
"version": "2.13.2",
"description": "TypeScript definitions for webpack-bundle-analyzer",

@@ -17,3 +17,4 @@ "license": "MIT",

"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/webpack-bundle-analyzer"
},

@@ -24,4 +25,4 @@ "scripts": {},

},
"typesPublisherContentHash": "00d070f7917f33d7c21c7c2f58909a04d49db223a96efe3fc73e5afaf1c5ee5d",
"typesPublisherContentHash": "bcbd81c514a34b0207ea8dc6989a9aafe4524e8d384e5b003c2f4fde43a80f5b",
"typeScriptVersion": "2.3"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for webpack-bundle-analyzer ( https://github.com/webpack-contrib/webpack-bundle-analyzer ).
This package contains type definitions for webpack-bundle-analyzer (https://github.com/webpack-contrib/webpack-bundle-analyzer).

@@ -12,3 +12,3 @@ # Details

Additional Details
* Last updated: Thu, 14 Feb 2019 00:21:09 GMT
* Last updated: Mon, 15 Jul 2019 16:49:56 GMT
* Dependencies: @types/webpack

@@ -15,0 +15,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