Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

find-my-way

Package Overview
Dependencies
Maintainers
2
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

find-my-way - npm Package Compare versions

Comparing version 6.2.0 to 6.3.0

test/fastify-issue-3957.test.js

7

custom_node.js

@@ -65,4 +65,9 @@ 'use strict'

createParametricChild (regex) {
let parametricChild = this.parametricChildren.find(child => child.regex === regex)
const regexpSource = regex && regex.source
let parametricChild = this.parametricChildren.find(child => {
const childRegexSource = child.regex && child.regex.source
return childRegexSource === regexpSource
})
if (parametricChild) {

@@ -69,0 +74,0 @@ return parametricChild

4

index.js

@@ -444,6 +444,2 @@ 'use strict'

if (param.length > maxParamLength) {
return null
}
params.push(param)

@@ -450,0 +446,0 @@ pathIndex = pathLen

{
"name": "find-my-way",
"version": "6.2.0",
"version": "6.3.0",
"description": "Crazy fast http radix based router",

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

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