Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

posthog-js

Package Overview
Dependencies
Maintainers
3
Versions
680
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

posthog-js - npm Package Versions

1
68

1.7.3-beta.1

Diff

timgl
published 1.7.2 •

Changelog

Source

1.7.2 - 2020-11-28

  • Fix issues with incorrect headers being set on decide
macobo
published 1.7.1 •

Changelog

Source

1.7.1 - 2020-11-27

  • Force session recording to use lz64 compression (https://github.com/PostHog/posthog-js/pull/134)
  • Bundle module.js in es5 (https://github.com/PostHog/posthog-js/pull/132)
macobo
published 1.7.0 •

Changelog

Source

1.7.0 - 2020-11-26

  • Send session recording events to posthog in (short) batches, separate from rest of events to make sure we drop fewer events (#126)
  • Send session recording events to a separate endpoint for newer versions of posthog (#118)
  • Send correct LIB_VERSION to posthog with captures (#119)
  • Handle capturing self-referential objects (#123)
  • Make the library smaller by dropping unneeded code (#123, #128)
  • Update request batching logic (#118, #126)
  • Notify rrweb when $pageview events happen (#127)
  • Fix 'this.people.delete_user is undefined' (issue #39, #113)
  • Update rrweb block class to use ph-no-capture and ph-ignore-input (#112)
  • Deprecate calling posthog.capture with a callback (#129)
  • Attempted to re-add support for including posthog-js in server-side rendering. (#131)
  • Bugfix: Don't truncate session recording data (#121)
  • Bugfix: Kill posthog.capture_links() and posthog.capture_forms(). They were broken since initial release - you can use autocapture instead. (#128)
macobo
published 1.7.0-beta.1 •

macobo
published 1.7.0-alpha.1 •

macobo
published 1.7.0-alpha.0 •

macobo
published 1.6.0 •

Changelog

Source

1.6.0 - 2020-11-05

  • Allow updating user properties when calling posthog.identify('identity, { some: 'value' }) (#105)
  • Allow disabling $feature_flag_called event: `posthog.isFeatureEnabled('flag', { send_event: false }) (#100)
  • Make cookieless analytics possible by passing persistence: 'memory' to posthog.init (#82)
  • Avoid sending $pageleave events when capture_pageview: false passed to posthog.init (#109)
  • Code cleanup, bug fixes, integration test suite and more tech debt work
macobo
published 1.5.2 •

Changelog

Source

1.5.2 - 2020-10-22

  • Autocapture bugfix: Ignore extra spaces in classnames #99
  • Improve typing of posthog-js (#103)
macobo
published 1.5.1 •

Changelog

Source

1.5.1 - 2020-10-22

  • Improve typing of posthog.js #97 (thanks @stonesthatwhisper)
  • Improve session recording, generate $session_id fields #91 #96
  • Fix a bug with session recording events not being saved #95
  • Improve test coverage #94
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