bundle-stats 4.19.0-beta.4 → 4.19.1-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -15,6 +15,7 @@
15
15
  <a href="https://www.npmjs.com/package/bundle-stats"><img src="https://img.shields.io/npm/dm/bundle-stats.svg" /></a>
16
16
  <img src="https://img.shields.io/node/v/bundle-stats.svg" alt="Node version" />
17
17
  <a href="https://github.com/relative-ci/bundle-stats/actions/workflows/ci.yml"><img alt="GitHub action" src="https://github.com/relative-ci/bundle-stats/actions/workflows/ci.yml/badge.svg" /></a>
18
+ <a href="https://socket.dev/npm/package/bundle-stats/overview"><img alt="Socket" src="https://socket.dev/api/badge/npm/package/bundle-stats" /></a>
18
19
  <a href="https://github.com/relative-ci/bundle-stats/actions/workflows/codeql.yml"><img alt="CodeQL" src="https://github.com/relative-ci/bundle-stats/actions/workflows/codeql.yml/badge.svg"/></a>
19
20
  </p>
20
21
  <p align="center">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bundle-stats",
3
- "version": "4.19.0-beta.4",
3
+ "version": "4.19.1-alpha.0",
4
4
  "description": "In-depth bundle analyzer for webpack(bundle size, assets, modules, packages)",
5
5
  "bin": {
6
6
  "bundle-stats": "bin/index.js"
@@ -51,10 +51,10 @@
51
51
  },
52
52
  "homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/cli#readme",
53
53
  "dependencies": {
54
- "@bundle-stats/cli-utils": "4.19.0-beta.4",
55
- "@bundle-stats/plugin-webpack-filter": "4.19.0-beta.4",
56
- "@bundle-stats/plugin-webpack-validate": "4.19.0-beta.4",
57
- "@bundle-stats/utils": "4.19.0-beta.4",
54
+ "@bundle-stats/cli-utils": "4.19.1-alpha.0",
55
+ "@bundle-stats/plugin-webpack-filter": "4.19.1-alpha.0",
56
+ "@bundle-stats/plugin-webpack-validate": "4.19.1-alpha.0",
57
+ "@bundle-stats/utils": "4.19.1-alpha.0",
58
58
  "boxen": "^5.0.0",
59
59
  "core-js": "^3.21.0",
60
60
  "fs-extra": "^11.0.0",
@@ -73,5 +73,5 @@
73
73
  "rimraf": "6.0.1",
74
74
  "typescript": "5.8.2"
75
75
  },
76
- "gitHead": "4bdc9eab17407cf64f9c036b311e0f997014491e"
76
+ "gitHead": "059a194d975b6fb6c82d1d58f306f95d4750e537"
77
77
  }