Build v6.5.21

main
Elbert Alias 4 years ago
parent 304d8d5032
commit 5756d2f3fa

@ -13,7 +13,7 @@
"software"
],
"homepage": "https://www.wappalyzer.com/",
"version": "6.5.20",
"version": "6.5.21",
"author": "Wappalyzer",
"license": "MIT",
"repository": {
@ -42,4 +42,4 @@
"dependencies": {
"puppeteer": "^5.3.0"
}
}
}

@ -693,7 +693,7 @@ const Driver = {
const count = Object.keys(hostnames).length
if (count && (count >= 50 || Driver.lastPing < Date.now() - expiry)) {
if (count && (count >= 25 || Driver.lastPing < Date.now() - expiry)) {
await Driver.post('https://api.wappalyzer.com/ping/v2/', hostnames)
await setOption('hostnames', (Driver.cache.hostnames = {}))
@ -701,7 +701,7 @@ const Driver = {
Driver.lastPing = Date.now()
}
if (Driver.cache.ads.length > 50) {
if (Driver.cache.ads.length > 25) {
await Driver.post('https://ad.wappalyzer.com/log/wp/', Driver.cache.ads)
Driver.cache.ads = []

@ -4,7 +4,7 @@
"author": "Wappalyzer",
"homepage_url": "https://www.wappalyzer.com/",
"description": "Identify web technologies",
"version": "6.5.20",
"version": "6.5.21",
"default_locale": "en",
"manifest_version": 2,
"icons": {
@ -76,4 +76,4 @@
"https://*/*"
],
"content_security_policy": "script-src 'self'; object-src 'self'"
}
}

@ -13,7 +13,7 @@
"software"
],
"homepage": "https://www.wappalyzer.com/",
"version": "6.5.20",
"version": "6.5.21",
"author": "Wappalyzer",
"license": "MIT",
"repository": {
@ -32,4 +32,4 @@
"files": [
"wappalyzer.js"
]
}
}

File diff suppressed because it is too large Load Diff