Socket
Socket
Sign inDemoInstall

size-limit

Package Overview
Dependencies
Maintainers
1
Versions
175
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

size-limit - npm Package Compare versions

Comparing version 7.0.5 to 7.0.6

2

create-reporter.js

@@ -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'

10

package.json
{
"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"
}
}
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc