Minor fixes

main
Elbert Alias 4 years ago
parent 89b2ed62ab
commit 967c06a7d8

@ -1,6 +1,6 @@
FROM node:12-alpine FROM node:14-alpine
MAINTAINER Wappalyzer <info@wappalyzer.com> MAINTAINER Wappalyzer <hello@wappalyzer.com>
ENV WAPPALYZER_ROOT /opt/wappalyzer ENV WAPPALYZER_ROOT /opt/wappalyzer
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true

@ -588,7 +588,7 @@
}, },
"icon": "PencilBlue.png", "icon": "PencilBlue.png",
"implies": "Node.js", "implies": "Node.js",
"website": "http://pencilblue.org" "website": "https://github.com/pencilblue/pencilblue"
}, },
"Pendo": { "Pendo": {
"cats": [ "cats": [
@ -2272,4 +2272,4 @@
}, },
"website": "http://punbb.informer.com" "website": "http://punbb.informer.com"
} }
} }

@ -223,10 +223,6 @@ const Wappalyzer = {
}, },
technologies = Wappalyzer.technologies technologies = Wappalyzer.technologies
) { ) {
if (xhr) {
console.log('analyze', xhr)
}
const oo = Wappalyzer.analyzeOneToOne const oo = Wappalyzer.analyzeOneToOne
const om = Wappalyzer.analyzeOneToMany const om = Wappalyzer.analyzeOneToMany
const mm = Wappalyzer.analyzeManyToMany const mm = Wappalyzer.analyzeManyToMany