New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

express

Package Overview
Dependencies
Maintainers
7
Versions
282
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express - npm Package Compare versions

Comparing version 4.10.0 to 4.10.1

2

lib/router/index.js

@@ -129,3 +129,3 @@

var pathlength = search ? search - 1 : req.url.length;
var fqdn = 1 + req.url.substr(0, pathlength).indexOf('://');
var fqdn = req.url[0] !== '/' && 1 + req.url.substr(0, pathlength).indexOf('://');
var protohost = fqdn ? req.url.substr(0, req.url.indexOf('/', 2 + fqdn)) : '';

@@ -132,0 +132,0 @@ var idx = 0;

{
"name": "express",
"description": "Fast, unopinionated, minimalist web framework",
"version": "4.10.0",
"version": "4.10.1",
"author": "TJ Holowaychuk <tj@vision-media.ca>",

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

"proxy-addr": "~1.0.3",
"qs": "2.3.0",
"qs": "2.3.2",
"range-parser": "~1.0.2",

@@ -48,0 +48,0 @@ "send": "0.10.1",

Sorry, the diff of this file is too big to display

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