Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@heroku/marketing-tailwind-config
Advanced tools
The custom Tailwind config for the marketing properties on Heroku.
All classes are prefixed with tw-
to avoid clashing with existing classes.
This configuration covers:
.tw-owl-mt-
classesmin-height
via the .tw-min-h-
classesYou can use the configuration in your PostCSS configuration. For example, in a standard Rails postcss.config.js
file:
module.exports = {
plugins: [
require('postcss-import'),
require('autoprefixer'),
require('postcss-flexbugs-fixes'),
require('tailwindcss')('node_modules/@heroku/marketing-tailwind-config'),
require('postcss-preset-env')({
autoprefixer: {
flexbox: 'no-2009',
},
stage: 3,
}),
],
}
FAQs
The Tailwind config for Heroku marketing
The npm package @heroku/marketing-tailwind-config receives a total of 16 weekly downloads. As such, @heroku/marketing-tailwind-config popularity was classified as not popular.
We found that @heroku/marketing-tailwind-config demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 274 open source maintainers 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 researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.