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

fluvial

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fluvial - npm Package Compare versions

Comparing version 0.4.3 to 0.4.4

4

dist/path-matching.js

@@ -29,2 +29,6 @@ import { URL } from 'node:url';

for (let i = 0; i < pathPortions.length; i++) {
if (patternPortions.length > pathPortions.length) {
params = null;
break;
}
const currentPathPortion = pathPortions[i];

@@ -31,0 +35,0 @@ const currentMatchPortion = patternPortions[i];

2

package.json
{
"name": "fluvial",
"version": "0.4.3",
"version": "0.4.4",
"description": "Fluvial: A light http/2 server framework, similar to Express",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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