
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.
An extension for Express.js to manage routes and middlewares efficiently.
🛠 Easily structure and manage your Express.js routes using a directory-based approach. 🚀
npm install routenest
📂 Automatic Express route generation based on directory structure.
⚙️ Supports middlewares and RESTful methods.
🌲 Clean and organized route management using a tree structure.
import routeNest from 'routenest'
/api
/users
get.js
post.js
/[id]
get.js
put.js
const app = routeNest.initExpress('/api')
app.listen(3000)
💡 By default, routeNest looks into the /api directory, but you can customize the directory path by passing it to initExpress.
initExpress(directoryPath: string)
🔍 Initializes the Express application with routes and middlewares defined in the provided directory.
Parameters:
directoryPath: (Optional) The path to the directory containing your routes. Defaults to /api.Returns:
If you'd like to contribute, please fork the repository and make changes as you'd like. Pull requests are warmly welcome.
This project is licensed under the MIT License.
FAQs
An extension for Express.js to manage routes and middlewares efficiently.
We found that routenest demonstrated a not healthy version release cadence and project activity because the last version was released 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
/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.