arc-router
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -327,3 +327,3 @@ const is = require('arc-is'); | ||
let highValue = 0; | ||
_index.each((_key,_obj)=>{ | ||
_index.forEach((_obj,_key)=>{ | ||
if(_obj[_reduceByKey] > highValue){ | ||
@@ -330,0 +330,0 @@ highValue = _obj[_reduceByKey]; |
{ | ||
"name": "arc-router", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "A purely functional router for independently evaluating a path against a list of routes", | ||
@@ -29,5 +29,5 @@ "main": "index.js", | ||
"arc-is": "^1.0.5", | ||
"arc-object": "^1.5.0", | ||
"arc-object": "^2.0.0", | ||
"arc-reg-exp": "^1.0.0" | ||
} | ||
} |
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
22462
+ Addedarc-array@4.0.1(transitive)
+ Addedarc-check@1.2.0(transitive)
+ Addedarc-object@2.1.0(transitive)
- Removedarc-array@3.2.1(transitive)
- Removedarc-check@1.0.3(transitive)
- Removedarc-object@1.5.0(transitive)
Updatedarc-object@^2.0.0