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
6
Versions
79
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.0.0-alpha1 to 2.0.0-alpha2

2

lib/index.cjs.js

@@ -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 @@ })

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