
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
glhd-tailwindcss-transitions
Advanced tools
[Documentation (work in progress)](https://glhd.github.io/tailwindcss-plugins/)
Documentation (work in progress)
Installation:
yarn add glhd-tailwindcss-transitions
Usage:
// In your tailwind config
{
plugins: [
require('glhd-tailwindcss-transitions')(),
],
}
By default, the plugin provides the following utilities:
.transition {
transition-duration: .25s;
}
.transition-slower {
transition-duration: .75s;
}
.transition-slow {
transition-duration: .5s;
}
.transition-fast {
transition-duration: .15s;
}
.transition-faster {
transition-duration: .075s;
}
.transition {
transition-property: all;
}
.transition-property-all {
transition-property: all;
}
.transition-property-none {
transition-property: none;
}
.transition-property-bg {
transition-property: background;
}
.transition-property-opacity {
transition-property: opacity;
}
.transition-property-color {
transition-property: color;
}
.transition-property-shadow {
transition-property: box-shadow;
}
.transition {
transition-timing-function: ease-in-out;
}
.transition-timing-linear {
transition-timing-function: linear;
}
.transition-timing-ease {
transition-timing-function: ease;
}
.transition-timing-ease-in {
transition-timing-function: ease-in;
}
.transition-timing-ease-out {
transition-timing-function: ease-out;
}
.transition-timing-ease-in-out {
transition-timing-function: ease-in-out;
}
.transition {
transition-delay: .1s;
}
.transition-delay-long {
transition-delay: .2s;
}
.transition-delay-longer {
transition-delay: .3s;
}
.transition-delay-longest {
transition-delay: .4s;
}
.transition-delay-none {
transition-delay: 0s;
}
Configuration:
You can configure the .transition
prefix, Tailwind variants, and utility options by passing a configuration object to the plugin.
See the default config for all options. You can either set these in your main Tailwind config file, or pass them into the plugin when you add it to Tailwind.
FAQs
[Documentation (work in progress)](https://glhd.github.io/tailwindcss-plugins/)
The npm package glhd-tailwindcss-transitions receives a total of 23 weekly downloads. As such, glhd-tailwindcss-transitions popularity was classified as not popular.
We found that glhd-tailwindcss-transitions 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
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.