(a, b)
| 317 | /******/ return [outdatedModules, outdatedDependencies]; |
| 318 | /******/ } |
| 319 | /******/ function addAllToSet(a, b) { |
| 320 | /******/ for(var i = 0; i < b.length; i++) { |
| 321 | /******/ var item = b[i]; |
| 322 | /******/ if(a.indexOf(item) < 0) |
| 323 | /******/ a.push(item); |
| 324 | /******/ } |
| 325 | /******/ } |
| 326 | /******/ |
| 327 | /******/ // at begin all updates modules are outdated |
| 328 | /******/ // the "outdated" status can propagate to parents if they don't accept the children |
no outgoing calls
no test coverage detected