Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
create-alpine-app
Advanced tools
![Create Alpine App Screenshot](https://cdn.devdojo.com/images/june2023/create-alpine-app.png)
Create an Alpine and Tailwind app with a single command. Similar to how React has Create React App, this is the equivalent to get you up and running with a simple static Alpine application.
Install and get running with the following commands:
npx create-alpine-app my-app
cd my-app
npm run dev
Now, you can edit the index.html
file in the root directory. Alpine is loaded in the index.js
, and Tailwind is loaded in the index.css
file. Hot Reloading Enabled 🔥
You can update the directory or file type that you want the watcher to look for inside of the handleHotUpdate method inside of alpine-vite-plugin.js.
If you want to distribute this application, you can run:
npm run build
And you're application will be built inside of the /dist
folder.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
FAQs
![Create Alpine App Screenshot](https://cdn.devdojo.com/images/june2023/create-alpine-app.png)
We found that create-alpine-app 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
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.