snyk / nodejs-lockfile-parser

Generate a Snyk dependency tree from package-lock.json or yarn.lock file
Other
59 stars 28 forks source link

feat: async-ify all the depgraph builder functions #189

Closed JamesPatrickGill closed 1 year ago

JamesPatrickGill commented 1 year ago

This adds the event-loop-spinner to the dep graph builders to help prevent any event-loop-blocking by the synchronous loops within recursion currently in the newer pattern.

This obviously changes the function apis slightly.

snyksec commented 1 year ago

:tada: This PR is included in version 1.49.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: