New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

connect-settimeout

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

connect-settimeout - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

1

index.js

@@ -17,2 +17,3 @@ module.exports = function(cb, duration, options){

res.on('close', onEnd);
res.on('aborted', onEnd);
next();

@@ -19,0 +20,0 @@ };

2

package.json
{
"name": "connect-settimeout",
"version": "0.0.2",
"version": "0.0.3",
"description": "a connect middleware that runs a provided function if a request lasts longer than a given duration",

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