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 2.1.1 to 2.1.2

test/issue-132.test.js

4

index.js

@@ -432,3 +432,3 @@ 'use strict'

// if exist, save the wildcard child
if (currentNode.wildcardChild !== null) {
if (currentNode.wildcardChild !== null && currentNode.wildcardChild.handlers[method] !== null) {
wildcardNode = currentNode.wildcardChild

@@ -446,3 +446,3 @@ pathLenWildcard = pathLen

// if exist, save the wildcard child
if (currentNode.wildcardChild !== null) {
if (currentNode.wildcardChild !== null && currentNode.wildcardChild.handlers[method] !== null) {
wildcardNode = currentNode.wildcardChild

@@ -449,0 +449,0 @@ pathLenWildcard = pathLen

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

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

@@ -32,3 +32,3 @@ # find-my-way

if (err) throw err
console.log('Server listening on: http://localost:3000')
console.log('Server listening on: http://localhost:3000')
})

@@ -35,0 +35,0 @@ ```

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