simple-wappalyzer 1.1.93 → 1.1.94
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/technologies.json +43 -2
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "simple-wappalyzer",
|
|
3
3
|
"description": "A simple way to interacting with Wappalyzer.",
|
|
4
4
|
"homepage": "https://github.com/Kikobeats/simple-wappalyzer",
|
|
5
|
-
"version": "1.1.
|
|
5
|
+
"version": "1.1.94",
|
|
6
6
|
"main": "src/index.js",
|
|
7
7
|
"author": {
|
|
8
8
|
"email": "josefrancisco.verdu@gmail.com",
|
package/src/technologies.json
CHANGED
|
@@ -25688,8 +25688,15 @@
|
|
|
25688
25688
|
],
|
|
25689
25689
|
"cpe": "cpe:2.3:a:cosmoshop:cosmoshop:*:*:*:*:*:*:*:*",
|
|
25690
25690
|
"icon": "Cosmoshop.svg",
|
|
25691
|
+
"meta": {
|
|
25692
|
+
"cosmoshop.settings": ""
|
|
25693
|
+
},
|
|
25691
25694
|
"scriptSrc": [
|
|
25692
|
-
"cosmoshop_functions\\.js"
|
|
25695
|
+
"cosmoshop_functions\\.js",
|
|
25696
|
+
"/cosmoshop/"
|
|
25697
|
+
],
|
|
25698
|
+
"url": [
|
|
25699
|
+
"/cosmoshop/"
|
|
25693
25700
|
],
|
|
25694
25701
|
"website": "https://cosmoshop.de"
|
|
25695
25702
|
},
|
|
@@ -31278,6 +31285,22 @@
|
|
|
31278
31285
|
},
|
|
31279
31286
|
"website": "https://www.adobe.com/products/dreamweaver.html"
|
|
31280
31287
|
},
|
|
31288
|
+
"DressOn": {
|
|
31289
|
+
"cats": [
|
|
31290
|
+
105
|
|
31291
|
+
],
|
|
31292
|
+
"description": "DressOn is an AI-powered virtual fitting room that lets online shoppers try on clothes digitally.",
|
|
31293
|
+
"icon": "DressOn.svg",
|
|
31294
|
+
"saas": true,
|
|
31295
|
+
"pricing": [
|
|
31296
|
+
"freemium",
|
|
31297
|
+
"recurring"
|
|
31298
|
+
],
|
|
31299
|
+
"scriptSrc": [
|
|
31300
|
+
"api\\.dresson\\.com\\.br/widget/"
|
|
31301
|
+
],
|
|
31302
|
+
"website": "https://dresson.com.br"
|
|
31303
|
+
},
|
|
31281
31304
|
"Drift": {
|
|
31282
31305
|
"cats": [
|
|
31283
31306
|
52
|
|
@@ -84868,7 +84891,8 @@
|
|
|
84868
84891
|
"cpe": "cpe:2.3:a:prestashop:prestashop:*:*:*:*:*:*:*:*",
|
|
84869
84892
|
"description": "PrestaShop is a freemium, open-source ecommerce solution, written in the PHP programming language with support for the MySQL database management system.",
|
|
84870
84893
|
"dom": [
|
|
84871
|
-
"img[src*='/modules/prestablog/themes/'], img[data-src*='/modules/prestablog/themes/']"
|
|
84894
|
+
"img[src*='/modules/prestablog/themes/'], img[data-src*='/modules/prestablog/themes/']",
|
|
84895
|
+
"link[href*='/modules/ps_']"
|
|
84872
84896
|
],
|
|
84873
84897
|
"headers": {
|
|
84874
84898
|
"Powered-By": "^Prestashop$"
|
|
@@ -84894,6 +84918,9 @@
|
|
|
84894
84918
|
"generator": "PrestaShop"
|
|
84895
84919
|
},
|
|
84896
84920
|
"oss": true,
|
|
84921
|
+
"scriptSrc": [
|
|
84922
|
+
"/modules/ps_[a-z]+/"
|
|
84923
|
+
],
|
|
84897
84924
|
"scripts": [
|
|
84898
84925
|
"PrestaShop-"
|
|
84899
84926
|
],
|
|
@@ -127827,6 +127854,20 @@
|
|
|
127827
127854
|
],
|
|
127828
127855
|
"website": "https://www.wwpass.com"
|
|
127829
127856
|
},
|
|
127857
|
+
"Wx3": {
|
|
127858
|
+
"cats": [
|
|
127859
|
+
6
|
|
127860
|
+
],
|
|
127861
|
+
"description": "Wx3 is a Brazilian e-commerce platform for fashion and retail stores.",
|
|
127862
|
+
"icon": "Wx3.svg",
|
|
127863
|
+
"meta": {
|
|
127864
|
+
"author": "Wx3"
|
|
127865
|
+
},
|
|
127866
|
+
"html": [
|
|
127867
|
+
"<a [^>]*href=\"https://wx3\\.com\\.br\""
|
|
127868
|
+
],
|
|
127869
|
+
"website": "https://wx3.com.br"
|
|
127870
|
+
},
|
|
127830
127871
|
"Wyng": {
|
|
127831
127872
|
"cats": [
|
|
127832
127873
|
32
|