
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.
NodeSP - A simple File Server with a Server Side JavaScript compiler
Current Dev Version: 0.3.9
##Description NodeSP is comparable with JSP. Instead of Java code in HTML, we use JavaScript, via NodeJS. NodeSP is a sub project of AssassinJS
##Prerequisites
npm install -d##Running
To run the server node nsp.js [port] [host]
The file extension used by nsp pages are .nsp
The public folder is where all your files to be served will go, be it static html pages, or nsp files, or images/css/js... so on.
The javascript code to be executed on server side should be wrapped in start <$ and end $> tags, example Example:
<$ var x=1; $>
The tags <$= $> are used to directly print values in the html page Example:
<$=x$>
Less Compiler is included, which automatically converts less files to css files in the public directory. Also less file in lessBlocks directories are not compiled, which is usefull for individual blocks that are imported into other less files.
(Note that there are some known bugs, like with the compiler regarding ' " not to work accurately every time)
The code is released under the MIT License
##Version Updates
FAQs
Node Server Pages
We found that nodesp 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.