Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
browserslist-config-css-grid
Advanced tools
Browserslist config of all browsers that support css grid
Do you use CSS Grid? Then this browserslist
is for you!
Exports a browserslist
of all browsers that support CSS Grid (browsers that have partial support, e.g. IE 11, are excluded).
npm install --save-dev browserslist-config-css-grid
"browserslist": [
"extends browserslist-config-css-grid"
]
Since browserslist-config-css-grid
includes all browsers that support CSS Grid it is recommended to combine it with and
queries to further limit the supported browsers.
To combine it with Browserslist's defaults
list use:
"browserslist": [
"extends browserslist-config-css-grid and defaults"
]
To combine it with the last 2 versions, or > 0.2%, and browsers that are not dead, use (note that and
has to come after or
):
"browserslist": [
"last 2 versions or > 0.2% and not dead and extends browserslist-config-css-grid"
]
After setting up the browserslist
config in your project you can run npx browserslist
in the root directory to see the list of browsers.
For more info on using browserslist
queries see https://github.com/browserslist/browserslist#query-composition
FAQs
Browserslist config of all browsers that support css grid
The npm package browserslist-config-css-grid receives a total of 26 weekly downloads. As such, browserslist-config-css-grid popularity was classified as not popular.
We found that browserslist-config-css-grid 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
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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.