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.0.2 to 1.0.3

2

npm/lib/mixpanel_data_export.js

@@ -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"],

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