Socket
Socket
Sign inDemoInstall

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.2.3 to 2.2.4

test/path-params-match.test.js

2

index.js

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

var goBack = this.ignoreTrailingSlash ? previousPath : '/' + previousPath
var goBack = previousPath.charCodeAt(0) === 47 ? previousPath : '/' + previousPath
if (originalPath.indexOf(goBack) === -1) {

@@ -427,0 +427,0 @@ // we need to know the outstanding path so far from the originalPath since the last encountered "/" and assign it to previousPath.

{
"name": "find-my-way",
"version": "2.2.3",
"version": "2.2.4",
"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