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.6 to 0.0.7

.gitmodules

5

lib/mixpanel-node.js

@@ -183,3 +183,6 @@ /*

if (isNaN(parseFloat(val))) {
console.error("Invalid increment value passed to mixpanel.people.increment - must be a number");
if (metrics.config.debug) {
console.error("Invalid increment value passed to mixpanel.people.increment - must be a number");
console.error("Passed " + key + ":" + val);
}
return;

@@ -186,0 +189,0 @@ } else {

11

package.json

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

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

@@ -18,4 +18,11 @@ "author": "Carl Sverre",

"engines": {
"node": ">=0.4.0"
"node": ">=0.6.0"
},
"scripts": {
"test": "bin/run_tests"
},
"devDependencies": {
"nodeunit": "0.7",
"sinon": "1.4"
}
}
Mixpanel-node
=============
[![Build Status](https://secure.travis-ci.org/carlsverre/mixpanel-node.png)](http://travis-ci.org/carlsverre/mixpanel-node)

@@ -12,3 +13,3 @@ This library provides many of the features in the official javascript mixpanel library. It is easy to use, and fully async.

Quick Start
-----
-----------

@@ -49,4 +50,3 @@ // grab the Mixpanel factory

// increment multiple properties
mixpanel.people.increment("billybob", {"points": 10, "games_played":
1});
mixpanel.people.increment("billybob", {"points": 10, "games_played": 1});

@@ -60,2 +60,9 @@ // delete a user

Tests
-----
# in the mixpanel-node directory
npm install
npm test
Attribution/Credits

@@ -62,0 +69,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