arc-router
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -132,4 +132,4 @@ const is = require('arc-is'); | ||
let match = false; | ||
let routeChunk = _routeArray.shift(); | ||
let route = _uriArray.shift(); | ||
let routeChunk = _routeArray.shift() || ''; | ||
let route = _uriArray.shift() || ''; | ||
let recursive = false; | ||
@@ -166,2 +166,3 @@ let storeAsArray = false; | ||
let increment = false; | ||
@@ -168,0 +169,0 @@ |
{ | ||
"name": "arc-router", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A purely functional router for independently evaluating a path against a list of routes", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22475