Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
@leafygreen-ui/pipeline
Advanced tools
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 33,729 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 0 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.