@overleaf/metrics
Advanced tools
Comparing version 3.2.0 to 3.2.1
@@ -31,3 +31,3 @@ const ExpressCompression = require('compression') | ||
configure({ ...opts, appName: _name }) | ||
collectDefaultMetrics({ timeout: 5000, prefix: buildPromKey() }) | ||
collectDefaultMetrics({ timeout: 5000, prefix: '' }) | ||
@@ -34,0 +34,0 @@ console.log(`ENABLE_TRACE_AGENT set to ${process.env.ENABLE_TRACE_AGENT}`) |
{ | ||
"name": "@overleaf/metrics", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "A drop-in metrics and monitoring module for node.js apps", | ||
@@ -38,3 +38,5 @@ "repository": { | ||
"lint": "eslint --max-warnings 0 .", | ||
"test": "mocha --reporter spec --recursive --exit --grep=$MOCHA_GREP test/unit", | ||
"test:unit": "mocha --reporter spec --recursive --exit --grep=$MOCHA_GREP test/unit", | ||
"test:acceptance": "mocha --reporter spec --recursive --exit --grep=$MOCHA_GREP test/acceptance", | ||
"test": "npm run test:unit && npm run test:acceptance", | ||
"format": "prettier-eslint $PWD'/**/*.js' --list-different", | ||
@@ -41,0 +43,0 @@ "format:fix": "prettier-eslint $PWD'/**/*.js' --write" |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
39874
1196
4
14