package-build-stats icon indicating copy to clipboard operation
package-build-stats copied to clipboard

This is the cloud function that powers the core of building, minifying and gzipping of packages in bundlephobia

Results 30 package-build-stats issues
Sort by recently updated
recently updated
newest added

Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 3.3.2 to 3.3.3. Changelog Sourced from socket.io-parser's changelog. 3.3.3 (2022-11-09) Bug Fixes check the format of the index of each attachment (fb21e42) 3.4.2 (2022-11-09) Bug Fixes check...

dependencies

Package shipping ES2020+ JavaScript fails to build with `Module parse failed: Unexpected token` errors. Some examples: ``` Module parse failed: Unexpected token (8:18) File was processed with these loaders: *...

Frontend PR: https://github.com/pastelsky/bundlephobia/pull/679 Supports the following formats: ``` bundlephobia bundlephobia@latest bundlephobia@latest/dist/index.js @pastelsky/bundlephobia @pastelsky/bundlephobia@latest @pastelsky/bundlephobia@latest/dist/index.js ```

I wanted to make a size comparison between actual size, gzip, and brotli. Would you be open to adding the brotli compression size? I would imagine it being some like...

I'm facing [this issue](https://github.com/rafgraph/rollpkg/issues/17) which is apparently triggered by this line of `package-build-stats`: https://github.com/pastelsky/package-build-stats/blob/3545073258d34803af39ab267999d9fc46f337a0/src/utils/installation.utils.ts#L18 The error message ("tail: invalid option -- 1") is not very helpful. I have tried to...

On a dev server with node.js 17, when you make a request: ```sh curl 'http://localhost:3000/size?p=moment' ``` You get an error: ``` Error: error:0308010C:digital envelope routines::unsupported at new Hash (node:internal/crypto/hash:67:19) at...

for example, the packages mentioned here: https://github.com/pastelsky/bundlephobia/issues/591 are all pre-built, and need specific build config, and I don't understand how a generic webpack config could possibly guess how to build...

On typing the following code, ```js const results = await getPackageStats("chalk"); console.log(results); ``` the function returns an error as shown below: ``` (node:12162) UnhandledPromiseRejectionWarning: EntryPointError: EntryPointError at Object.buildPackage (/home/lenovo/Desktop/My Drive/Package...

Currently, react-native packages are not supported as they are written in non-standard javascript. This is an umbrella issue to track work required for adding basic support for react-native packages —...