Socket
Book a DemoInstallSign in
Socket

@posthog/netdata-event-processing

Package Overview
Dependencies
Maintainers
14
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package version was removed
This package version has been unpublished, mostly likely due to security reasons

@posthog/netdata-event-processing

A Posthog plugin to do some data processing on our Posthog events as they arrive.

unpublished
Source
npmnpm
Version
0.0.8
Version published
Weekly downloads
3
50%
Maintainers
14
Weekly downloads
 
Created
Source

posthog-netdata-event-processing

A Posthog plugin to do some data processing on our Posthog events as they arrive.

Description

An example of doing some event attribute processing using the PostHog plugin approach.

All logic and imports are defined in process.js. rollup.js is then used to generate the index.js file for the plugin.

index.js

To generate index.js use rollup:

rollup process.js --file index.js

Tests

To run tests:

yarn test

FAQs

Package last updated on 24 Nov 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