@types/mixpanel-browser
Advanced tools
Comparing version 2.35.5 to 2.35.6
@@ -181,2 +181,7 @@ // Type definitions for mixpanel-browser 2.35 | ||
export interface OverridedMixpanel extends Mixpanel { | ||
init(token: string, config: Partial<Config>, name: string): Mixpanel; | ||
init(token: string, config?: Partial<Config>): undefined; | ||
} | ||
export function add_group(group_key: string, group_id: string, callback?: Callback): void; | ||
@@ -225,3 +230,3 @@ export function alias(alias: string, original?: string): void; | ||
declare const mixpanel: Mixpanel; | ||
declare const mixpanel: OverridedMixpanel; | ||
export default mixpanel; |
{ | ||
"name": "@types/mixpanel-browser", | ||
"version": "2.35.5", | ||
"version": "2.35.6", | ||
"description": "TypeScript definitions for mixpanel-browser", | ||
@@ -42,4 +42,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "dea0d6810fcba106cedb63504c222ac40817e4346eec3e65e13db188973ee0e5", | ||
"typesPublisherContentHash": "47f0baa0eef27a1d5e4113cd4f01dd11e10570ff7d9a3fb38a7251a671f51ce7", | ||
"typeScriptVersion": "3.4" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 16 Feb 2021 23:20:24 GMT | ||
* Last updated: Fri, 19 Feb 2021 17:58:40 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
11974
209