Added React (Facebook's MVC Framework) detection with version number, Added Vue.js (JavaScript Framework) detection with version number

main
José A. Sachs 11 years ago
parent d109ff7f3d
commit e4a10fc8a2

@ -2294,6 +2294,12 @@
"cats": [ 1 ],
"meta": { "generator": "^(?:RCMS|ReallyCMS)" }
},
"React": {
"website": "facebook.github.io/react",
"cats": [ 12 ],
"script": [ "react(?:\\-with\\-addons)?(?:\\-|\\.)([\\d.]*\\d)[^/]*\\.js\\;version:\\1", "/([\\d.]+)/react(\\.min)?\\.js\\;version:\\1", "react.*\\.js" ],
"env": "^React$"
},
"reCAPTCHA": {
"website": "recaptcha.net",
"cats": [ 16 ],
@ -2886,6 +2892,12 @@
"html": "<a[^>]+>Powered By VP-ASP Shopping Cart</a>",
"implies": "Microsoft ASP.NET"
},
"Vue.js": {
"website": "vuejs.org",
"cats": [ 12 ],
"script": [ "vue(?:\\-|\\.)([\\d.]*\\d)[^/]*\\.js\\;version:\\1", "/([\\d.]+)/vue(\\.min)?\\.js\\;version:\\1", "vue.*\\.js" ],
"env": "^Vue$"
},
"W3Counter": {
"website": "www.w3counter.com",
"cats": [ 10 ],

Binary file not shown.

After

Width:  |  Height:  |  Size: 566 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 601 B

Loading…
Cancel
Save