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-slinkity
Advanced tools
This demos Slinkity's core functionality while staying as lean as possible, making it the perfect launchpad for new projects 🚀
It includes:
.md
template → more on component shortcodes herenetlify.toml
configured to deploy in a flash → more on deployment herenpm i
npm run dev
npm run dev
runs slinkity --serve --incremental
to start a Vite server pointed at your 11ty build. The --incremental
flag prevents flashes of unstyled content during development.
Open localhost:8080 to view your site. Vite's development server enables processing a range of resources including SCSS and your favorite component framework.
npm run build
This runs the slinkity
command to kick off a 2 step build process:
Your new site will appear in the _site
folder, or wherever you tell 11ty to build your site.
Our .eleventy.js
file includes a few niceties we'd recommend for any Slinkity project, including:
/public
directoryTo see the full "what" and "why," head to the .eleventy.js file.
slinkity
command differ from eleventy
?You can view slinkity
as the "glue" between 11ty and Vite. When using the slinkity
command, all arguments are passed directly to the eleventy
CLI, except serve
and port
:
serve
starts the 11ty dev server in --watch
mode to listen for file changes.port
is passed to Slinkity's independent server instead of 11ty's Browsersync server.The CLI checks for Eleventy configs and will look for any custom directories returned, such as input or output. If found, those are passed off to the Vite server so it can look in the right place.
Here's a the full step-by-step for those curious!
Slinkity contributions, issues and feature requests are welcome! Feel free to check the issues page.
This README was generated with ❤️ by Ben with readme-md-generator (and then heavily edited by Anthony).
FAQs
The splendid starter to scaffold your Slinkity site.
The npm package create-slinkity receives a total of 17 weekly downloads. As such, create-slinkity popularity was classified as not popular.
We found that create-slinkity 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.