Security News
CISA Brings KEV Data to GitHub
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
@lightspeed/cirrus
Advanced tools
Still a work in progress, don't use for now!
A package containing all available Cirrus components.
First, make sure you have been through the Getting Started steps of adding Cirrus in your application.
If using Yarn:
yarn add @lightspeed/cirrus
Or using npm:
npm i -S @lightspeed/cirrus
Import required style in your SCSS file:
@import '@lightspeed/cirrus/index.scss';
Add use any Cirrus components in your project:
import React from 'react';
import tokens from '@lightspeed/cirrus-tokens';
import { Button } from '@lightspeed/cirrus';
const styles = {
padding: tokens.spacing.scale['spacing-2'],
};
const MyComponent = (props) =>
<div style={styles}>
<Button>My Button</Button>
</div>;
export default MyComponent;
Import required style in your SCSS file:
@import '@lightspeed/cirrus/index.scss';
Add classes to your HTML elements for available Components:
<div class="cr-p-2">
<button type="button" class="cr-button">My Button</button>
</div>
FAQs
Cirrus, all inclusive
The npm package @lightspeed/cirrus receives a total of 105 weekly downloads. As such, @lightspeed/cirrus popularity was classified as not popular.
We found that @lightspeed/cirrus demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 10 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
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
Security News
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.