Recheck code that does deps parsing

Issue #71 resolved
Vasyl Zuzyak repo owner created an issue

Code that possibly contains bad things

In other words we need to handle code like this in single way

index = Math.abs(parseInt((index || '0'), 10));

Comments (3)

  1. Log in to comment