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.13 to 0.1.14

2

index.d.ts

@@ -206,3 +206,3 @@ // Definitions by: Pawel Badenski <https://github.com/pbadenski>

clear(): void;
update(val: number, timestamp: number);
update(val: number, timestamp?: number): void;
weight(time: number): number;

@@ -209,0 +209,0 @@ rescale(): void;

{
"name": "metrics",
"description": "A node.js port of Coda Hale's metrics library. In use at Yammer.",
"version": "0.1.13",
"version": "0.1.14",
"types": "index.d.ts",

@@ -19,10 +19,12 @@ "repository": {

"devDependencies": {
"mocha": "^2.4.5",
"@types/node": "^8.0.24",
"chai": "^3.5.0",
"chai-string": "^1.3.0",
"debug": "^2.5.2"
"debug": "^2.5.2",
"mocha": "^2.4.5",
"typescript": "^2.4.2"
},
"scripts": {
"test": "./node_modules/.bin/mocha test/unit"
"test": "tsc index.d.ts && ./node_modules/.bin/mocha test/unit"
}
}
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