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.
React steps component.
npm install rmc-steps
<Steps current={1}>
<Steps.Step title="first" />
<Steps.Step title="second" />
<Steps.Step title="third" />
</Steps>
http://localhost:8002/examples
online example: http://react-component.github.io/m-steps/examples/
name | type | default | description |
---|---|---|---|
direction | string | horizontal | direction of Steps, enum: `horizontal` or `vertical` |
current | number | 0 | index of current step |
size | string | size of Steps, could be `small` | |
labelPlacement | string | placement of step title, could be `vertical` | |
status | string | wait | status of current Steps, could be `error` `process` `finish` `wait` |
name | type | default | description |
---|---|---|---|
title | ReactNode | title of step item | |
description | ReactNode | description of step item | |
icon | ReactNode or string | set icon of step item | |
status | string | status of current Steps, could be `error` `process` `finish` `wait` |
npm install
npm start
rmc-steps is released under the MIT license.
FAQs
steps ui component for react mobile
The npm package rmc-steps receives a total of 14,637 weekly downloads. As such, rmc-steps popularity was classified as popular.
We found that rmc-steps demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.