Skip to content

Release 18 Aug - 21 Aug 2019

Compare
Choose a tag to compare
@pastelsky pastelsky released this 29 Oct 15:20
· 205 commits to bundlephobia since this release

Error for unsupported packages

Added better errors for packages that are unsupported (now and in the future) – possibly because package size isn't a useful metric for them. For eg–

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

Support 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.