Shubham Kanodia

Results 100 comments of Shubham Kanodia

@NullVoxPopuli no, there's no standard indicating that built files must be in a `dist` folder — and hence packages usually have different dist paths. Also, a majority of libraries do...

That might have been a momentary failure due to high load at the time, but your package is missing an entry point. https://bundlephobia.com/package/@eduzz/houston-ui

Update on supporting modern language features: This is taking a lot longer than I expected primarily because this is a big change. Firstly, I'd have to change bundlephobia's bundler. Secondly,...

Note: Bundlephobia should now support new javascript syntax — all that's supported by the latest version of Acorn and Terser — reasonably well, while I continue to work on replacing...

Why does the package take more than 30 seconds to install though? The reason for the 30s timeout is to protect bundlephobia against resource exhaustion caused by a few packages....

I agree that some packages release patch versions with a higher frequency and that makes sizes over time less useful. I don't want to reduce the width much to accommodate...

@ianstormtaylor Is this something you'd be interested in experimenting with?

I'm also wondering if I should switch the bar graphs to showing the latest patch version of minor versions only. Having the last 15 minor versions should give a good...

Happy to take PRs for this. This is something that I've been thinking of implementing, but haven't had the time.

Bundlephobia reports true tree shaken sizes — which might or might not represent the actual size of the module. If the individual functions have not been structured in a way...