Changes between Initial Version and Version 1 of Ticket #50242, comment 1
- Timestamp:
- 05/25/2020 10:12:18 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #50242, comment 1
initial v1 1 Discussed this with Liran Tal at Snyk and they use https://github.com/johnmichel/Library-Detector-for-Chrome which does not look at version strings in URL or comments, but uses jQuery's built in [ .jquery]https://api.jquery.com/jquery-2/ to [retrieve the version string and then removes all non-digits except periods and the plus-sign]https://github.com/johnmichel/Library-Detector-for-Chrome/blob/b4f9a007addc19608a3864943aa735e8be6a6444/library/libraries.js#L215.1 Discussed this with Liran Tal at Snyk and they use https://github.com/johnmichel/Library-Detector-for-Chrome which does not look at version strings in URL or comments, but uses jQuery's built in [https://api.jquery.com/jquery-2/ .jquery] to [https://github.com/johnmichel/Library-Detector-for-Chrome/blob/b4f9a007addc19608a3864943aa735e8be6a6444/library/libraries.js#L215 retrieve the version string and then removes all non-digits except periods and the plus-sign]. 2 2 3 3 Changing