cs-au-dk / jelly

JavaScript/TypeScript static analyzer for call graph construction, library usage pattern matching, and vulnerability exposure analysis
MIT License
325 stars 25 forks source link

Fixed issue where finding package.json file might not find the correc… #11

Closed barslev closed 1 year ago

barslev commented 1 year ago

…t package.json for a npm package and therefore pattern matching might fail. Also added test triggering the issue.