
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
tailwindcss-shadow-fill
Advanced tools
🎨 TailwindCSS utility to override background fill color using shadow.
TailwindCSS utility to override background fill color using box-shadow
, is especially useful to style autocompleted form fields with tailwindcss-autofill because background-color
won't work.
Node.js 12+
TailwindCSS 2+
yarn add tailwindcss-shadow-fill
Or if you use npm
:
npm i --save tailwindcss-shadow-fill
Add to plugins
in your tailwind.config.js:
module.exports = {
// ...
plugins: [
require("tailwindcss-shadow-fill"),
// ...other plugins.
],
};
Style your components using shadow-fill-{color}
, e.g. shadow-fill-gray-100
, shadow-fill-gray-200
, shadow-fill-red-500
, etc.
<input className="shadow-fill-white dark:shadow-fill-black" />
Node 12+
Yarn 1.22+
Install requirements
Clone the repository
Run yarn
to install dependencies
Commit adhering to Angular commit convention, use yarn commit
or Code conventional commits to commit interactively
Submit a PR and make sure required status checks pass
When a PR is merged or code is pushed to master
, Github automatically builds and publishes a new release if there're relevant changes
FAQs
🎨 TailwindCSS utility to override background fill color using shadow.
The npm package tailwindcss-shadow-fill receives a total of 5,665 weekly downloads. As such, tailwindcss-shadow-fill popularity was classified as popular.
We found that tailwindcss-shadow-fill 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.