Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@posthog/plugin-unduplicates

Package Overview
Dependencies
Maintainers
8
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@posthog/plugin-unduplicates - npm Package Compare versions

Comparing version
0.0.5
to
0.0.6
+2
-3
package.json
{
"name": "@posthog/plugin-unduplicates",
"version": "0.0.5",
"version": "0.0.6",
"description": "Prevent duplicates in your data by rejecting duplicate events at ingestion.",

@@ -45,4 +45,3 @@ "main": "index.ts",

"*.{ts,tsx,js,jsx,json,yaml,toml,css,scss,html,xml}": "prettier --write"
},
"icon": "https://raw.githubusercontent.com/PostHog/apps/main/packages/posthog-app-unduplicates/logo.png"
}
}
+2
-1

@@ -15,3 +15,4 @@ {

}
]
],
"icon": "https://raw.githubusercontent.com/PostHog/apps/main/packages/posthog-app-unduplicates/logo.png"
}