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

webpack-bundle-stats-plugin

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack-bundle-stats-plugin - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

lib/types/BundleStats.d.ts

@@ -16,2 +16,4 @@ export interface BundleStats {

name?: string;
files: string[];
modules: string[];
}

@@ -18,0 +20,0 @@ export declare type ChunkId = string | number;

2

package.json
{
"name": "webpack-bundle-stats-plugin",
"version": "0.2.0",
"version": "0.2.1",
"description": "Export internal bundling details from Webpack",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

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