Socket
Socket
Sign inDemoInstall

connect

Package Overview
Dependencies
Maintainers
4
Versions
234
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.29.0 to 2.29.1

39

History.md

@@ -0,1 +1,40 @@

2.29.1 / 2015-03-16
===================
* deps: body-parser@~1.12.2
- deps: debug@~2.1.3
- deps: qs@2.4.1
- deps: type-is@~1.6.1
* deps: compression@~1.4.3
- Fix error when code calls `res.end(str, encoding)`
- deps: accepts@~1.2.5
- deps: debug@~2.1.3
* deps: connect-timeout@~1.6.1
- deps: debug@~2.1.3
* deps: debug@~2.1.3
- Fix high intensity foreground color for bold
- deps: ms@0.7.0
* deps: errorhandler@~1.3.5
- deps: accepts@~1.2.5
* deps: express-session@~1.10.4
- deps: debug@~2.1.3
* deps: finalhandler@0.3.4
- deps: debug@~2.1.3
* deps: method-override@~2.3.2
- deps: debug@~2.1.3
* deps: morgan@~1.5.2
- deps: debug@~2.1.3
* deps: qs@2.4.1
- Fix error when parameter `hasOwnProperty` is present
* deps: serve-index@~1.6.3
- Properly escape file names in HTML
- deps: accepts@~1.2.5
- deps: debug@~2.1.3
- deps: escape-html@1.0.1
- deps: mime-types@~2.0.10
* deps: serve-static@~1.9.2
- deps: send@0.12.2
* deps: type-is@~1.6.1
- deps: mime-types@~2.0.10
2.29.0 / 2015-02-17

@@ -2,0 +41,0 @@ ===================

34

package.json
{
"name": "connect",
"description": "High performance middleware framework",
"version": "2.29.0",
"version": "2.29.1",
"author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)",

@@ -21,3 +21,3 @@ "contributors": [

"basic-auth-connect": "1.0.0",
"body-parser": "~1.12.0",
"body-parser": "~1.12.2",
"bytes": "1.0.0",

@@ -27,24 +27,24 @@ "cookie": "0.1.2",

"cookie-signature": "1.0.6",
"compression": "~1.4.1",
"connect-timeout": "~1.6.0",
"compression": "~1.4.3",
"connect-timeout": "~1.6.1",
"content-type": "~1.0.1",
"csurf": "~1.7.0",
"debug": "~2.1.1",
"debug": "~2.1.3",
"depd": "~1.0.0",
"errorhandler": "~1.3.4",
"express-session": "~1.10.3",
"finalhandler": "0.3.3",
"errorhandler": "~1.3.5",
"express-session": "~1.10.4",
"finalhandler": "0.3.4",
"fresh": "0.2.4",
"http-errors": "~1.3.1",
"method-override": "~2.3.1",
"morgan": "~1.5.1",
"method-override": "~2.3.2",
"morgan": "~1.5.2",
"multiparty": "3.3.2",
"on-headers": "~1.0.0",
"parseurl": "~1.3.0",
"qs": "2.3.3",
"qs": "2.4.1",
"response-time": "~2.3.0",
"serve-favicon": "~2.2.0",
"serve-index": "~1.6.2",
"serve-static": "~1.9.1",
"type-is": "~1.6.0",
"serve-index": "~1.6.3",
"serve-static": "~1.9.2",
"type-is": "~1.6.1",
"utils-merge": "1.0.0",

@@ -56,5 +56,5 @@ "vhost": "~3.0.0",

"dox": "~0.4.6",
"istanbul": "0.3.5",
"mocha": "~2.1.0",
"should": "~5.0.0"
"istanbul": "0.3.8",
"mocha": "~2.2.1",
"should": "~5.2.0"
},

@@ -61,0 +61,0 @@ "license": "MIT",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc