simple-wappalyzer 1.1.50 → 1.1.52

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/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  [![Coverage Status](https://img.shields.io/coveralls/Kikobeats/simple-wappalyzer.svg?style=flat-square)](https://coveralls.io/github/Kikobeats/simple-wappalyzer)
5
5
  [![NPM Status](https://img.shields.io/npm/dm/simple-wappalyzer.svg?style=flat-square)](https://www.npmjs.org/package/simple-wappalyzer)
6
6
 
7
- > A simple way to interacting with [Wappalyzer](https://www.wappalyzer.com).
7
+ > A simple, pre-cached, ready-to-use way to interact with [Wappalyzer](https://www.wappalyzer.com).
8
8
 
9
9
  Although Wappalyzer has an [official library](https://github.com/AliasIO/wappalyzer), it performs network requests operations under the hood.
10
10
 
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.50",
5
+ "version": "1.1.52",
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
- "jsdom": "~22.0.0",
32
+ "jsdom": "~22.1.0",
33
33
  "lodash": "~4.17.21",
34
34
  "tough-cookie": "~4.1.2",
35
35
  "wappalyzer-core": "~6.10.62",
@@ -38,6 +38,7 @@
38
38
  "devDependencies": {
39
39
  "@commitlint/cli": "latest",
40
40
  "@commitlint/config-conventional": "latest",
41
+ "@ksmithut/prettier-standard": "latest",
41
42
  "ava": "latest",
42
43
  "browserless": "latest",
43
44
  "c8": "latest",
@@ -51,7 +52,6 @@
51
52
  "humanize-url": "2",
52
53
  "nano-staged": "latest",
53
54
  "npm-check-updates": "latest",
54
- "prettier-standard": "latest",
55
55
  "simple-git-hooks": "latest",
56
56
  "standard": "latest",
57
57
  "standard-markdown": "latest",
@@ -80,17 +80,15 @@
80
80
  "update:check": "ncu -- --error-level 2"
81
81
  },
82
82
  "license": "MIT",
83
- "ava": {
84
- "workerThreads": false
85
- },
86
83
  "commitlint": {
87
84
  "extends": [
88
85
  "@commitlint/config-conventional"
89
86
  ]
90
87
  },
91
88
  "nano-staged": {
92
- "*.js": [
93
- "prettier-standard"
89
+ "*.js,!*.min.js,": [
90
+ "prettier-standard",
91
+ "standard --fix"
94
92
  ],
95
93
  "*.md": [
96
94
  "standard-markdown"