prom-client
Advanced tools
Comparing version 6.0.0 to 6.1.0
{ | ||
"name": "prom-client", | ||
"version": "6.0.0", | ||
"version": "6.1.0", | ||
"description": "Client for prometheus", | ||
@@ -14,5 +14,6 @@ "main": "index.js", | ||
"scripts": { | ||
"test": "npm run lint && npm run test-unit", | ||
"test": "npm run lint && npm run compile-typescript && npm run test-unit", | ||
"lint": "node-version-gte-4 && eslint . || node-version-lt-4", | ||
"test-unit": "mocha --recursive test/" | ||
"test-unit": "mocha --recursive test/", | ||
"compile-typescript": "tsc index.d.ts" | ||
}, | ||
@@ -38,3 +39,4 @@ "repository": { | ||
"node-version-check": "^2.1.1", | ||
"sinon": "^1.17.2" | ||
"sinon": "^1.17.2", | ||
"typescript": "^2.0.3" | ||
}, | ||
@@ -44,3 +46,4 @@ "dependencies": { | ||
"util-extend": "^1.0.1" | ||
} | ||
}, | ||
"types": "./index.d.ts" | ||
} |
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
55621
8