Comparing version 0.1.13 to 0.1.14
@@ -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" | ||
} | ||
} |
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
95659
6