@bundle-stats/cli-utils
Advanced tools
Comparing version 4.5.3-alpha.2 to 4.5.3-alpha.3
import * as T from './text'; | ||
export * from './fs'; | ||
export * from './baseline'; | ||
@@ -3,0 +4,0 @@ export * from './create-artifacts'; |
@@ -31,2 +31,3 @@ "use strict"; | ||
const T = __importStar(require("./text")); | ||
__exportStar(require("./fs"), exports); | ||
__exportStar(require("./baseline"), exports); | ||
@@ -33,0 +34,0 @@ __exportStar(require("./create-artifacts"), exports); |
{ | ||
"name": "@bundle-stats/cli-utils", | ||
"version": "4.5.3-alpha.2", | ||
"version": "4.5.3-alpha.3", | ||
"description": "BundleStats CLI utilities", | ||
@@ -37,16 +37,20 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@bundle-stats/html-templates": "^4.5.3-alpha.2", | ||
"@bundle-stats/plugin-webpack-filter": "^4.5.3-alpha.2", | ||
"@bundle-stats/plugin-webpack-validate": "^4.5.3-alpha.2", | ||
"@bundle-stats/utils": "^4.5.3-alpha.2", | ||
"@bundle-stats/html-templates": "^4.5.3-alpha.3", | ||
"@bundle-stats/plugin-webpack-filter": "^4.5.3-alpha.3", | ||
"@bundle-stats/plugin-webpack-validate": "^4.5.3-alpha.3", | ||
"@bundle-stats/utils": "^4.5.3-alpha.3", | ||
"core-js": "^3.21.0", | ||
"find-cache-dir": "^3.1.0", | ||
"fs-extra": "^11.0.0" | ||
"fs-extra": "^11.0.0", | ||
"stream-chain": "^2.2.5", | ||
"stream-json": "^1.8.0" | ||
}, | ||
"devDependencies": { | ||
"@types/find-cache-dir": "^3.2.1", | ||
"jest": "29.6.1", | ||
"@types/stream-chain": "^2.0.1", | ||
"@types/stream-json": "^1.7.3", | ||
"jest": "29.6.2", | ||
"typescript": "5.1.6" | ||
}, | ||
"gitHead": "1a015c365df7375eb98abe749fe1b73f2302bbdc" | ||
"gitHead": "e6c4133b85498ae82fcf2ec0b36e5475a2607c91" | ||
} |
@@ -9,16 +9,16 @@ # @bundle-stats/cli-utils | ||
### :cyclone: [relative-ci.com](https://relative-ci.com?utm_medium=bundle-stats) | ||
### :cyclone: [relative-ci.com](https://relative-ci.com?utm_medium=bundle-stats-cli-utils) | ||
#### In-depth webpack bundle analysis and monitoring | ||
#### Optimize your web app's performance with automated bundle stats analysis and monitoring. | ||
RelativeCI automates webpack bundle analysis, monitoring, and alerting so you can identify and fix bundle regressions before shipping to production: | ||
- :crystal_ball: In-depth bundle stats analysis for every build | ||
- :chart_with_upwards_trend: Monitor bundle stats changes and identify opportunities for optimizations | ||
- :bell: [Rule based automated review flow](https://relative-ci.com/documentation/setup/configure/integrations/github-commit-status-review?utm_medium=bundle-stats-cli-utils), or get notified via [GitHub Pull Request comments](https://relative-ci.com/documentation/setup/configure/integrations/github-pull-request-comment?utm_medium=bundle-stats-cli-utils), [GitHub check reports](https://relative-ci.com/documentation/setup/configure/integrations/github-check-report?utm_medium=bundle-stats-cli-utils) and [Slack messages](https://relative-ci.com/documentation/setup/configure/integrations/slack-notification?utm_medium=bundle-stats-cli-utils) | ||
- :wrench: Support for **webpack** and beta support for **Vite**/**Rollup** | ||
- :hammer: Support for all major CI services(CircleCI, GitHub Actions, Gitlab CI, Jenkins, Travis CI) | ||
- :nut_and_bolt: Support for **npm**, **yarn** and **pnpm**; support for monorepos | ||
- :two_hearts: **Always free** for **Open Source** | ||
- :crystal_ball: Analyze webpack bundle stats on every build | ||
- :chart_with_upwards_trend: Monitor webpack bundle stats changes and identify tendencies over extended periods | ||
- :bell: Get notified via GitHub Checks, GitHub Pull Request comments, and Slack notifications | ||
- :hammer: Support for all major CI services (CircleCI, GitHub Actions, Gitlab CI, Jenkins, Travis CI) | ||
- :two_hearts: Always free for Open Source | ||
[:rocket: Get started](https://relative-ci.com?utm_medium=bundle-stats-cli-utils) | ||
[Try for free](https://relative-ci.com?utm_medium=bundle-stats) | ||
### :first_quarter_moon: [relative-ci/compare](https://compare.relative-ci.com) | ||
@@ -25,0 +25,0 @@ |
import * as T from './text'; | ||
export * from './fs'; | ||
export * from './baseline'; | ||
@@ -3,0 +4,0 @@ export * from './create-artifacts'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
215158
41
9130
2
9
5
6
+ Addedstream-chain@^2.2.5
+ Addedstream-json@^1.8.0
+ Addedstream-chain@2.2.5(transitive)
+ Addedstream-json@1.9.1(transitive)