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

express-perf

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-perf - npm Package Compare versions

Comparing version 1.11.2 to 1.11.3

7

index.js

@@ -69,2 +69,6 @@ var https = require('https')

}
if (resp.statusCode === 403) {
opts.apiKey = null
}
}

@@ -89,3 +93,4 @@

'Content-Type': 'application/json',
'X-Perf-Public-API-Key': opts.apiKey
'X-Perf-Public-API-Key': opts.apiKey,
'User-Agent': 'PerfAgent-Node/1.11.3'
}

@@ -92,0 +97,0 @@ }, handleResp)

2

package.json
{
"name": "express-perf",
"version": "1.11.2",
"version": "1.11.3",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

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