
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
@leafygreen-ui/pipeline
Advanced tools
pnpm add @leafygreen-ui/pipeline
yarn add @leafygreen-ui/pipeline
npm install @leafygreen-ui/pipeline
<Pipeline size="xsmall" className="my-pipeline">
<Stage>$match</Stage>
<Stage>$addFields</Stage>
<Stage>$limit</Stage>
</Pipeline>
| Prop | Type | Description | Default |
|---|---|---|---|
className | string | Adds a className to the class attribute. | '' |
children | node | The content that will render inside of the component. If any nodes other than Stage components are passed in as children, the Pipeline component will automatically wrap them with Stage components. | undefined |
size | 'xsmall', 'small', 'normal', 'large' | Sets the size variant of the Pipeline. | 'xsmall' |
darkMode | boolean | Determines if the component renders in dark theme | false |
| ... | native div attributes | Any other props will be spread on the root div element |
All other props will be spread onto the root element.
| Prop | Type | Description | Default |
|---|---|---|---|
className | string | Adds a className to the class attribute. | '' |
children | node | The content that will render inside of the component. | undefined |
threshold | number | number[] | Either a single number or an array of numbers which indicate at what percentage of the target's visibility, the observer's callback should be executed. | 0.8 |
| ... | native li attributes | Any other props will be spread on the root li element |
The Pipeline component will decorate the child Stage components with the size and darkMode prop that it is supplied with.
FAQs
LeafyGreen UI Kit Pipeline
The npm package @leafygreen-ui/pipeline receives a total of 41,460 weekly downloads. As such, @leafygreen-ui/pipeline popularity was classified as popular.
We found that @leafygreen-ui/pipeline demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 6 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
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.