@honeypot-run/core
Version:
Patented threat analytics and fingerprinting library. Requires a honeypot.run account
11 lines (10 loc) • 420 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.HoneypotBase = void 0;
const AmplitudePlugin_1 = require("../plugins/AmplitudePlugin");
class HoneypotBase {
amplitudePlugin(pluginConfig) {
return (0, AmplitudePlugin_1.createAmplitudePlugin)(this.track.bind(this), this.get.bind(this), this.identify.bind(this), pluginConfig);
}
}
exports.HoneypotBase = HoneypotBase;