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
711
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

posthog-js - npm Package Compare versions

Comparing version 1.9.5 to 1.9.6

6

CHANGELOG.md

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

## 1.9.6 - 2021-03-30
- Support rrweb mask all inputs (#207)
- Support rrweb mask all inputs (#207)
- fix: incorrect typing for isFeatureEnabled (#208)
## 1.9.3 - 2021-03-12

@@ -2,0 +8,0 @@

7

dist/module.d.ts

@@ -273,2 +273,6 @@ // Type definitions for exported methods

* inapp_link_new_window: false
*
* // specify if input values should be captured by default
* // works for both autocapture and session recording
* mask_all_inputs: false
* }

@@ -444,3 +448,3 @@ *

*/
static isFeatureEnabled(key: string, options: posthog.isFeatureEnabledOptions): boolean
static isFeatureEnabled(key: string, options?: posthog.isFeatureEnabledOptions): boolean

@@ -528,2 +532,3 @@ /*

properties_string_max_length?: number
mask_all_inputs?: boolean
}

@@ -530,0 +535,0 @@

2

package.json
{
"name": "posthog-js",
"version": "1.9.5",
"version": "1.9.6",
"description": "Posthog-js allows you to automatically capture usage and send events to PostHog.",

@@ -5,0 +5,0 @@ "repository": "https://github.com/PostHog/posthog-js",

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

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

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

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