@ava/babel
Babel provider for AVA
11
Versions
MIT
License
No
Install Scripts
Missing
Provenance
Supply chain provenance
Status for the latest visible version.
No SLSA provenance
npm registry signatures
gitHead linked
Without SLSA provenance there is no cryptographic link between this tarball and the public source, so a manually published version cannot be tied back to a reviewed commit.
Maintainers
sindresorhusnovemberborn
Keywords
avababel
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| semgrep | semgrep:dynamic-require | AI (semgrep): Dynamic require is used to load Babel plugins by reference name — a standard pattern for Babel provider packages. Not arbitrary code execution. | ai | |
| phantom-deps | phantom-dep:@babel/plugin-proposal-dynamic-import | AI (phantom-deps): Babel plugins are loaded by string name at runtime via dynamic require; not directly imported by path. This is the standard Babel plugin loading convention. | ai | |
| phantom-deps | phantom-dep:@babel/plugin-proposal-optional-chaining | AI (phantom-deps): Babel plugins are loaded by string name at runtime via dynamic require; not directly imported by path. This is the standard Babel plugin loading convention. | ai | |
| phantom-deps | phantom-dep:@babel/plugin-transform-modules-commonjs | AI (phantom-deps): Babel plugins are loaded by string name at runtime via dynamic require; not directly imported by path. This is the standard Babel plugin loading convention. | ai | |
| phantom-deps | phantom-dep:@babel/plugin-proposal-nullish-coalescing-operator | AI (phantom-deps): Babel plugins are loaded by string name at runtime via dynamic require; not directly imported by path. This is the standard Babel plugin loading convention. | ai |