Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

[Common] Update method for checking size on dependency changes #1

@2-one-week

Description

@2-one-week

As-Is:
Currently, package size changes are compared using the unpacked size retrieved via npm view.

To-Be:

  1. Use the Bundlephobia API to fetch the bundle size.
  2. If the API fails, fallback to retrieving the size using npm view.
  3. If both methods fail, leave the size field blank.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions