
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.
@acutejs/sample-todo
Advanced tools
A sample todo app build with Acute.
https://acutejs-sample-todo.firebaseapp.com
This sample uses Firebase hosting and associated tooling to run a local server and deploy. The firebase-tools CLI package can be installed globally (recommended) or locally as a peer dependency of this sample.
# With global firebase-tools
npm install --g firebase-tools
npm install @acute/sample-todo
# With local firebase-tools
npm install @acute/sample-todo firebase-tools
Build static assets, watch for changes and start a development server on port 5000.
npm start
Build static assets for production with minification and deploy to firebase hosting.
# Remember to update .firebaserc first!
npm run deploy
It’s possible to run this sample without firebase if you provide your own development server and deployment tooling.
# Install without firebase-tools
npm install @acute/sample-todo
# Build static assets and watch for changes
npm run build:watch
# Serve (in another window) e.g. using python
pushd public; python -m SimpleHTTPServer; popd;
# Build for production
npm run build:prod
# Deploy e.g. using Google Cloud
gloud app deploy public
FAQs
A simple Acute setup for quick prototyping.
We found that @acutejs/sample-todo 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.