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.
gatsby-theme-animated-tailwind
Advanced tools
Gatsby Theme for TailwindCSS, TailwindUI & TailwindUI/react
Gatsby Theme for TailwindCSS, TailwindUI & TailwindUI/react
A gatsby theme for using tailwindcss in your app by default.
This theme will also install the amazing @tailwindcss/ui
& @tailwindcss/react
and you will be able to use the pre-built components in your app.
Demo can be found below. The source code is located here
https://gatsby-tailwind-demo.netlify.app/
npm install gatsby-theme-animated-tailwind
if you're using Yarn
yarn add gatsby-theme-animated-tailwind
Add configuration to your gatsby configuration, gatsby-config.js
module.exports = {
plugins: [
{
resolve: `gatsby-theme-animated-tailwind`,
}
],
}
Refer Tailwind Docs for usage instructions regarding the css framework.
FAQs
Gatsby Theme for TailwindCSS, TailwindUI & TailwindUI/react
The npm package gatsby-theme-animated-tailwind receives a total of 10 weekly downloads. As such, gatsby-theme-animated-tailwind popularity was classified as not popular.
We found that gatsby-theme-animated-tailwind 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.