Security News
Supply Chain Attack Detected in @solana/web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
@primer/stylelint-config
Advanced tools
A sharable stylelint config object that enforces GitHub's CSS rules
$ npm install --save --dev @primer/stylelint-config
Within your stylelint config object You can extend this configuration. This will serve as a base for your config, then you can make overrides in your own config object:
{
"extends": "@primer/stylelint-config"
}
&
).box-shadow
.This is a list of the lints turned on in this configuration, and what they do.
"extend"
Disallow the use of @extend
.1
declaration per line.^transition
: Disallow the use of all
within transitions.^background
: Disallow the use of http:
protocols within background image urls.^border
: Disallow the use of the word none
for borders, use 0
instead..+
: For everything ban the use of the word initial
.calc
functions.linear-gradient()
calls that are not valid according to the standard syntax.2
spaces.1
.3
.3
.0
."0,4,0"
.FAQs
Sharable stylelint config used by GitHub's CSS
The npm package @primer/stylelint-config receives a total of 2,269 weekly downloads. As such, @primer/stylelint-config popularity was classified as popular.
We found that @primer/stylelint-config demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 15 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.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.