Comparing version 0.10.1 to 0.10.2
@@ -71,2 +71,5 @@ declare const mixpanel: mixpanel.Mixpanel; | ||
unset(distinctId: string, propertyName: string | string[], callback?: Callback): void; | ||
unset(distinctId: string, propertyName: string | string[], modifiers?: Modifiers, callback?: Callback): void; | ||
set_once(distinctId: string, propertyName: string, value: string, callback?: Callback): void; | ||
@@ -73,0 +76,0 @@ set_once( distinctId: string, propertyName: string, value: string, modifiers: Modifiers, callback?: Callback): void; |
@@ -10,3 +10,3 @@ { | ||
], | ||
"version": "0.10.1", | ||
"version": "0.10.2", | ||
"homepage": "https://github.com/mixpanel/mixpanel-node", | ||
@@ -13,0 +13,0 @@ "author": "Carl Sverre", |
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
118114
2488