Socket
Socket
Sign inDemoInstall

@statoscope/webpack-ui

Package Overview
Dependencies
3
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.16.0 to 5.17.0

6

package.json
{
"name": "@statoscope/webpack-ui",
"version": "5.16.0",
"version": "5.17.0",
"description": "Webpack plugin and UI for analyzing webpack bundle with Statoscope",

@@ -38,3 +38,3 @@ "main": "./dist/main.js",

"@statoscope/stats-extension-stats-validation-result": "5.14.1",
"@statoscope/webpack-model": "5.14.1",
"@statoscope/webpack-model": "5.17.0",
"@types/md5": "^2.3.1",

@@ -48,3 +48,3 @@ "@wdxlab/events": "^1.1.0",

},
"gitHead": "0d0525384cf27b9ce91a5952cc096ca304278d41"
"gitHead": "c9d0c148c1e38a87696d79485f37e598110db80c"
}

@@ -45,3 +45,3 @@ # Statoscope for webpack

> Also, you may pass an array of stats
> Also, you could pass an array of stats

@@ -76,3 +76,3 @@ ## Use-cases

Your bundle may use a few versions of the same package (node module).
Your bundle could use a few versions of the same package (node module).

@@ -140,3 +140,3 @@ Use package tree to find out how many package copies were bundled:

You may disable some stats-flags to decrease your stats-file size.
You could disable some stats-flags to decrease your stats-file size.
Here is a set of minimum useful stats flags:

@@ -188,2 +188,2 @@

If you are an engineer or a company that is interested in Statoscope improvements, you may support Statoscope by financial contribution at [OpenCollective](https://opencollective.com/statoscope).
If you are an engineer or a company that is interested in Statoscope improvements, you could support Statoscope by financial contribution at [OpenCollective](https://opencollective.com/statoscope).

@@ -1,5 +0,2 @@

import {
NormalizedFile,
RawStatsFileDescriptor,
} from '@statoscope/webpack-model/dist/normalize';
import { NormalizedFile, RawStatsFileDescriptor } from '@statoscope/webpack-model/types';
import { Extension, PrepareFn, Widget } from '@statoscope/types';

@@ -6,0 +3,0 @@

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc