simple-wappalyzer 1.1.33 → 1.1.37

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.
Files changed (2) hide show
  1. package/package.json +9 -9
  2. package/CHANGELOG.md +0 -109
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.33",
5
+ "version": "1.1.37",
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.2",
32
- "jsdom": "~18.0.0",
32
+ "jsdom": "~19.0.0",
33
33
  "lodash": "~4.17.21",
34
34
  "tough-cookie": "~4.0.0",
35
- "wappalyzer-core": "~6.8.0",
35
+ "wappalyzer-core": "~6.9.0",
36
36
  "write-json-file": "~4.3.0"
37
37
  },
38
38
  "devDependencies": {
@@ -48,7 +48,7 @@
48
48
  "git-authors-cli": "latest",
49
49
  "html-get": "latest",
50
50
  "humanize-url": "2",
51
- "lint-staged": "latest",
51
+ "nano-staged": "latest",
52
52
  "npm-check-updates": "latest",
53
53
  "nyc": "latest",
54
54
  "prettier-standard": "latest",
@@ -85,19 +85,19 @@
85
85
  "@commitlint/config-conventional"
86
86
  ]
87
87
  },
88
- "lint-staged": {
89
- "package.json": [
90
- "finepack"
91
- ],
88
+ "nano-staged": {
92
89
  "*.js": [
93
90
  "prettier-standard"
94
91
  ],
95
92
  "*.md": [
96
93
  "standard-markdown"
94
+ ],
95
+ "package.json": [
96
+ "finepack"
97
97
  ]
98
98
  },
99
99
  "simple-git-hooks": {
100
100
  "commit-msg": "npx commitlint --edit",
101
- "pre-commit": "npx lint-staged"
101
+ "pre-commit": "npx nano-staged"
102
102
  }
103
103
  }
