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.5.0 to 1.5.1-beta.0

dist/array.js.map

4

dist/module.d.ts

@@ -682,3 +682,3 @@ // Type definitions for exported methods

export class feature_flags {
export class featureFlags {
static getFlags(): string[]

@@ -710,4 +710,6 @@

}
export class feature_flags extends featureFlags {}
}
export default posthog
{
"name": "posthog-js",
"version": "1.5.0",
"version": "1.5.1-beta.0",
"description": "Posthog-js allows you to automatically capture usage and send events to PostHog.",

@@ -36,2 +36,3 @@ "repository": "https://github.com/PostHog/posthog-js",

"eslint-plugin-prettier": "^3.1.4",
"given2": "^2.1.7",
"husky": "^4.2.5",

@@ -60,3 +61,9 @@ "jest": "^26.1.0",

]
},
"jest": {
"setupFilesAfterEnv": [
"given2/setup"
],
"clearMocks": true
}
}

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