How to identify whether an npm package is thread blocking or not?

Asked

Viewed 23 times

0

I’m using the package Adm-zip on a project in node.js. I wonder if this package blocks Event loop and how I could identify packages that are thread-bloking or not.

  • I don’t know any Node or npm tools that automate this. You will need to scan the package, test if it blocks or not - even because every library can have several functions and one can be blocking, but another not.

  • I voted to close this question because it is too broad - I cannot imagine an answer that is satisfactory.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.