Compare commits

..

4 Commits

Author SHA1 Message Date
snyk-bot cccb649bcf fix: upgrade redis from 3.0.2 to 3.1.0
Snyk has created this PR to upgrade redis from 3.0.2 to 3.1.0.

See this package in npm:
https://www.npmjs.com/package/redis

See this project in Snyk:
https://app.snyk.io/org/klemek/project/81af650f-8c8e-4116-b289-95415c85d8a7?utm_source=github&utm_medium=upgrade-pr
2021-04-22 05:07:20 +00:00
Klemek ab573f91ee Merge pull request #58 from Klemek/f-stats-all
/stats?all=true
2021-04-06 10:10:00 +02:00
Klemek e56867a269 Update bot_detector.js 2021-04-04 23:33:59 +02:00
Klemek 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",
"node-prismjs": "^0.1.0",
"prismjs": "^1.23.0",
"redis": "^3.0.2",
"redis": "^3.1.0",
"rss": "^1.2.2",
"showdown": "^1.9.1"
},
-2
View File
@@ -11,8 +11,6 @@ module.exports = (config) => {
},
count: [],
regex: null,
knownBots: [],
known: [],
};
const fetchList = (cb) => {