url-router
Advanced tools
Comparing version 7.1.4 to 7.1.5
@@ -122,2 +122,6 @@ 'use strict'; | ||
if (!table) { | ||
return null; | ||
} | ||
for (var _iterator2 = table, _isArray2 = Array.isArray(_iterator2), _i2 = 0, _iterator2 = _isArray2 ? _iterator2 : _iterator2[Symbol.iterator]();;) { | ||
@@ -124,0 +128,0 @@ var _ref4; |
@@ -105,2 +105,6 @@ 'use strict'; | ||
if (!table) { | ||
return null | ||
} | ||
for (const route of table) { | ||
@@ -107,0 +111,0 @@ let resolved; |
{ | ||
"name": "url-router", | ||
"version": "7.1.4", | ||
"version": "7.1.5", | ||
"description": "A non-opinionated cross-platform URL routing library.", | ||
@@ -29,3 +29,3 @@ "main": "es5", | ||
"eslint-config-enough": "^0.3.4", | ||
"rollup": "^1.9.3", | ||
"rollup": "^1.10.0", | ||
"rollup-plugin-babel": "^4.3.2" | ||
@@ -32,0 +32,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
30992
779