package/CHANGELOG.md DELETED
@@ -1,109 +0,0 @@
1
- # Changelog
2
-
3
- All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
-
5
- ### 1.1.33 (2021-10-11)
6
-
7
- ### 1.1.32 (2021-08-30)
8
-
9
- ### 1.1.31 (2021-08-16)
10
-
11
- ### 1.1.30 (2021-08-06)
12
-
13
- ### 1.1.29 (2021-08-02)
14
-
15
- ### [1.1.28](https://github.com/Kikobeats/simple-wappalyzer/compare/v1.1.27...v1.1.28) (2021-05-31)
16
-
17
- ### [1.1.27](https://github.com/Kikobeats/simple-wappalyzer/compare/v1.1.26...v1.1.27) (2021-05-24)
18
-
19
- ### [1.1.26](https://github.com/Kikobeats/simple-wappalyzer/compare/v1.1.25...v1.1.26) (2021-05-13)
20
-
21
- ### [1.1.25](https://github.com/Kikobeats/simple-wappalyzer/compare/v1.1.24...v1.1.25) (2021-05-05)
22
-
23
- ### [1.1.24](https://github.com/Kikobeats/simple-wappalyzer/compare/v1.1.23...v1.1.24) (2021-04-18)
24
-
25
- ### [1.1.23](https://github.com/Kikobeats/simple-wappalyzer/compare/v1.1.22...v1.1.23) (2021-03-08)
26
-
27
- ### [1.1.22](https://github.com/Kikobeats/simple-wappalyzer/compare/v1.1.21...v1.1.22) (2021-03-04)
28
-
29
- ### [1.1.21](https://github.com/Kikobeats/simple-wappalyzer/compare/v1.1.20...v1.1.21) (2020-11-17)
30
-
31
- ### [1.1.20](https://github.com/Kikobeats/simple-wappalyzer/compare/v1.1.19...v1.1.20) (2020-11-10)
32
-
33
- ### [1.1.19](https://github.com/Kikobeats/simple-wappalyzer/compare/v1.1.18...v1.1.19) (2020-11-09)
34
-
35
- ### [1.1.18](https://github.com/Kikobeats/simple-wappalyzer/compare/v1.1.17...v1.1.18) (2020-11-02)
36
-
37
- ### [1.1.17](https://github.com/Kikobeats/simple-wappalyzer/compare/v1.1.16...v1.1.17) (2020-11-02)
38
-
39
- ### [1.1.16](https://github.com/Kikobeats/simple-wappalyzer/compare/v1.1.15...v1.1.16) (2020-10-22)
40
-
41
- ### [1.1.15](https://github.com/Kikobeats/simple-wappalyzer/compare/v1.1.14...v1.1.15) (2020-10-21)
42
-
43
- ### [1.1.14](https://github.com/Kikobeats/simple-wappalyzer/compare/v1.1.13...v1.1.14) (2020-09-20)
44
-
45
- ### [1.1.13](https://github.com/Kikobeats/simple-wappalyzer/compare/v1.1.12...v1.1.13) (2020-09-04)
46
-
47
- ### [1.1.12](https://github.com/Kikobeats/simple-wappalyzer/compare/v1.1.11...v1.1.12) (2020-08-31)
48
-
49
- ### [1.1.11](https://github.com/Kikobeats/simple-wappalyzer/compare/v1.1.10...v1.1.11) (2020-08-23)
50
-
51
- ### [1.1.10](https://github.com/Kikobeats/simple-wappalyzer/compare/v1.1.9...v1.1.10) (2020-08-23)
52
-
53
- ### [1.1.9](https://github.com/Kikobeats/simple-wappalyzer/compare/v1.1.8...v1.1.9) (2020-08-10)
54
-
55
- ### [1.1.8](https://github.com/Kikobeats/simple-wappalyzer/compare/v1.1.7...v1.1.8) (2020-07-31)
56
-
57
- ### [1.1.7](https://github.com/Kikobeats/simple-wappalyzer/compare/v1.1.6...v1.1.7) (2020-07-27)
58
-
59
- ### [1.1.6](https://github.com/Kikobeats/simple-wappalyzer/compare/v1.1.5...v1.1.6) (2020-07-10)
60
-
61
- ### [1.1.5](https://github.com/Kikobeats/simple-wappalyzer/compare/v1.1.4...v1.1.5) (2020-07-08)
62
-
63
- ### [1.1.4](https://github.com/Kikobeats/simple-wappalyzer/compare/v1.1.3...v1.1.4) (2020-07-04)
64
-
65
- ### [1.1.3](https://github.com/Kikobeats/simple-wappalyzer/compare/v1.1.2...v1.1.3) (2020-06-16)
66
-
67
- ### [1.1.2](https://github.com/Kikobeats/simple-wappalyzer/compare/v1.1.1...v1.1.2) (2020-06-16)
68
-
69
- ### [1.1.1](https://github.com/Kikobeats/simple-wappalyzer/compare/v1.1.0...v1.1.1) (2020-06-15)
70
-
71
- ## [1.1.0](https://github.com/Kikobeats/simple-wappalyzer/compare/v1.0.8...v1.1.0) (2020-06-15)
72
-
73
- ### [1.0.8](https://github.com/Kikobeats/simple-wappalyzer/compare/v1.0.7...v1.0.8) (2020-05-29)
74
-
75
- ### [1.0.7](https://github.com/Kikobeats/simple-wappalyzer/compare/v1.0.6...v1.0.7) (2020-04-16)
76
-
77
- ### [1.0.6](https://github.com/Kikobeats/simple-wappalyzer/compare/v1.0.5...v1.0.6) (2020-03-21)
78
-
79
- ### [1.0.5](https://github.com/Kikobeats/simple-wappalyzer/compare/v1.0.4...v1.0.5) (2020-03-08)
80
-
81
- ### [1.0.4](https://github.com/Kikobeats/simple-wappalyzer/compare/v1.0.3...v1.0.4) (2020-03-08)
82
-
83
-
84
- ### Bug Fixes
85
-
86
- * use lodash.get ([4d02c75](https://github.com/Kikobeats/simple-wappalyzer/commit/4d02c75533aed53d352200a23ac4214839db19fe))
87
-
88
- ### [1.0.3](https://github.com/Kikobeats/simple-wappalyzer/compare/v1.0.2...v1.0.3) (2020-03-08)
89
-
90
-
91
- ### Bug Fixes
92
-
93
- * ensure cookies is an array ([a836aef](https://github.com/Kikobeats/simple-wappalyzer/commit/a836aef68b7be189f5c19f0271728696c110eccc))
94
-
95
- ### [1.0.2](https://github.com/Kikobeats/simple-wappalyzer/compare/v1.0.1...v1.0.2) (2020-03-07)
96
-
97
-
98
- ### Bug Fixes
99
-
100
- * parse cookies ([52b31af](https://github.com/Kikobeats/simple-wappalyzer/commit/52b31af245a919f2ca69156636fd6864cb6313f5))
101
-
102
- ### [1.0.1](https://github.com/Kikobeats/simple-wappalyzer/compare/v1.0.0...v1.0.1) (2020-03-07)
103
-
104
-
105
- ### Bug Fixes
106
-
107
- * export ([f56fd66](https://github.com/Kikobeats/simple-wappalyzer/commit/f56fd661929ecb0d0b916cf082050d52aaeb0b02))
108
-
109
- ## 1.0.0 (2020-03-05)