
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.
file-based-routing-cli
Advanced tools
A command-line tool that enables file-based routing in React projects, similar to Next.js routing but for standard React applications. This tool automatically generates and manages routes based on your file structure in the pages directory.
react-router-domApp.jsx/tsx to include routing configurationpages directory for your route componentspages directory.jsx and .tsx files)pages/index.jsx → /)You can install the package globally:
npm install -g file-based-routing-cli
Or use it directly with npx:
npx file-based-routing-cli [command]
fbr init
This command:
pages directoryreact-router-dom if not presentApp.jsx/tsx to include the routerfbr watch
This command:
pages directory for file changesyour-react-app/
├── src/
│ ├── App.jsx
│ └── routing.jsx (auto-generated)
├── pages/
│ ├── index.jsx → /
│ ├── about.jsx → /about
│ ├── contact.jsx → /contact
│ └── blog/
│ ├── index.jsx → /blog
│ └── [id].jsx → /blog/:id
When you create a new file in the pages directory, the CLI automatically generates a component with this structure:
export default function About() {
return (
<div>
<h1>About Page</h1>
</div>
);
}
MIT
FAQs
CLI tool for file-based routing in React projects
The npm package file-based-routing-cli receives a total of 0 weekly downloads. As such, file-based-routing-cli popularity was classified as not popular.
We found that file-based-routing-cli 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.