
Research
Namastex.ai npm Packages Hit with TeamPCP-Style CanisterWorm Malware
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.
@lightspeed/cirrus-badge
Advanced tools
Our basic badge component.
yarn add @lightspeed/cirrus-tokens emotion@9 react-emotion@9 styled-system@3 polished@2
yarn add @lightspeed/cirrus-badge
<ThemeProvider> and the theme in your app.// 1. Import the theme provider from emotion-theming
// This is needed to forward all our tokens to the components
import { ThemeProvider } from 'emotion-theming';
// 2. Import the base theme from cirrus-tokens
// There's nothing magical about this file. it's literally
// a plain old javascript object with keys and values that
// map to the tokens/design-system
import cirrusTheme from '@lightspeed/cirrus-tokens/theme/default';
/* Within your root app component */
class App extends React.Component {
render() {
return (
{/*
3. Wrap the children with ThemeProvider and pass in
the cirrus theme into the theme prop.
*/}
<ThemeProvider theme={cirrusTheme}>
{/* Whatever children */ }
</ThemeProvider>
);
}
}
{ Badge } and use right away!<Badge>| Prop | Type | Description |
|---|---|---|
children | React.ReactNode | The content to display inside the button |
type | 'default', 'info', 'success', 'info', 'important', 'warning', 'danger' | Style of badge |
size | 'small', 'medium' | Change size of badge |
bg | string | Custom background color. Accepts any valid CSS color, i.e: #000 |
color | string | Custom text color. Accepts any valid CSS color, i.e: #fff |
<PillBadge>extends <Badge>
import React from 'react';
import { Badge, PillBadge } from '@lightspeed/cirrus-badge';
const MyComponent = () =>
<div>
<Badge>My Badge</Badge>
<PillBadge>My PillBadge</PillBadge>
</div>;
export default MyComponent;
FAQs
Cirrus Badge Component
The npm package @lightspeed/cirrus-badge receives a total of 152 weekly downloads. As such, @lightspeed/cirrus-badge popularity was classified as not popular.
We found that @lightspeed/cirrus-badge demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 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.

Research
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.

Product
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.