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

bundlesize

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bundlesize - npm Package Compare versions

Comparing version 0.14.0 to 0.14.1

2

package.json
{
"name": "bundlesize",
"version": "0.14.0",
"version": "0.14.1",
"description": "Keep your library size in check",

@@ -5,0 +5,0 @@ "repository": {

@@ -14,3 +14,5 @@ const fs = require('fs')

if (!paths.length) {
error('There is no matching file for ' + file.path, { silent: true })
error(`There is no matching file for ${file.path} in ${process.cwd()}`, {
silent: true
})
} else {

@@ -17,0 +19,0 @@ paths.map(path => {

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