Huge News!Announcing our $40M Series B led by Abstract Ventures.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.4.0 to 0.4.1

2

package.json
{
"name": "compsizer",
"version": "0.4.0",
"version": "0.4.1",
"description": "A tool for analysing the size of component packages in your monorepo.",

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

@@ -6,2 +6,13 @@

Currently this package is designed for component libraries with the following dist folder structure for each component package:
```
/dist
| - index.js <- main component file
| - index.d.ts <- type declaration
| - react.js <- a react compatible export
| - react.d.ts <- type declaration
| - someOtherFile.js <- any number of other JS files, likely polyfills
```
## Features

@@ -119,3 +130,2 @@

### Report Explanation
The report provides detailed size breakdowns for each component, including:

@@ -122,0 +132,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