import-jsx
Require and transpile JSX on the fly
14
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
vdemedes
Keywords
reactjsxrequirerequire-jsximport
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| semgrep | semgrep:dynamic-require | AI (semgrep): import-jsx is a JSX-on-the-fly transpiler/importer; dynamic require of a resolved module path is its core purpose, not a security risk. | ai | |
| phantom-deps | phantom-dep:rimraf | AI (phantom-deps): rimraf is a declared runtime dep used in cache.js for cache cleanup; phantom-dep detection is a false positive here. | ai | |
| phantom-deps | phantom-dep:@babel/plugin-transform-destructuring | AI (phantom-deps): Babel plugins are loaded by convention through @babel/core's plugin resolution, not via direct require(); this is standard Babel tooling pattern. | ai | |
| phantom-deps | phantom-dep:@babel/plugin-proposal-object-rest-spread | AI (phantom-deps): Babel plugins are loaded by convention through @babel/core's plugin resolution, not via direct require(); this is standard Babel tooling pattern. | ai |