Closed
Description
https://unpkg.com/[email protected]/core.js
We should detect the following code as an unsafe-import (but still detect the usage of the stream
core module)
// Using `eval` to work around issues when bundling with Webpack
const stream = eval('require')('stream'); // eslint-disable-line no-eval