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

posthog-node

Package Overview
Dependencies
Maintainers
19
Versions
239
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
5.34.7
to
5.34.8
+1
-1
dist/client.js

@@ -247,3 +247,3 @@ "use strict";

};
super.identifyStatelessImmediate(distinctId, eventProperties, {
await super.identifyStatelessImmediate(distinctId, eventProperties, {
disableGeoip

@@ -250,0 +250,0 @@ });

@@ -208,3 +208,3 @@ import { version } from "./version.mjs";

};
super.identifyStatelessImmediate(distinctId, eventProperties, {
await super.identifyStatelessImmediate(distinctId, eventProperties, {
disableGeoip

@@ -211,0 +211,0 @@ });

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

export declare const version = "5.34.7";
export declare const version = "5.34.8";
//# sourceMappingURL=version.d.ts.map

@@ -29,3 +29,3 @@ "use strict";

});
const version = '5.34.7';
const version = '5.34.8';
exports.version = __webpack_exports__.version;

@@ -32,0 +32,0 @@ for(var __webpack_i__ in __webpack_exports__)if (-1 === [

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

const version = '5.34.7';
const version = '5.34.8';
export { version };
{
"name": "posthog-node",
"version": "5.34.7",
"version": "5.34.8",
"description": "PostHog Node.js integration",

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

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

export const version = '5.34.7'
export const version = '5.34.8'

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