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

@overleaf/metrics

Package Overview
Dependencies
Maintainers
4
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@overleaf/metrics - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

test/acceptance/metrics_tests.js

2

index.js

@@ -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"

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