New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

analytics-plugin-web3analytics

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

analytics-plugin-web3analytics

Web3 Analytics plugin for the Analytics project

latest
Source
npmnpm
Version
0.2.2
Version published
Weekly downloads
40
60%
Maintainers
1
Weekly downloads
 
Created
Source

Web3 Analytics Plugin

This is a plugin for Analytics, a lightweight open-source frontend analytics abstraction layer. The plugin enables sending data to Web3 Analytics, a decentralized analytics platform for web3 apps.

Installation

npm install analytics
npm install analytics-plugin-web3analytics

Usage

import Analytics from 'analytics';
import web3Analytics from 'analytics-plugin-web3analytics';

/* Initialize analytics & load plugins */
const analytics = Analytics({
  app: 'awesome-app',
  plugins: [
    web3Analytics({
      appId: YOUR_WEB3ANALYTICS_APP_ID,
      jsonRpcUrl: 'https://eth-goerli.g.alchemy.com/v2/your_key_here'
    })
  ]
})

License

Apache-2.0 OR MIT

Keywords

web3

FAQs

Package last updated on 16 Jan 2023

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