Socket
Socket
Sign inDemoInstall

@luvio/bundlesize

Package Overview
Dependencies
Maintainers
14
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@luvio/bundlesize - npm Package Compare versions

Comparing version 0.137.6 to 0.138.0

4

package.json
{
"name": "@luvio/bundlesize",
"version": "0.137.6",
"version": "0.138.0",
"main": "src/index.js",

@@ -13,5 +13,7 @@ "bin": {

"brotli-size": "^4.0.0",
"bytes": "^3.1.2",
"cosmiconfig": "^8.1.0",
"glob": "^9.2.1",
"terser": "^5.16.5"
}
}
const fs = require('node:fs/promises');
const bytes = require('bytes');
const glob = require('glob');
const { globSync } = require('glob');
const { cosmiconfig } = require('cosmiconfig');

@@ -72,3 +72,3 @@ const { minify } = require('terser');

for (const file of config) {
const paths = glob.sync(file.path);
const paths = globSync(file.path);
if (!paths.length) {

@@ -75,0 +75,0 @@ throw new Error(`There is no matching file for ${file.path} in ${process.cwd()}`);

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