Socket
Socket
Sign inDemoInstall

mixpanel-browser

Package Overview
Dependencies
Maintainers
7
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mixpanel-browser - npm Package Compare versions

Comparing version 2.38.0 to 2.39.0

5

CHANGELOG.md

@@ -0,1 +1,6 @@

**2.39.0** (17 Aug 2020)
- Escape body of POST requests to ensure valid base64 is sent to APIs (thanks @dpraul)
- Don't opt in to request-batching automatically if using a custom API host (thanks @chriszamierowski)
- Increase batch_requests default rollout to 30% of projects
**2.38.0** (12 Jun 2020)

@@ -2,0 +7,0 @@ - Ensure that first-touch referrer/UTM params get saved in superproperty storage even if no events are tracked on the page

4

package.json
{
"name": "mixpanel-browser",
"version": "2.38.0",
"version": "2.39.0",
"description": "The official Mixpanel JavaScript browser client library",

@@ -49,3 +49,3 @@ "main": "dist/mixpanel.cjs.js",

"localStorage": "1.0.4",
"lodash": "4.17.13",
"lodash": "4.17.19",
"mocha": "7.1.1",

@@ -52,0 +52,0 @@ "morgan": "1.9.1",

@@ -76,2 +76,2 @@ # Mixpanel JavaScript Library

## Thanks
For patches and support: @bohanyang, @dehau, @drubin, @D1plo1d, @feychenie, @mogstad, @pfhayes, @sandorfr, @stefansedich, @gfx, @pkaminski, @austince, @danielbaker, @mkdai, @wolever
For patches and support: @bohanyang, @dehau, @drubin, @D1plo1d, @feychenie, @mogstad, @pfhayes, @sandorfr, @stefansedich, @gfx, @pkaminski, @austince, @danielbaker, @mkdai, @wolever, @dpraul, @chriszamierowski
var Config = {
DEBUG: false,
LIB_VERSION: '2.38.0'
LIB_VERSION: '2.39.0'
};
export default Config;

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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