You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @apiSuccess {Integer} nodes.group The group to which this package belongs in the graph. The dependency and his dependencies are grouped together. When conflict the second level dependency is grouped with the most popular dependency.
349
349
* @apiSuccess {Object[]} links The links in the graph represented as a list.
350
350
* @apiSuccess {Integer} links.source The dependant package (as number in the nodes list).
351
-
* @apiSuccess {Integer} links.target The depending package (as number in the nodes list).
351
+
* @apiSuccess {Integer} links.target The depending package (as number in the nodes list).
352
352
*/
353
353
getDependencyGraph: function(req,res){
354
354
varrootPackage=req.param('name');
@@ -421,7 +421,7 @@ module.exports = {
421
421
* @apiSuccess {Integer} nodes.group The group to which this package belongs in the graph. The reverse dependency and his reverse dependencies are grouped together. When conflict the second level reverse dependency is grouped with the most popular reverse dependency.
422
422
* @apiSuccess {Object[]} links The links in the graph represented as a list.
423
423
* @apiSuccess {Integer} links.source The depending package (as number in the nodes list).
424
-
* @apiSuccess {Integer} links.target The dependant package (as number in the nodes list).
424
+
* @apiSuccess {Integer} links.target The dependant package (as number in the nodes list).
0 commit comments