Socket
Socket
Sign inDemoInstall

posthog-node

Package Overview
Dependencies
Maintainers
6
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

posthog-node - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

4

lib/index.d.ts
/// <reference types="node" />
import { JsonType as JsonType$1 } from 'posthog-core/src';
declare type PosthogCoreOptions = {

@@ -177,3 +175,3 @@ host?: string;

onlyEvaluateLocally?: boolean;
}): Promise<JsonType$1 | undefined>;
}): Promise<JsonType | undefined>;
/**

@@ -180,0 +178,0 @@ * @description Sets a groups properties, which allows asking questions like "Who are the most active companies"

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

import { JsonType } from 'posthog-core/src';
import { JsonType } from '../../posthog-core/src';
export interface IdentifyMessageV1 {

@@ -3,0 +3,0 @@ distinctId: string;

{
"name": "posthog-node",
"version": "2.3.0",
"version": "2.3.1",
"description": "PostHog Node.js integration",

@@ -5,0 +5,0 @@ "repository": "PostHog/posthog-node",

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

import { JsonType } from 'posthog-core/src'
import { JsonType } from '../../posthog-core/src'

@@ -3,0 +3,0 @@ export interface IdentifyMessageV1 {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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