New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

compsizer

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

compsizer - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

CHANGELOG.md

2

index.js

@@ -20,3 +20,3 @@ #!/usr/bin/env node

const program = new Command();
program.option('-c, --config <path>', 'Path to configuration file', 'bundle-size.config.json');
program.option('-c, --config <path>', 'Path to configuration file', 'compsizer.config.json');
program.parse(process.argv);

@@ -23,0 +23,0 @@

{
"name": "compsizer",
"version": "0.1.0",
"version": "0.2.0",
"description": "A tool for analysing the size of component packages in your monorepo.",

@@ -5,0 +5,0 @@ "type": "module",

@@ -29,3 +29,3 @@ # compsizer

If you use the default configuration file name `bundle-size.config.json`, simply run:
If you use the default configuration file name `compsizer.config.json`, simply run:

@@ -64,5 +64,5 @@ ```bash

You need to create a configuration file (default: `bundle-size.config.json`) that specifies the inclusion/exclusion patterns for files, size limits, and compression options.
You need to create a configuration file (default: `compsizer.config.json`) that specifies the inclusion/exclusion patterns for files, size limits, and compression options.
### Example Configuration (`bundle-size.config.json`)
### Example Configuration (`compsizer.config.json`)

@@ -69,0 +69,0 @@ ```json

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