
Research
/Security News
11 Malicious NuGet Tools Pose as Game Cheats to Drop a Windows Host-Surveillance Payload
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.
Route Nest offers a unique, directory-based routing solution for structuring and managing API routes. Designed for seamless integration with popular frameworks like [Express](https://expressjs.com/) and [Hono](https://honojs.dev/), it enables developers t
Route Nest offers a unique, directory-based routing solution for structuring and managing API routes. Designed for seamless integration with popular frameworks like Express and Hono, it enables developers to organize routes in a library-like folder structure. This approach simplifies the development process and enhances maintainability.
To start using Route Nest, you need to import and initialize it within your project. Here’s a quick guide on how to set it up with Express:
First, install the package and any necessary adapters:
npm install route-nest @route-nest/express
Import and initialize Route Nest along with your framework-specific adapter:
import { initRouteNestTree } from 'route-nest'
import { initExpress } from '@route-nest/express-adapter'
async function startServer() {
const app = initExpress(await initRouteNestTree('.'))
app.listen(3000, () => console.log('Server listening on port 3000'))
}
startServer()
This setup assumes you have a directory called app at your project root,
containing your route files structured in a way that Route Nest can understand.
Contributions are always welcome! Whether it's adding new features, improving documentation, or reporting issues, please feel free to make a pull request or open an issue.
Route Nest is MIT licensed. For more information, please see the LICENSE file.
FAQs
Route Nest offers a unique, directory-based routing solution for structuring and managing API routes. Designed for seamless integration with popular frameworks like [Express](https://expressjs.com/) and [Hono](https://honojs.dev/), it enables developers t
We found that route-nest demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers 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
/Security News
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.

Research
/Security News
4 compromised asyncapi packages deliver miasma botnet loader on macOS, Linux and Windows.

Research
/Security News
A compromised jscrambler npm release added a malicious preinstall hook that runs hidden native binaries on Linux, macOS, and Windows.