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.7.0 to 4.8.0

7

create-reporter.js

@@ -11,2 +11,3 @@ let {

} = require('colorette')
let { join } = require('path')
let bytes = require('bytes')

@@ -176,2 +177,8 @@

}
if (plugins.has('webpack') && config.saveBundle) {
let statsFilepath = join(config.saveBundle, 'stats.json')
print(`Webpack Stats file was saved to ${statsFilepath}`)
print('You can review it using https://webpack.github.io/analyse')
}
}

@@ -178,0 +185,0 @@ }

2

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

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

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