Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

webpack-stats-diff

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack-stats-diff - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"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 @@

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