Socket
Socket
Sign inDemoInstall

route-recognizer

Package Overview
Dependencies
0
Maintainers
5
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.6 to 0.2.7

2

bower.json
{
"name": "route-recognizer",
"version": "0.2.6",
"version": "0.2.7",
"homepage": "https://github.com/tildeio/route-recognizer",

@@ -5,0 +5,0 @@ "authors": [

@@ -647,3 +647,3 @@ function Target(path, matcher, delegate) {

path = path.substr(0, pathLen - 1);
originalPath = originalPath.substr(0, pathLen - 1);
originalPath = originalPath.substr(0, originalPath.length - 1);
isSlashDropped = true;

@@ -679,3 +679,3 @@ }

RouteRecognizer.VERSION = '0.2.6';
RouteRecognizer.VERSION = '0.2.7';

@@ -682,0 +682,0 @@ // Set to false to opt-out of encoding and decoding path segments.

@@ -649,3 +649,3 @@ define('route-recognizer', ['exports'], function (exports) { 'use strict';

path = path.substr(0, pathLen - 1);
originalPath = originalPath.substr(0, pathLen - 1);
originalPath = originalPath.substr(0, originalPath.length - 1);
isSlashDropped = true;

@@ -681,3 +681,3 @@ }

RouteRecognizer.VERSION = '0.2.6';
RouteRecognizer.VERSION = '0.2.7';

@@ -684,0 +684,0 @@ // Set to false to opt-out of encoding and decoding path segments.

@@ -653,3 +653,3 @@ (function (global, factory) {

path = path.substr(0, pathLen - 1);
originalPath = originalPath.substr(0, pathLen - 1);
originalPath = originalPath.substr(0, originalPath.length - 1);
isSlashDropped = true;

@@ -685,3 +685,3 @@ }

RouteRecognizer.VERSION = '0.2.6';
RouteRecognizer.VERSION = '0.2.7';

@@ -688,0 +688,0 @@ // Set to false to opt-out of encoding and decoding path segments.

{
"name": "route-recognizer",
"version": "0.2.6",
"version": "0.2.7",
"description": "A lightweight JavaScript library that matches paths against registered routes.",

@@ -5,0 +5,0 @@ "author": "Yehuda Katz",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc