fix(module): correct ESM for Node usage #1214
4 new security issues (0 max.).
Here is an overview of what got changed by this pull request:
Issues
======
- Added 4
Complexity increasing per file
==============================
- scripts/babel/extension-resolver.js 5
See the complete overview on Codacy
Annotations
Check warning on line 110 in scripts/babel/extension-resolver.js
codacy-production / Codacy Static Code Analysis
scripts/babel/extension-resolver.js#L110
Detected possible user input going into a `path.join` or `path.resolve` function.
Check warning on line 157 in scripts/babel/extension-resolver.js
codacy-production / Codacy Static Code Analysis
scripts/babel/extension-resolver.js#L157
Detected possible user input going into a `path.join` or `path.resolve` function.
Check warning on line 190 in scripts/babel/extension-resolver.js
codacy-production / Codacy Static Code Analysis
scripts/babel/extension-resolver.js#L190
Detected that function argument `{ types }` has entered the fs module.
Check warning on line 190 in scripts/babel/extension-resolver.js
codacy-production / Codacy Static Code Analysis
scripts/babel/extension-resolver.js#L190
The application dynamically constructs file or path information.