Socket
Socket
Sign inDemoInstall

connect

Package Overview
Dependencies
Maintainers
0
Versions
234
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

connect - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

test.js

2

lib/connect.js

@@ -29,3 +29,3 @@

exports.version = '1.0.2';
exports.version = '1.0.3';

@@ -32,0 +32,0 @@ /**

@@ -20,3 +20,3 @@

* which must return `true` in order to gain access. Populates
* `req.removeUser`.
* `req.remoteUser`.
*

@@ -23,0 +23,0 @@ * Examples:

@@ -195,4 +195,7 @@

stream.pipe(res);
if (fn) stream.on('end', fn);
if (fn) {
res.connection.on('error', fn);
stream.on('end', fn);
}
});
};
{
"name": "connect",
"version": "1.0.2",
"version": "1.0.3",
"description": "High performance middleware framework",

@@ -5,0 +5,0 @@ "keywords": ["framework", "web", "middleware", "connect", "rack"],

Sorry, the diff of this file is not supported yet

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