mixpanel-data-export
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -15,3 +15,3 @@ if (typeof window !== "object" && typeof require === "function") { | ||
this.api_secret = this.opts.api_secret; | ||
this.api_stub = this.opts.api_stub || "http://mixpanel.com/api/2.0/"; | ||
this.api_stub = this.opts.api_stub || "https://mixpanel.com/api/2.0/"; | ||
this.timeout_after = this.opts.timeout_after || 10; | ||
@@ -18,0 +18,0 @@ this._requestNumber = 0; |
{ | ||
"name": "mixpanel-data-export", | ||
"version": "v1.2.1", | ||
"version": "v1.2.2", | ||
"description": "A wrapper for Mixpanel's data export API. Simply instantiate the class with your API secret and key and then make calls to api methods and get json back.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -1,2 +0,2 @@ | ||
Mixpanel Data Export (v 1.2.1) | ||
Mixpanel Data Export (v 1.2.2) | ||
============================== | ||
@@ -3,0 +3,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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
9932