Socket
Socket
Sign inDemoInstall

connect

Package Overview
Dependencies
31
Maintainers
4
Versions
234
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.27.2 to 2.27.3

8

History.md

@@ -0,1 +1,9 @@

2.27.3 / 2014-11-09
===================
* Correctly invoke async callback asynchronously
* deps: csurf@~1.6.3
- bump csrf
- bump http-errors
2.27.2 / 2014-10-28

@@ -2,0 +10,0 @@ ===================

7

lib/proto.js

@@ -25,2 +25,7 @@ /*!

/* istanbul ignore next */
var defer = typeof setImmediate === 'function'
? setImmediate
: function(fn){ process.nextTick(fn.bind.apply(fn, arguments)) }
/**

@@ -136,3 +141,3 @@ * Utilize the given middleware `handle` to the given `route`,

if (!layer) {
done(err);
defer(done, err);
return;

@@ -139,0 +144,0 @@ }

8

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

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

"connect-timeout": "~1.4.0",
"csurf": "~1.6.2",
"csurf": "~1.6.3",
"debug": "~2.1.0",

@@ -56,4 +56,4 @@ "depd": "~1.0.0",

"istanbul": "0.3.2",
"mocha": "~2.0.0",
"should": "~4.1.0",
"mocha": "~2.0.1",
"should": "~4.2.1",
"jade": ">= 0.35.0 < 1"

@@ -60,0 +60,0 @@ },

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc