simple-wappalyzer 1.1.68 → 1.1.69
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 +2 -2
- package/src/technologies.json +13 -0
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.69",
|
|
6
6
|
"main": "src/index.js",
|
|
7
7
|
"author": {
|
|
8
8
|
"email": "josefrancisco.verdu@gmail.com",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"got": "~11.8.6",
|
|
32
32
|
"jsdom": "~25.0.0",
|
|
33
33
|
"lodash": "~4.17.21",
|
|
34
|
-
"tough-cookie": "~
|
|
34
|
+
"tough-cookie": "~5.0.0",
|
|
35
35
|
"wappalyzer-core": "~6.10.66",
|
|
36
36
|
"write-json-file": "~4.3.0"
|
|
37
37
|
},
|
package/src/technologies.json
CHANGED
|
@@ -25840,6 +25840,19 @@
|
|
|
25840
25840
|
],
|
|
25841
25841
|
"website": "https://pqina.nl/filepond/"
|
|
25842
25842
|
},
|
|
25843
|
+
"Fillout": {
|
|
25844
|
+
"cats": [
|
|
25845
|
+
5,
|
|
25846
|
+
110
|
|
25847
|
+
],
|
|
25848
|
+
"description": "Fillout is a form builder widget.",
|
|
25849
|
+
"saas": true,
|
|
25850
|
+
"oss": false,
|
|
25851
|
+
"scriptSrc": [
|
|
25852
|
+
"^https://server\\.fillout\\.com/embed/v(\\d)/\\;version:\\1"
|
|
25853
|
+
],
|
|
25854
|
+
"website": "https://www.fillout.com/"
|
|
25855
|
+
},
|
|
25843
25856
|
"FinanceAds": {
|
|
25844
25857
|
"cats": [
|
|
25845
25858
|
71
|