posthog-js
Advanced tools
Comparing version 1.5.0 to 1.5.1-beta.0
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
694915
8
6149
21
3
1