
Company News
Socket Partners with Replit to Block Malicious Packages in AI-Powered Development
Replit is integrating Socket Firewall into its AI-powered development experience to help protect builders from malicious open source packages.
@posthog/plugin-unduplicates
Advanced tools
Prevent duplicates in your data by rejecting duplicate events at ingestion.
This app helps prevent duplicate events from being ingested into PostHog. It's particularly helpful if you're backfilling information while you're already ingesting ongoing events. The app crafts an event UUID based on key properties for the event so if the event is the same (see below for definition) it'll end with the same UUID.
When events areprocessed by ClickHouse, the DB will automatically dedupe events which have the same toDate(timestamp),
event, distinct_id and uuid combo, effectively making sure duplicates are not stored.
The app has two modes (which essentially define what's considered a duplicate event). Either mode will scope duplicates to a each project, duplicates across projects are still permitted.
To use it simply install the app from the repository URL: https://github.com/paolodamico/posthog-app-unduplicator or search for it in the PostHog App Library.
Contributions are welcomed! Feel free to open a PR or an issue. To develop locally and contribute to this package, you can simply follow these instructions after clonning the repo.
yarn install
yarn test
/project/apps in your PostHog instance, clicking on the "Advanced" tab and entering the full path where you cloned the repo. Please note that running apps locally on PostHog is currently buggy (see posthog#7170).This repository is MIT licensed. Please review the LICENSE file in this repository.
Copyright (C) 2022 Paolo D'Amico.
FAQs
Prevent duplicates in your data by rejecting duplicate events at ingestion.
The npm package @posthog/plugin-unduplicates receives a total of 73 weekly downloads. As such, @posthog/plugin-unduplicates popularity was classified as not popular.
We found that @posthog/plugin-unduplicates demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 8 open source maintainers collaborating on the project.
Did you know?

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.

Company News
Replit is integrating Socket Firewall into its AI-powered development experience to help protect builders from malicious open source packages.

Security News
npm confirmed a tooling bug incorrectly marked several one-character packages as security holders and said it was working on a rollback.

Research
/Security News
Newer packages in this compromise use native extensions and .pth loaders to execute JavaScript stealers in developer environments.