simple-wappalyzer 1.1.75 → 1.1.77

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 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.75",
5
+ "version": "1.1.77",
6
6
  "main": "src/index.js",
7
7
  "author": {
8
8
  "email": "josefrancisco.verdu@gmail.com",
@@ -29,10 +29,10 @@
29
29
  ],
30
30
  "dependencies": {
31
31
  "got": "~11.8.6",
32
- "jsdom": "~26.1.0",
32
+ "jsdom": "~27.0.0",
33
33
  "lodash": "~4.17.21",
34
34
  "tough-cookie": "~6.0.0",
35
- "wappalyzer-core": "~6.10.66",
35
+ "wappalyzer-core": "6",
36
36
  "write-json-file": "~4.3.0"
37
37
  },
38
38
  "devDependencies": {
@@ -52,7 +52,6 @@
52
52
  "nano-staged": "latest",
53
53
  "simple-git-hooks": "latest",
54
54
  "standard": "latest",
55
- "standard-markdown": "latest",
56
55
  "standard-version": "latest"
57
56
  },
58
57
  "engines": {
@@ -65,7 +64,7 @@
65
64
  "scripts": {
66
65
  "clean": "rm -rf node_modules",
67
66
  "contributors": "(npx git-authors-cli && npx finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
68
- "lint": "standard-markdown README.md && standard",
67
+ "lint": "standard",
69
68
  "postinstall": "node scripts/postinstall",
70
69
  "postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)",
71
70
  "pretest": "npm run lint",
@@ -90,9 +89,6 @@
90
89
  "prettier-standard",
91
90
  "standard --fix"
92
91
  ],
93
- "*.md": [
94
- "standard-markdown"
95
- ],
96
92
  "package.json": [
97
93
  "finepack"
98
94
  ]
@@ -2667,7 +2667,7 @@
2667
2667
  18
2668
2668
  ],
2669
2669
  "cookies": {
2670
- "CFGLOBALS": ""
2670
+ "CFID|CFTOKEN|CFMAGIC|CFGLOBALS": ""
2671
2671
  },
2672
2672
  "cpe": "cpe:2.3:a:adobe:coldfusion:*:*:*:*:*:*:*:*",
2673
2673
  "description": "Adobe ColdFusion is a server-side scripting platform for building web applications and APIs, using a language called CFML (ColdFusion Markup Language).",
@@ -26726,6 +26726,9 @@
26726
26726
  ],
26727
26727
  "cpe": "cpe:2.3:a:drupal:drupal:*:*:*:*:*:*:*:*",
26728
26728
  "description": "Drupal is a free and open-source web content management framework.",
26729
+ "cookies": {
26730
+ "SESS[a-f0-9]{32}": ""
26731
+ },
26729
26732
  "dom": [
26730
26733
  "link[href*='/sites/default/themes/'], link[href*='/sites/all/themes/'], link[href*='/sites/default/modules/'], link[href*='/sites/all/modules/'], style[href*='/sites/default/themes/'], style[href*='/sites/all/themes/'], style[href*='/sites/default/modules/'], style[href*='/sites/all/modules/']"
26731
26734
  ],
@@ -30572,6 +30575,9 @@
30572
30575
  ],
30573
30576
  "cpe": "cpe:2.3:a:expressjs:express:*:*:*:*:*:*:*:*",
30574
30577
  "description": "Express is a web application framework for Node.js, released as free and open-source software under the MIT License. It is designed for building web applications and APIs.",
30578
+ "cookies": {
30579
+ "connect\\.sid": ""
30580
+ },
30575
30581
  "headers": {
30576
30582
  "X-Powered-By": "^Express(?:$|,)"
30577
30583
  },
@@ -47211,6 +47217,9 @@
47211
47217
  ],
47212
47218
  "cpe": "cpe:2.3:a:joomla:joomla\\!:*:*:*:*:*:*:*:*",
47213
47219
  "description": "Joomla is a free and open-source content management system for publishing web content.",
47220
+ "cookies": {
47221
+ "joomla_[a-z0-9]+": ""
47222
+ },
47214
47223
  "dom": [
47215
47224
  "div[id*='wrapper_r'], link[href*='feed/com_'], link[href*='components/com_'], table[class*='pill']"
47216
47225
  ],
@@ -56765,6 +56774,9 @@
56765
56774
  "dom": [
56766
56775
  "body[class*='mediawiki']"
56767
56776
  ],
56777
+ "cookies": {
56778
+ "wiki\\d+_session": ""
56779
+ },
56768
56780
  "html": [
56769
56781
  "<body[^>]+class=\"mediawiki\"",
56770
56782
  "<(?:a|img)[^>]+>Powered by MediaWiki</a>",
@@ -57648,8 +57660,9 @@
57648
57660
  18
57649
57661
  ],
57650
57662
  "cookies": {
57651
- "ASP.NET_SessionId": "",
57652
- "ASPSESSION": ""
57663
+ "ASP\\.NET_SessionId": "",
57664
+ "ASPSESSION": "",
57665
+ "\\.ASPXAUTH": ""
57653
57666
  },
57654
57667
  "cpe": "cpe:2.3:a:microsoft:asp.net:*:*:*:*:*:*:*:*",
57655
57668
  "description": "ASP.NET is an open-source, server-side web-application framework designed for web development to produce dynamic web pages.",
@@ -80336,7 +80349,7 @@
80336
80349
  18
80337
80350
  ],
80338
80351
  "cookies": {
80339
- "sails.sid": ""
80352
+ "sails\\.sid": ""
80340
80353
  },
80341
80354
  "headers": {
80342
80355
  "X-Powered-By": "^Sails(?:$|[^a-z0-9])"
@@ -105927,6 +105940,17 @@
105927
105940
  ],
105928
105941
  "website": "https://webriti.com/busiprof-premium-wordpress-theme-1"
105929
105942
  },
105943
+ "WebSphere": {
105944
+ "cats": [
105945
+ 22
105946
+ ],
105947
+ "icon": "websphere.svg",
105948
+ "cpe": "cpe:2.3:a:ibm:websphere_application_server:-:*:*:*:*:*:*:*",
105949
+ "cookies": {
105950
+ "(?i)ltpatoken": ""
105951
+ },
105952
+ "website": "https://www.ibm.com/products/websphere-application-server"
105953
+ },
105930
105954
  "WebsPlanet": {
105931
105955
  "cats": [
105932
105956
  1