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.1.0 to 1.1.1

2

lib/connect.js

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

exports.version = '1.1.0';
exports.version = '1.1.1';

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

@@ -228,3 +228,3 @@

// the incoming connection is secure.
var secured = cookie.secure && (req.connection.secure || req.connection.proxySecure);
var secured = cookie.secure && (req.connection.encrypted || req.connection.proxySecure);
if (secured || !cookie.secure) {

@@ -231,0 +231,0 @@ res.setHeader('Set-Cookie', cookie.serialize(key, req.sessionID));

{
"name": "connect",
"version": "1.1.0",
"version": "1.1.1",
"description": "High performance middleware framework",

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

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