DEBUN is a CLI tool that detects third-party JavaScript libraries embedded inside bundled web applications.
Even after transformations performed by bundlers such as Webpack, Rollup, or Parcel, DEBUN leverages Property-Order Graphs (POGs) to capture execution characteristics that remain stable, enabling accurate identification of libraries inside minified and concatenated code.
Using npm:
$ npm i -g debun-cliDetect libraries from a web page
$ debun "<url>"Example:
$ debun "https://google.com"