Socket
Socket
Sign inDemoInstall

connect-timeout

Package Overview
Dependencies
6
Maintainers
8
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.0 to 1.5.0

14

HISTORY.md

@@ -0,1 +1,15 @@

1.5.0 / 2014-12-30
==================
* deps: debug@~2.1.1
* deps: http-errors@~1.2.8
- Fix stack trace from exported function
* deps: ms@0.7.0
- Add `milliseconds`
- Add `msecs`
- Add `secs`
- Add `mins`
- Add `hrs`
- Add `yrs`
1.4.0 / 2014-10-16

@@ -2,0 +16,0 @@ ==================

15

package.json
{
"name": "connect-timeout",
"description": "timeout middleware",
"version": "1.4.0",
"version": "1.5.0",
"contributors": [

@@ -12,12 +12,11 @@ "Douglas Christopher Wilson <doug@somethingdoug.com>",

"dependencies": {
"debug": "~2.1.0",
"http-errors": "~1.2.7",
"ms": "0.6.2",
"debug": "~2.1.1",
"http-errors": "~1.2.8",
"ms": "0.7.0",
"on-headers": "~1.0.0"
},
"devDependencies": {
"istanbul": "0.3.2",
"mocha": "~1.21.4",
"should": "~4.0.4",
"supertest": "~0.14.0"
"istanbul": "0.3.5",
"mocha": "~2.1.0",
"supertest": "~0.15.0"
},

@@ -24,0 +23,0 @@ "files": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc