New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

next-use-posthog

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

next-use-posthog - npm Package Compare versions

Comparing version 1.16.1 to 1.16.2

4

dist/index.d.ts

@@ -1,2 +0,2 @@

import posthog from 'posthog-js';
export declare const usePostHog: (apiKey: string, config?: posthog.Config | undefined, name?: string | undefined) => void;
import { PostHogConfig } from 'posthog-js';
export declare const usePostHog: (apiKey: string, config?: PostHogConfig | undefined, name?: string | undefined) => void;
{
"name": "next-use-posthog",
"version": "1.16.1",
"version": "1.16.2",
"license": "MIT",

@@ -37,3 +37,3 @@ "description": "A Next.js hook for PostHog analytics",

"dependencies": {
"posthog-js": "1.16.0"
"posthog-js": "^1.38.0"
},

@@ -40,0 +40,0 @@ "peerDependencies": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc