From d368a59f4af777282960da94a88ab0a985c59160 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 5 Jan 2018 04:46:36 +0100 Subject: [PATCH] Add jquery-migrate detection (#1975) This plugins is used a lot by lazy dev who don't want to upgrade. This commit can be tested [here](https://www.tinyclues.com/) I also updated two jquery-related links to https. --- src/apps.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/apps.json b/src/apps.json index c0b948b98..3a4aff352 100644 --- a/src/apps.json +++ b/src/apps.json @@ -11274,7 +11274,16 @@ "/([\\d.]+)/jquery(?:\\.min)?\\.js\\;version:\\1", "jquery.*\\.js(?:\\?ver(?:sion)?=([\\d.]+))?\\;version:\\1" ], - "website": "http://jquery.com" + "website": "https://jquery.com" + }, + "jQuery Migrate": { + "cats": [ + "12" + ], + "icon": "jQuery.svg", + "implies": "jQuery", + "script": "jquery.migrate(?:-([\\d.]+rc\\d))?.*\\.js(?:\\?ver=([\\d.]+))?\\;version:\\1?\\1:\\2", + "website": "https://github.com/jquery/jquery-migrate" }, "jQuery Mobile": { "cats": [ @@ -11283,7 +11292,7 @@ "icon": "jQuery Mobile.svg", "implies": "jQuery", "script": "jquery\\.mobile(?:-([\\d.]+rc\\d))?.*\\.js(?:\\?ver=([\\d.]+))?\\;version:\\1?\\1:\\2", - "website": "http://jquerymobile.com" + "website": "https://jquerymobile.com" }, "jQuery Sparklines": { "cats": [