posthog-node
Advanced tools
Comparing version 2.0.0-alpha1 to 2.0.0-alpha2
@@ -142,3 +142,3 @@ 'use strict'; | ||
var version = "2.0.0-alpha1"; | ||
var version = "2.0.0-alpha2"; | ||
@@ -145,0 +145,0 @@ var PostHogPersistedProperty; |
@@ -134,3 +134,3 @@ import undici from 'undici'; | ||
var version = "2.0.0-alpha1"; | ||
var version = "2.0.0-alpha2"; | ||
@@ -137,0 +137,0 @@ var PostHogPersistedProperty; |
{ | ||
"name": "posthog-node", | ||
"version": "2.0.0-alpha1", | ||
"version": "2.0.0-alpha2", | ||
"description": "PostHog Node.js integration", | ||
@@ -5,0 +5,0 @@ "repository": "PostHog/posthog-node", |
@@ -44,8 +44,2 @@ import PostHog from '../' | ||
posthog.capture({ distinctId: '123', event: 'test-event', properties: { foo: 'bar' }, groups: { org: 123 } }) | ||
posthog | ||
.user('124') | ||
.groups({ | ||
org: 234, | ||
}) | ||
.capture('test-event2', { foo: 'bar2' }) | ||
@@ -63,10 +57,2 @@ jest.runOnlyPendingTimers() | ||
}, | ||
{ | ||
distinct_id: '124', | ||
event: 'test-event2', | ||
properties: { | ||
$groups: { org: 234 }, | ||
foo: 'bar2', | ||
}, | ||
}, | ||
]) | ||
@@ -73,0 +59,0 @@ }) |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
340046
3191