pastelsky / bundlephobia

🏋️ Find out the cost of adding a new frontend dependency to your project
https://bundlephobia.com
MIT License
8.89k stars 221 forks source link

fix: Kibibyte to Kilobyte #797

Closed Pilaton closed 1 year ago

Pilaton commented 1 year ago

Description

Data transmitted over the Internet is measured in the decimal system, so it would be more correct to measure the packet size in it. Converted packet size measurement from binary (KiB) to decimal (KB).

Now the resulting sizes will match those we get from other services and tools.