Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
flex-attributes
Advanced tools
A css library that allows you to compose mobile first, adaptive flexbox layouts and grids with attributes.
This library (1kb gzipped) allows you to compose layout with flexbox in html, allowing for rapid prototyping, easy visulization of layout in HTML, and reduced CSS footprint and duplication.
npm install flex-attributes
Add, import, or require flex-attributes/flex-attributes.css
into your project.
You can compile the source files with your own breakpoints, located ./src/variables.styl with gulp
Containers:
flex
column
row
layout="space-between"
layout="space-between center" (etc)
wrap
wrap="nowrap || wrap-reverse"
Children:
grow
grow="*" (0-10)
shrink
shrink="*" (0-10)
grid-* (1-12)
grid-sm-* (1-12)
align
Containers are composed by combining flex
, column
or row
, and layout
.
layout
accepts 1 or 2 arguments, main axis (justify-content), then secondary axis (align-items).
flex row layout="space-between stretch"
Grids are composed by using grid-lg-*
etc.
Children are grown and shrunk with grow="3"
or shrink="4"
column
and row
, as well as grid-*
can be declared with a breakpoints
flex column row-md layout="space-between"
(will render a column on screens smaller than 970px)
grid-md-6
(will render a column with flex-basis of 50%, on devices larger than 970px)
xs
screens greater than 0px
sm
screens greater than 750px
md
screens greater than 970px
lg
screens greater than 1170px
Append data-
Go fur it
FAQs
A css library that allows you to compose mobile first, adaptive flexbox layouts and grids with attributes.
We found that flex-attributes 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’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.