bundlephobia icon indicating copy to clipboard operation
bundlephobia copied to clipboard

inaccurate sizes: @analytics/global-storage-utils

Open DavidWells opened this issue 4 years ago • 0 comments

Package name

https://bundlephobia.com/package/@analytics/[email protected]

The package says it included "webpack" for some reason but this is being bundled via microbundle.

image

Also locally I'm showing max file size of 496bytes but bundlephobia says 676B

image

Any ideas on what is causing this difference?

Thanks for the great tool 😃

Entire (stringified) error that I see in my browser console

https://unpkg.com/@analytics/[email protected]/dist/analytics-util-global-storage.umd.js

!function(e,o){"object"==typeof exports&&"undefined"!=typeof module?o(exports):"function"==typeof define&&define.amd?define(["exports"],o):o((e||self).utilGlobalStorage={})}(this,function(e){var o="object"==typeof self&&self.self===self&&self||"object"==typeof global&&global.global===global&&global||void 0;function t(e,t){return o[e]=t,t}e.get=function(e){return o[e]},e.globalContext=o,e.remove=function(e){t(e,void 0)},e.set=t});
//# sourceMappingURL=analytics-util-global-storage.umd.js.map

DavidWells avatar Jul 20 '21 01:07 DavidWells