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.
postcss-structure
Advanced tools
http://francoisromain.github.io/postcss-structure/
A PostCSS plugin to create CSS grids based on a fixed block width.
PostCSS-structure outputs a few CSS classes to make grids.
The idea behind PostCSS-structure is that the bloc width doesn't change depending on the screen-size. Media-queries are created depending the number of units that fit into the page.
postcss([ require('postcss-structure') ])
@structure {
unit: 18, /* width of a single bloc (rem) */
gutter: 1.5, /* width of the gutter (rem) */
padding: 1.5, /* padding of the main container (rem) */
max: 8, /* maximum number of blocs */
min: 2, /* minimum number of blocs */
thumb: 3, /* number of .bloc-thumb fitting in one bloc */
align: 'center', /* 'center' or 'left' */
display: 'flex', /* 'float' or 'flex' */
}
to-do
to-do
FAQs
A bundle of PostCSS plugins.
The npm package postcss-structure receives a total of 9 weekly downloads. As such, postcss-structure popularity was classified as not popular.
We found that postcss-structure 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
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.