mixpanel-data-export
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -15,3 +15,3 @@ var CryptoJS = require("cryptojs").Crypto; | ||
this.api_secret = this.opts.api_secret; | ||
this.api_stub = this.opts.api_stub || "//mixpanel.com/api/2.0/"; | ||
this.api_stub = this.opts.api_stub || "http://mixpanel.com/api/2.0/"; | ||
this.timeout_after = this.opts.timeout_after || 10; | ||
@@ -18,0 +18,0 @@ } |
{ | ||
"name": "mixpanel-data-export", | ||
"version": "v1.0.2", | ||
"version": "v1.0.3", | ||
"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": ["mixpanel", "api", "export", "data", "analytics"], |
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
9115