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

mixpanel

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mixpanel - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

8

lib/mixpanel-node.js

@@ -283,5 +283,7 @@ /*

var time = properties['$time'] || new Date();
if (Object.prototype.toString.call(time) === '[object Date]') {
properties['$time'] = time.toISOString();
if (properties.hasOwnProperty('$time')) {
var time = properties['$time'];
if (Object.prototype.toString.call(time) === '[object Date]') {
properties['$time'] = time.toISOString();
}
}

@@ -288,0 +290,0 @@

@@ -5,3 +5,3 @@ {

"keywords": ["mixpanel", "analytics", "api", "stats"],
"version": "0.0.11",
"version": "0.0.12",
"homepage": "https://github.com/carlsverre/mixpanel-node",

@@ -8,0 +8,0 @@ "author": "Carl Sverre",

Sorry, the diff of this file is not supported yet

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