Comparing version 0.1.1 to 1.0.0
@@ -9,3 +9,3 @@ module.exports = function () { | ||
timerLog[k] = { k: k, t: diff[0] + diff[1] / 1e9 }; | ||
if (extraData) timerLog[k].d = extraData; | ||
if (typeof(extraData) !== "undefined") timerLog[k].d = extraData; | ||
}; | ||
@@ -12,0 +12,0 @@ |
{ | ||
"name": "timerish", | ||
"version": "0.1.1", | ||
"version": "1.0.0", | ||
"description": "Stopwatch-y logger-y thing", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
2703
1
1