
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
@atamore/rsl
Advanced tools
rsl is a tool which helps you to bootstrap your universal React application.
While developing your app with rsl you can achieve the same convenience as with next.js, but forget about any restrictions.
webpack.config files.npx rsl start and start developing.rsl you can configure your application any way you desire. While the project was initially made for React applications, it should also work for Angular or any other framework which supports SSR.Check out the examples folder for a sample project configuration.
npm install @atamore/rsl or yarn install @atamore/rslrsl section to your package.json with the following fields:"rsl": {
"entry": "server.js",
"client": "src/core/client/entry.js",
"server": "src/core/server/entry.js",
"webpack": "webpack/compose.js"
}
entry is a path to the file, which launches the server
client is a path to file, which initializes the client side of your app
server is a path to file, which handles SSR
webpack is a path to file, which generates the webpack configs
For more information about the exported modules please refer to the examples.
npx rsl startFAQs
React Server Launcher
We found that @atamore/rsl 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.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.