Comparing version 0.1.11 to 0.1.12
{ | ||
"name": "metrics", | ||
"description": "A node.js port of Coda Hale's metrics library. In use at Yammer.", | ||
"version": "0.1.11", | ||
"version": "0.1.12", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -6,0 +7,0 @@ "type": "git", |
@@ -22,4 +22,6 @@ /* | ||
// Don't keep the process open if this is the last thing in the event loop. | ||
this.tickInterval.unref(); | ||
if (this.tickInterval.unref) { | ||
// Don't keep the process open if this is the last thing in the event loop. | ||
this.tickInterval.unref(); | ||
} | ||
} | ||
@@ -26,0 +28,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
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
94116
46
1724
3