• caglararli@hotmail.com
  • 05386281520

How can I identify open-source JavaScript libraries within minified code?

Çağlar Arlı      -    22 Views

How can I identify open-source JavaScript libraries within minified code?

These days, most websites minify & concatenate their code.

Are there techniques to identify open-source libraries within minified, concatenated code?

I'm mostly interested so I can focus analysis on non-library code, but also to spot outdated libraries with vulnerabilities.

(To keep this on topic, I am asking about techniques not tools, but if you happen to incidentally mention a tool, I won't complain)