Socket
Book a DemoInstallSign in
Socket

@aics/frontend-insights-plugin-amplitude-node

Package Overview
Dependencies
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aics/frontend-insights-plugin-amplitude-node

Plugin to @aics/frontend-insights that ships user events to Amplitude. Suitable for use in a NodeJS-like environment, such as Electron.

latest
npmnpm
Version
0.2.3
Version published
Maintainers
3
Created
Source

@aics/frontend-insights-plugin-amplitude-node

Plugin to @aics/frontend-insights that ships user events to Amplitude. Only suitable for use in a NodeJS-like environment, such as Electron, as the @amplitude/node package that this plugin provides a facade for relies on being able to require the HTTP and HTTPS NodeJS packages, among others.

References:

Usage

Required constructor argument(s):

  • options: { apiKey: string; }
const amplitudeNodePlugin = new AmplitudeNodePlugin({ apiKey: "abc123" });
const frontendInsights = new FrontendInsights({ ... }, [amplitudeNodePlugin]);

FAQs

Package last updated on 04 Feb 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts