
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Grido is a grid developed between Star Wars Rebels and A New Hope (Han shot first!)
Grido is a flexbox grid developed between Star Wars Rebels and A New Hope (Han shot first!)
// with npm
npm install grido
// with yarn
yarn add grido
// [file].js
import 'grido'
<!-- [file].html -->
<div class="grido"> <!-- creates a container with flexbox -->
<div class="g__col--1"> <!-- creates a column -->
</div>
<div class="g__col--5">
</div>
<div class="g__col--12"><!-- Grido supports 12 columns max -->
</div>
...
</div>
<div class="grido g--reverse">
...
</div>
<div class="grido g--vertical">
...
</div>
<div class="grido g--vertical g--reverse">
...
</div>
<div class="grido g--nowrap">
...
</div>
<div class="grido g--wrap-reverse">
...
</div>
<div class="grido">
<div class="g__col--2 g__order--5">
</div>
<div class="g__col--2 g__order--3">
</div>
<div class="g__col--2 g__order--1">
</div>
<div class="g__col--2">
</div>
<div class="g__col--2 g__order--2">
</div>
</div>
<div class="grido">
<div class="g__col--4">
</div>
<div class="g__col--4 g--align-self-end">
</div>
<div class="g__col--4 g--align-self-center">
</div>
</div>
This project is licensed under the terms of the MIT license.
FAQs
Grido is a grid developed between Star Wars Rebels and A New Hope (Han shot first!)
The npm package grido receives a total of 26 weekly downloads. As such, grido popularity was classified as not popular.
We found that grido 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.
Security News
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.