simple-wappalyzer 1.1.85 → 1.1.87
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 +40 -4
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.87",
|
|
6
6
|
"main": "src/index.js",
|
|
7
7
|
"author": {
|
|
8
8
|
"email": "josefrancisco.verdu@gmail.com",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
],
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"got": "~11.8.6",
|
|
32
|
-
"happy-dom": "~20.
|
|
32
|
+
"happy-dom": "~20.4.0",
|
|
33
33
|
"lodash": "~4.17.21",
|
|
34
34
|
"tough-cookie": "~6.0.0",
|
|
35
35
|
"wappalyzer-core": "6",
|
package/src/technologies.json
CHANGED
|
@@ -10314,6 +10314,18 @@
|
|
|
10314
10314
|
],
|
|
10315
10315
|
"website": "https://btolead.it"
|
|
10316
10316
|
},
|
|
10317
|
+
"bun": {
|
|
10318
|
+
"cats": [
|
|
10319
|
+
27
|
|
10320
|
+
],
|
|
10321
|
+
"description": "Bun is a fast JavaScript runtime compatible with Node.js and Deno.",
|
|
10322
|
+
"icon": "bun.svg",
|
|
10323
|
+
"headers": {
|
|
10324
|
+
"X-Powered-By": "Bun"
|
|
10325
|
+
},
|
|
10326
|
+
"oss": true,
|
|
10327
|
+
"website": "https://bun.sh"
|
|
10328
|
+
},
|
|
10317
10329
|
"BUROGU": {
|
|
10318
10330
|
"cats": [
|
|
10319
10331
|
11
|
|
@@ -73232,6 +73244,21 @@
|
|
|
73232
73244
|
},
|
|
73233
73245
|
"website": "https://pkp.sfu.ca/ojs"
|
|
73234
73246
|
},
|
|
73247
|
+
"opentelemetry": {
|
|
73248
|
+
"cats": [
|
|
73249
|
+
10
|
|
73250
|
+
],
|
|
73251
|
+
"description": "OpenTelemetry is a framework for observability, providing standardized APIs, libraries, and agents to collect telemetry data.",
|
|
73252
|
+
"icon": "opentelemetry.svg",
|
|
73253
|
+
"js": {
|
|
73254
|
+
"otel": ""
|
|
73255
|
+
},
|
|
73256
|
+
"scriptSrc": [
|
|
73257
|
+
"opentelemetry.*\\.js"
|
|
73258
|
+
],
|
|
73259
|
+
"oss": true,
|
|
73260
|
+
"website": "https://opentelemetry.io"
|
|
73261
|
+
},
|
|
73235
73262
|
"Open Web Analytics": {
|
|
73236
73263
|
"cats": [
|
|
73237
73264
|
10
|
|
@@ -92482,7 +92509,7 @@
|
|
|
92482
92509
|
"saas": true,
|
|
92483
92510
|
"website": "https://www.sana-commerce.com"
|
|
92484
92511
|
},
|
|
92485
|
-
"Sanity": {
|
|
92512
|
+
"Sanity.io": {
|
|
92486
92513
|
"cats": [
|
|
92487
92514
|
1
|
|
92488
92515
|
],
|
|
@@ -92499,6 +92526,9 @@
|
|
|
92499
92526
|
"content-security-policy": "cdn\\.sanity\\.io",
|
|
92500
92527
|
"x-sanity-shard": ""
|
|
92501
92528
|
},
|
|
92529
|
+
"scriptSrc": [
|
|
92530
|
+
"cdn\\.sanity\\.io"
|
|
92531
|
+
],
|
|
92502
92532
|
"icon": "Sanity.svg",
|
|
92503
92533
|
"pricing": [
|
|
92504
92534
|
"freemium",
|
|
@@ -104460,15 +104490,19 @@
|
|
|
104460
104490
|
"dom": [
|
|
104461
104491
|
"a[href*='supabase.com'] > img[src*='/supabase-logo-wordmark\\-\\-dark.png']"
|
|
104462
104492
|
],
|
|
104463
|
-
"icon": "
|
|
104493
|
+
"icon": "supabase.svg",
|
|
104464
104494
|
"implies": [
|
|
104465
104495
|
"PostgreSQL"
|
|
104466
104496
|
],
|
|
104497
|
+
"scriptSrc": [
|
|
104498
|
+
"cdn\\.supabase\\.com"
|
|
104499
|
+
],
|
|
104467
104500
|
"js": {
|
|
104468
104501
|
"__NUXT__.config.public.SUPABASE_URL": "",
|
|
104469
104502
|
"__NUXT__.config.public.supabase": "",
|
|
104470
104503
|
"supabase.AuthAdminApi": "",
|
|
104471
|
-
"supabase.storageKey": ""
|
|
104504
|
+
"supabase.storageKey": "",
|
|
104505
|
+
"createClient": "supabase\\."
|
|
104472
104506
|
},
|
|
104473
104507
|
"oss": true,
|
|
104474
104508
|
"pricing": [
|
|
@@ -113391,7 +113425,6 @@
|
|
|
113391
113425
|
6
|
|
113392
113426
|
],
|
|
113393
113427
|
"text": [
|
|
113394
|
-
"\\bUSPS\\b",
|
|
113395
113428
|
"\\bUnited States Postal Service\\b"
|
|
113396
113429
|
],
|
|
113397
113430
|
"website": "https://www.usps.com"
|
|
@@ -120053,6 +120086,9 @@
|
|
|
120053
120086
|
19
|
|
120054
120087
|
],
|
|
120055
120088
|
"description": "WebSocket is a communication protocol that provides full-duplex communication channels over a single, long-lived connection, enabling interactive communication between web browsers and servers.",
|
|
120089
|
+
"headers": {
|
|
120090
|
+
"Upgrade": "websocket"
|
|
120091
|
+
},
|
|
120056
120092
|
"dom": [
|
|
120057
120093
|
"link[rel='web-socket']",
|
|
120058
120094
|
"link[href^='ws://']",
|