How to use the wappalyzer.wappalyzer function in wappalyzer

To help you get started, we’ve selected a few wappalyzer examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github AliasIO / wappalyzer / drivers / firefox-jetpack / lib / driver.js View on Github external
(function() {
	'use strict';

	var
		{ Cc, Ci } = require('chrome'),
		tabs       = require('tabs'),
		self       = require('self'),
		main       = require('wappalyzer'),
		w          = main.wappalyzer
		;

	w.driver = {
		/**
		 * Log messages to console
		 */
		log: function(args) {
			console.log(args.message);
		},

		/**
		 * Initialize
		 */
		init: function(callback) {
		}
	}

wappalyzer

This package is no longer being maintained. Please use the API at [wappalyzer.com/api](https://www.wappalyzer.com/api/) instead.

GPL-3.0
Latest version published 7 months ago

Package Health Score

59 / 100
Full package analysis

Similar packages