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

posthog-node

Package Overview
Dependencies
Maintainers
4
Versions
78
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 4.2.1 to 4.2.2

4

CHANGELOG.md
# Next
# 4.2.2 - 2024-11-18
1. fix: Shutdown will now respect the timeout and forcefully return rather than returning after the next fetch.
# 4.2.1 - 2024-10-14

@@ -4,0 +8,0 @@

3

lib/index.d.ts

@@ -146,3 +146,3 @@ /// <reference types="node" />

private historicalMigration;
disabled: boolean;
protected disabled: boolean;
private defaultOptIn;

@@ -171,2 +171,3 @@ private pendingPromises;

get isDebug(): boolean;
get isDisabled(): boolean;
private buildPayload;

@@ -173,0 +174,0 @@ protected addPendingPromise<T>(promise: Promise<T>): Promise<T>;

@@ -20,3 +20,3 @@ import { PostHogFetchOptions, PostHogFetchResponse, PostHogAutocaptureElement, PostHogDecideResponse, PostHogCoreOptions, PostHogEventProperties, PostHogPersistedProperty, PostHogCaptureOptions, JsonType } from './types';

private historicalMigration;
disabled: boolean;
protected disabled: boolean;
private defaultOptIn;

@@ -45,2 +45,3 @@ private pendingPromises;

get isDebug(): boolean;
get isDisabled(): boolean;
private buildPayload;

@@ -47,0 +48,0 @@ protected addPendingPromise<T>(promise: Promise<T>): Promise<T>;

{
"name": "posthog-node",
"version": "4.2.1",
"version": "4.2.2",
"description": "PostHog Node.js integration",

@@ -5,0 +5,0 @@ "repository": {

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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