
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
Can be used globally or required as a module
Stand alone
npm install -g rsas
As a module
npm install --save rsas
Simple
rsas
Fully loaded
rsas /my-angular-project --port=8080 --env=production --proxy-url=www.google.com --proxy-route=/proxy
Quarter-pounder
var rsas = require('rsas');
rsas.listen();
With cheese
var rsas = require('rsas');
rsas.listen({
dir: '/my-angular-project',
port: 8080,
env: 'production',
'proxy-url': 'www.google.com',
'proxy-route': '/proxy'
});
Type: Number
Default value: 9000
The port to listen on.
Type: String
Default value: current working directory
The directory to serve.
Type: String
Default value: development
The current development environment development/production.
Type: String
Default value: undefined
The url for the proxy to forward to.
Type: String
Default value: /api
The server route to forward to the proxy.
FAQs
Really Simple Angular Server
We found that rsas 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

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.