Skip to content

Tags: pastelsky/bundlephobia

Tags

v1.2.1

Use npm for resolving package versions

Updated similar suggestions
Updated blacklist error to be more helpful, and less blameful

v1.2.0

Launching export analysis

Improved side-effect visibility

v1.1.0

Annotated historical graphs

Historical package graphs are now annotated with icons so it becomes easier to correlate big changes in package sizes with addition of ESM exports or marking of side effects.

Example: In the case of `date-fns`:
https://bundlephobia.com/[email protected]

<img src="https://user-images.githubusercontent.com/8946207/67782106-5fbc8080-fa8e-11e9-95e6-43aec6095932.png" height="400">

Correct multipliers in similar package suggestions

The size multipliers in these cards are now accurate thanks to –
(bd7fcc5)

v1.0.2

Better errors for unsupported packages

For packages that are unsupported (now and in the future) – possibly because package size isn't a useful metric for them – we now call this out explictly. For eg–

https://bundlephobia.com/result?p=@types/node

upport for building CLI tools
Added support for a new class of packages – CLI tools. Such tools usually have an entry point that begins with a `#!/usr/bin/node` or something similar, and these are stripped out now.

v1.0.1

Fixed size of search bar and length of progress animation

v1.0.0

Bumped up the version to v1.0.0