johnmichel / Library-Detector-for-Chrome

🔍 Extension that detects which JavaScript libraries are running on a page
https://chrome.google.com/webstore/detail/cgaocdmhkmfnkdkbnckgmpopcbpaaejo
MIT License
662 stars 111 forks source link

jQuery Version Detection Appears to Be Incorrect #189

Closed cyface closed 3 years ago

cyface commented 3 years ago

Test URL: https://www.fool.com/the-ascent/buying-stocks/webull-brokerage-review/

I went through every .js that is loaded on that page, and as far as I can tell, there is no jQuery 3.4.1 being loaded on that page anywhere. vendor.js contains jQuery 3.5.1, but that is the only jQuery I can find on that page...but this plugin is reporting that the insecure version 3.4.1 is loading on the page, which is not true as far as I can tell. Since this is being used for Lighthouse reports, it causes various reports to show that the page is insecure.

Not sure if anyone else is seeing incorrect version reporting for jQuery, or what else might be going on here.

Thank you!

Tim