Compare commits

...
Author SHA1 Message Date
snyk-bot 408fd57b49 fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-REDIS-1255645
2021-04-27 05:07:12 +00:00
KlemekandGitHub ab573f91ee Merge pull request #58 from Klemek/f-stats-all
/stats?all=true
2021-04-06 10:10:00 +02:00
KlemekandGitHub e56867a269 Update bot_detector.js 2021-04-04 23:33:59 +02:00
KlemekandGitHub 8e795c6371 Merge pull request #57 from Klemek/f-ignore-bots
ignore bots in hit counter
2021-04-04 23:31:38 +02:00
3 changed files with 35 additions and 8923 deletions
+34 -8920
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -14,7 +14,7 @@
"ncp": "^2.0.0", "ncp": "^2.0.0",
"node-prismjs": "^0.1.0", "node-prismjs": "^0.1.0",
"prismjs": "^1.23.0", "prismjs": "^1.23.0",
"redis": "^3.0.2", "redis": "^3.1.1",
"rss": "^1.2.2", "rss": "^1.2.2",
"showdown": "^1.9.1" "showdown": "^1.9.1"
}, },
-2
View File
@@ -11,8 +11,6 @@ module.exports = (config) => {
}, },
count: [], count: [],
regex: null, regex: null,
knownBots: [],
known: [],
}; };
const fetchList = (cb) => { const fetchList = (cb) => {