Comparing version 0.0.6 to 0.0.7
@@ -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 { |
@@ -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 @@ ------------------- |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
23087
14
496
78
2
2