
Research
2025 Report: Destructive Malware in Open Source Packages
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.
Muffin is a full stack development tool for creating modern webapps. It is designed to help the developer become more productive without getting in the way.
All documentation, samples and demos are on the hompage - http://muffin.io.
Install Muffin using npm:
$ [sudo] npm install -g muffin.io
Muffin comes with a command line tool aptly named muffin.
To use Google App Engine as the backend stack, you need to install the Google App Engine SDK for Python.
To use Node.js/MongoDB as the backend stack, you need to install MongoDB. The easiest way to install MongoDB on Mac OS X is using Homebrew:
$ brew update
$ brew install mongodb
Create a new project:
$ muffin new <project-name>
This sets up a project boilerplate with only the frontend stack. To specify a server stack, you can use the --server or -s option:
$ muffin new <project-name> -s [nodejs|gae]
Install dependencies:
$ cd /path/to/your/project
$ muffin install
Start the development server while watching for file changes:
$ muffin watch -s
Now point your browser to http://localhost:4000 and see your app in action.
Released under the MIT license.
FAQs
A full stack development tool for creating modern webapps
We found that muffin.io 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
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.

Research
/Security News
A five-month operation turned 27 npm packages into durable hosting for browser-run lures that mimic document-sharing portals and Microsoft sign-in, targeting 25 organizations across manufacturing, industrial automation, plastics, and healthcare for credential theft.