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

metrics

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

metrics - npm Package Compare versions

Comparing version 0.1.11 to 0.1.12

index.d.ts

3

package.json
{
"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 @@ }

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