@types/mixpanel-browser
Advanced tools
Comparing version 2.49.0 to 2.49.1
export type Persistence = "cookie" | "localStorage"; | ||
export type ApiPayloadFormat = "base64" | "json"; | ||
export type PushItem = Array<string | Dict>; | ||
@@ -55,2 +57,3 @@ | ||
app_host: string; | ||
api_payload_format: ApiPayloadFormat; | ||
autotrack: boolean; | ||
@@ -57,0 +60,0 @@ cdn: string; |
{ | ||
"name": "@types/mixpanel-browser", | ||
"version": "2.49.0", | ||
"version": "2.49.1", | ||
"description": "TypeScript definitions for mixpanel-browser", | ||
@@ -48,4 +48,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mixpanel-browser", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "3438a4a284a59bd4c6698c19a48c601c833e4027127192f5c61284adf61415c5", | ||
"typeScriptVersion": "4.6" | ||
"typesPublisherContentHash": "c7c8efb72a191e56b0f7defd1f349c8b414d19c13e09e80339e27c4cba38b7b1", | ||
"typeScriptVersion": "4.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 09 Feb 2024 21:06:58 GMT | ||
* Last updated: Thu, 11 Jul 2024 14:07:34 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ |
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
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
12593
222