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
664
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.8.9 to 1.8.10

8

CHANGELOG.md

@@ -0,1 +1,9 @@

## 1.8.10 - 2021-03-02
- Add properties_string_max_length = 65535 (#197)
- Add properties_string_max_length = 65535 (#197)
- Remove unused notification code (#191)
- Remove old upgrade code (never used) (#192)
- Support $set_once with identify (#190)
## 1.8.9 - 2021-03-02

@@ -2,0 +10,0 @@

9

dist/module.d.ts

@@ -147,3 +147,7 @@ // Type definitions for exported methods

*/
static identify(unique_id?: string, userProperties?: posthog.Properties): void
static identify(
unique_id?: string,
userPropertiesToSet?: posthog.Properties,
userPropertiesToSetOnce?: posthog.Properties
): void

@@ -496,2 +500,3 @@ /**

sanitize_properties?: (properties: posthog.Properties, event_name: string) => posthog.Properties
properties_string_max_length?: number
}

@@ -531,4 +536,2 @@

static upgrade(config: posthog.Config): void
static save(): void

@@ -535,0 +538,0 @@

{
"name": "posthog-js",
"version": "1.8.9",
"version": "1.8.10",
"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",

# PostHog.js
[![npm package](https://img.shields.io/npm/v/posthog-js?style=flat-square)](https://www.npmjs.com/package/posthog-js)
[![MIT License](https://img.shields.io/badge/License-MIT-red.svg?style=flat-square)](https://opensource.org/licenses/MIT)
Please see the main [PostHog docs](https://posthog.com/docs).

@@ -4,0 +7,0 @@

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