Has one or many files that has been detected as minified JavaScript code. We use a package that will tell us if the code is minified (in case the file as a .min then we will consider the file minified by default).
Minified JavaScript code are commonly used by hacker to obfuscate the code to avoid being spotted. A good practice is surely to check all the packages with the flag.
Example of minified code:
⚠️ sometimes one line file are considered minified (we are working to fix this in the future).
Under the hood we use the npm package is-minified-code.
Files can be found in the Minified Files list items of the left menu.