Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
express-perf
Advanced tools
`express-perf` is small middleware that records performance timings and status codes from your app and sends it to Perf. We then run analytics on that data to generate metrics and alerts.
express-perf
is small middleware that records performance timings and status codes from your app and sends it to Perf.
We then run analytics on that data to generate metrics and alerts.
Right now perf is in private beta but if you're interested in an API key, feel free to email us at hi@perf.sh
Install express-perf
using npm.
npm install express-perf --save
In your Express application, include express-perf
as a middleware
var express = require('express')
var perf = require('express-perf')
app.use(perf(express, {
apiKey: PERF_API_KEY
}))
require('express')
is just an example, you probably have already included thisPERF_API_KEY
with the key given to youFAQs
`express-perf` is small middleware that records performance timings and status codes from your app and sends it to Perf. We then run analytics on that data to generate metrics and alerts.
The npm package express-perf receives a total of 0 weekly downloads. As such, express-perf popularity was classified as not popular.
We found that express-perf demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.