🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

@propertechnologies/espia

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@propertechnologies/espia

Typed wrapper around analytics.proper.ai

latest
npmnpm
Version
0.4.0
Version published
Weekly downloads
18
38.46%
Maintainers
0
Weekly downloads
 
Created
Source

Espia 🕵️

Wrapper around analytics.proper.ai API to make sure all requests are typed correctly and allow sensible defaults of the page.

Installation

npm install --save @propertechnologies/espia

Usage

import { espia } from "@propertechnologies/espia";

espia({
    source: "your-project-name",
});

then track events anywhere in your project

import { track } from "@propertechnologies/espia";

track("category_label", { foo: "otional object" });

FAQs

Package last updated on 03 Jul 2024

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