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

@hypership/analytics

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hypership/analytics

Hypership Analytics is a powerful analytics library for your web applications. It provides a simple integration and a full monitoring dashboard via the Hypership Platform.

latest
npmnpm
Version
0.0.12
Version published
Maintainers
0
Created
Source

🚀 Hypership Analytics 🚀

Hypership Analytics is a powerful analytics library for your web applications. It provides a simple integration and a full monitoring dashboard via the Hypership Platform.

Installation

npm install @hypership/analytics

Usage

import { HypershipAnalytics } from '@hypership/analytics';

// Initialize the package in your main App function
export default function App() {
  HypershipAnalytics();

  return (
    <>
      <div>
        <h1>Basic Example</h1>
      </div>
    </>
  );
};

API Key

You can provide your Hypership API Key in one of the following ways:

  • Directly as an argument when initializing Hypership Analytics.
  • As an environment variable named HYPERSHIP_API_KEY.
  • As an environment variable named REACT_APP_HYPERSHIP_API_KEY if you're using Create React App.
  • As an environment variable named NEXT_PUBLIC_HYPERSHIP_API_KEY if you're using Next.js.

License

MIT

FAQs

Package last updated on 01 Jan 2025

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