phylum-dev/vuln-reach

Support `"imports"` field in `package.json`

andreaphylum opened this issue · 0 comments

The "imports" field in package.json allows developers to define internal module mappings.

We currently don't support this specifier format, and an import of the form import '#dep' would result in a missing edge.

We should consider supporting this after evaluating how wide is the adoption for this feature.