
Research
TeamPCP Compromises Telnyx Python SDK to Deliver Credential-Stealing Malware
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.
react-compiler-marker
Advanced tools
CLI for generating React Compiler reports. Scan your project to see which components are optimized by the React Compiler and which have issues.
npx react-compiler-marker [options] [directory]
Requirements: babel-plugin-react-compiler must be installed in your project.
# Text summary (default)
npx react-compiler-marker .
# Interactive HTML report
npx react-compiler-marker --format html .
# HTML report saved to file
npx react-compiler-marker --format html --output report.html .
# JSON for CI pipelines
npx react-compiler-marker --format json . > report.json
# Custom extensions and excludes
npx react-compiler-marker --include-extensions .tsx,.ts --exclude-dirs node_modules,dist .
| Option | Description | Default |
|---|---|---|
--format <format> | Output format: text, html, json | text |
--output <path> | Write output to a file instead of stdout | stdout |
--exclude-dirs <dirs> | Comma-separated directories to exclude | node_modules,.git,dist,build,out,coverage,.next,.turbo |
--include-extensions <exts> | Comma-separated file extensions to include | .js,.jsx,.ts,.tsx,.mjs,.cjs |
--babel-plugin-path <path> | Path to babel-plugin-react-compiler | Auto-detected from node_modules |
--help | Show help message | |
--version | Show version number |
React Compiler Report
========================================
Files scanned: 120
Files with results: 85
Compiled (success): 200
Failed: 12
Failures:
----------------------------------------
src/components/Foo.tsx:42 - MyComponent: (BuildHIR::lowerStatement) Handle TryStatement
src/screens/Bar.tsx:15 - (anonymous): Mutating a variable after render
Self-contained interactive report with filtering, search, and a tree view. When no --output is specified, opens automatically in your browser.
Full report data for programmatic use and CI integration.
The CLI exits with code 1 if any compilation failures exist, making it useful in CI pipelines:
npx react-compiler-marker --format json --output report.json . || echo "Compilation failures found"
MIT
FAQs
CLI for generating React Compiler reports
We found that react-compiler-marker demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.

Security News
/Research
Widespread GitHub phishing campaign uses fake Visual Studio Code security alerts in Discussions to trick developers into visiting malicious website.