Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mixpanel-data-export

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mixpanel-data-export - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

2

npm/lib/mixpanel_data_export.js

@@ -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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc