webpack-stats-diff
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "webpack-stats-diff", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "CLI tool to report changes in bundle sizes across builds", | ||
@@ -5,0 +5,0 @@ "bin": "src/cli.js", |
@@ -64,3 +64,3 @@ /* eslint-disable no-console */ | ||
getSizeText(asset.diff), | ||
`${asset.diffPercentage} %` | ||
`${asset.diffPercentage.toFixed(2)} %` | ||
]) | ||
@@ -84,3 +84,3 @@ ]; | ||
diffColor(getSizeText(total.diff)), | ||
diffColor(`${total.diffPercentage} %`) | ||
diffColor(`${total.diffPercentage.toFixed(2)} %`) | ||
]); | ||
@@ -87,0 +87,0 @@ |
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
252319
0