Socket
Socket
Sign inDemoInstall

size-limit

Package Overview
Dependencies
Maintainers
1
Versions
176
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 4.5.6 to 4.5.7

2

package.json
{
"name": "size-limit",
"version": "4.5.6",
"version": "4.5.7",
"description": "CLI tool for Size Limit",

@@ -5,0 +5,0 @@ "keywords": [

@@ -30,3 +30,4 @@ let readPkgUp = require('read-pkg-up')

}
let reporter = createReporter(process, hasArg('--json'))
let isJsonOutput = hasArg('--json')
let reporter = createReporter(process, isJsonOutput)
let help = createHelp(process)

@@ -61,3 +62,4 @@ let config, args

let calcAndShow = async () => {
await calc(plugins, config, ora)
let outputFunc = isJsonOutput ? null : ora
await calc(plugins, config, outputFunc)
debug.results(process, args, config)

@@ -64,0 +66,0 @@ reporter.results(plugins, config)

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