Socket
Book a DemoInstallSign in
Socket

posthog-plugin-hello-world

Package Overview
Dependencies
Maintainers
1
Versions
2
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-plugin-hello-world

Greet the world with every PostHog event!

unpublished
Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
1
-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

Hello World – a PostHog Plugin

npm package License: MIT

This is an exemplary PostHog plugin. It adds property "greeting" to every event, with a configurable value (by default: "Hello world!").

Feel free to use it as a base for your own plugins!

Goodies included

  • TypeScript for best reliability and development experience
  • Jest for convenient testing
  • Prettier and ESLint for code style and best practices – both handled by pre-commit hooks
  • GitHub Actions set up to run code quality and functionality tests in pull requests, and also to publish a new npm release when the package version is incremented in main (the latter requires an automation type npm access token to be set with a repo secret NPM_TOKEN)

Installation

  • Open PostHog.
  • Head to the Plugins page from the sidebar.
  • Either install Hello World from Available plugins, or install from URL using this repository's URL.

Questions?

Join our Slack community.

We're here to help you with anything PostHog!

Keywords

posthog

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