Projects STRLCPY gradejs Files
🤬
Enable build support by adding .buildspec.yml
.github/workflows Loading last commit info...
cli
packages
.eslintignore
.eslintrc.js
.gitignore
.prettierrc
CONTRIBUTING.md
README.md
buildspec.yml
docker-compose.aws.yml
docker-compose.yml
eb-start.sh
package.json
tsconfig.base.json
tsconfig.json
yarn.lock
README.md

GradeJS

GradeJS is an open-source project that allows you to analyze webpack production bundles without having access to the source code of a website. It detects a list of bundled NPM libraries and works even for minified or tree-shaken bundles.

More info:

How to use

Go to the https://gradejs.com/ and enter a site in the https://example.com format. An analysis is performed server-side. Once the bundle is analyzed, the package name, version, size, and relative percentage size of the packages are returned.

Supported bundlers & packages

Currently it supports webpack from 3 to 5 and have indexed 1,826 most popular NPM libraries over 54,735 releases. The complete list of indexed packages can be found here.

Contributing

We value your feedback, please use Discussions for questions and comments. If you encounter any suspicious behavior, false or missing results, please file a new issue. At this stage, we don't expect direct code contributions yet.

Please wait...
Page is in error, reload to recover