simple-wappalyzer 1.1.40 → 1.1.43

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://nicedoc.io/Kikobeats/simple-wappalyzer",
5
- "version": "1.1.40",
5
+ "version": "1.1.43",
6
6
  "main": "src/index.js",
7
7
  "author": {
8
8
  "email": "josefrancisco.verdu@gmail.com",
@@ -28,8 +28,8 @@
28
28
  "static"
29
29
  ],
30
30
  "dependencies": {
31
- "got": "~11.8.2",
32
- "jsdom": "~19.0.0",
31
+ "got": "~11.8.5",
32
+ "jsdom": "~20.0.0",
33
33
  "lodash": "~4.17.21",
34
34
  "tough-cookie": "~4.0.0",
35
35
  "wappalyzer-core": "~6.10.15",
@@ -11,7 +11,7 @@ const fetchTechnologies = async () => {
11
11
  const data = await Promise.all(
12
12
  chars.map(char =>
13
13
  got(
14
- `https://cdn.jsdelivr.net/gh/aliasio/wappalyzer@master/src/technologies/${char}.json`
14
+ `https://raw.githubusercontent.com/wappalyzer/wappalyzer/master/src/technologies/${char}.json`
15
15
  ).json()
16
16
  )
17
17
  )
@@ -29,7 +29,7 @@ const fetchTechnologies = async () => {
29
29
 
30
30
  const fetchCategories = async () => {
31
31
  const categories = await got(
32
- 'https://cdn.jsdelivr.net/gh/aliasio/wappalyzer@master/src/categories.json'
32
+ 'https://raw.githubusercontent.com/wappalyzer/wappalyzer/master/src/categories.json'
33
33
  ).json()
34
34
 
35
35
  return writeJsonFile('src/categories.json', categories)
@@ -546,21 +546,21 @@
546
546
  15
547
547
  ],
548
548
  "name": "WordPress themes",
549
- "priority": 9
549
+ "priority": 7
550
550
  },
551
551
  "81": {
552
552
  "groups": [
553
553
  15
554
554
  ],
555
555
  "name": "Shopify themes",
556
- "priority": 9
556
+ "priority": 7
557
557
  },
558
558
  "82": {
559
559
  "groups": [
560
560
  15
561
561
  ],
562
562
  "name": "Drupal themes",
563
- "priority": 9
563
+ "priority": 7
564
564
  },
565
565
  "83": {
566
566
  "groups": [
@@ -595,7 +595,7 @@
595
595
  15
596
596
  ],
597
597
  "name": "WordPress plugins",
598
- "priority": 9
598
+ "priority": 8
599
599
  },
600
600
  "88": {
601
601
  "groups": [
@@ -690,7 +690,7 @@
690
690
  15
691
691
  ],
692
692
  "name": "Shopify apps",
693
- "priority": 9
693
+ "priority": 8
694
694
  },
695
695
  "101": {
696
696
  "groups": [
@@ -699,5 +699,41 @@
699
699
  ],
700
700
  "name": "Recruitment & staffing",
701
701
  "priority": 9
702
+ },
703
+ "102": {
704
+ "groups": [
705
+ 1
706
+ ],
707
+ "name": "Returns",
708
+ "priority": 9
709
+ },
710
+ "103": {
711
+ "groups": [
712
+ 1,
713
+ 10
714
+ ],
715
+ "name": "Livestreaming",
716
+ "priority": 9
717
+ },
718
+ "104": {
719
+ "groups": [
720
+ 14
721
+ ],
722
+ "name": "Ticket booking",
723
+ "priority": 9
724
+ },
725
+ "105": {
726
+ "groups": [
727
+ 10
728
+ ],
729
+ "name": "Augmented reality",
730
+ "priority": 9
731
+ },
732
+ "106": {
733
+ "groups": [
734
+ 1
735
+ ],
736
+ "name": "Cross border ecommerce",
737
+ "priority": 6
702
738
  }
703
739
  }