size-limit
Advanced tools
Comparing version 7.0.5 to 7.0.6
@@ -122,2 +122,4 @@ let { | ||
sizeNote = 'with all dependencies, minified and gzipped' | ||
} else if (plugins.has('file') && check.brotli === true) { | ||
sizeNote = 'brotlied' | ||
} else if (plugins.has('file') && check.gzip !== false) { | ||
@@ -124,0 +126,0 @@ sizeNote = 'gzipped' |
{ | ||
"name": "size-limit", | ||
"version": "7.0.5", | ||
"version": "7.0.6", | ||
"description": "CLI tool for Size Limit", | ||
@@ -22,10 +22,10 @@ "keywords": [ | ||
"bytes-iec": "^3.1.1", | ||
"chokidar": "^3.5.2", | ||
"chokidar": "^3.5.3", | ||
"ci-job-number": "^1.2.2", | ||
"globby": "^11.0.4", | ||
"lilconfig": "^2.0.3", | ||
"globby": "^11.1.0", | ||
"lilconfig": "^2.0.4", | ||
"mkdirp": "^1.0.4", | ||
"nanospinner": "^0.6.0", | ||
"nanospinner": "^1.0.0", | ||
"picocolors": "^1.0.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
31478
871
+ Addednanospinner@1.2.0(transitive)
- Removednanospinner@0.6.0(transitive)
Updatedchokidar@^3.5.3
Updatedglobby@^11.1.0
Updatedlilconfig@^2.0.4
Updatednanospinner@^1.0.0