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

posthog-js

Package Overview
Dependencies
Maintainers
3
Versions
764
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

posthog-js - npm Package Versions

1
7274
76

1.5.0

Diff
mariusandra
published 1.5.0 •

Changelog

Source

1.5.0 - 2020-09-08

  • Add beta functionality to do session recording
  • Add $feature_flag_called event
  • Add beta Sentry integration
timgl
published 1.5.0-beta.1 •
timgl
published 1.5.0-beta.0 •
timgl
published 1.4.5 •

Changelog

Source

1.4.5 - 2020-09-08

  • Fix clicks in shadowroot for Firefox and Safari
timgl
published 1.4.4 •

Changelog

Source

1.4.4 - 2020-08-26

  • Fix clicks within shadowroot not being captured
  • Fix type definition of loaded
mariusandra
published 1.4.3 •

Changelog

Source

1.4.3 - 2020-08-11

  • Remove "?." to support older browsers
mariusandra
published 1.4.2 •

Changelog

Source

1.4.2 - 2020-08-11

  • Capture actions even if toolbar is in used
mariusandra
published 1.4.1 •

Changelog

Source

1.4.1 - 2020-08-10

  • Remove unused parameter for .reloadFeatureFlags()
mariusandra
published 1.4.0 •

Changelog

Source

1.4.0 - 2020-08-10

  • Have .onFeatureFlags(callback) register multiple callbacks, which get called when feature flags are loaded or updated
  • Update feature flags when identify is called.
  • Add option .reloadFeatureFlags(). Call it to trigger a reload of feature flags. (See #71)
  • Add config option sanitize_properties that accepts a function which sanitizes parameters of events (See #75)
mariusandra
published 1.3.8 •

Changelog

Source

1.3.8 - 2020-08-07

  • Set secure_cookie config to true if the page is running over https