
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.
stylelint-value-list-box-shadow-inset-first
Advanced tools
Stylelint rule for checking if box-shadow inset values are first in list.
Stylelint rule for checking if box-shadow inset values are first in list.
npm install stylelint-value-list-box-shadow-inset-first --save-dev
Add this config to your .stylelintrc
:
{
"plugins": [
"stylelint-value-list-box-shadow-inset-first"
],
"rules": [
"plugin/value-list-box-shadow-inset-first": true
]
}
a { box-shadow: inset 1px 1px 1px #fff, 2px 2px 2px rgba(0,0,0,1), inset 3px 3px 3px red; }
/** ↑
* Inset value group is not positioned in correct order */
true
The following pattern is considered warning:
a { box-shadow: inset 1px 1px 1px #fff, 2px 2px 2px rgba(0,0,0,1), inset 3px 3px 3px red; }
The following pattern is not considered warning:
a { box-shadow: inset 1px 1px 1px #fff, inset 3px 3px 3px red, 2px 2px 2px rgba(0,0,0,1); }
MIT © Ivan Nikolić
FAQs
Stylelint rule for checking if box-shadow inset values are first in list.
The npm package stylelint-value-list-box-shadow-inset-first receives a total of 800 weekly downloads. As such, stylelint-value-list-box-shadow-inset-first popularity was classified as not popular.
We found that stylelint-value-list-box-shadow-inset-first demonstrated a healthy version release cadence and project activity because the last version was released less than 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.