Severity
Low
Description
Dynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Suggestion
Packages should avoid dynamic imports when possible. Audit the use of dynamic require to ensure it is not executing malicious or vulnerable code.
Packages with this issue
Streams3, a user-land copy of the stream library from Node.js
Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset
Module for executing heavy tasks under forked processes in parallel, by providing a `Promise` based interface, minimum overhead, and bound workers.