
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
@atlaskit/task-decision
Advanced tools
This provides components for rendering tasks and decisions.
Interact with a live demo of the @atlaskit/task-decision component.
npm install @atlaskit/task-decision
Use the component in your React app as follows:
import { DecisionList, DecisionItem } from '@atlaskit/task-decision';
ReactDOM.render(<DecisionItem>A decision</DecisionItem>, container);
ReactDOM.render(
<DecisionList>
<DecisionItem>A decision</DecisionItem>
<DecisionItem>Another decision</DecisionItem>
</DecisionList>
, container);
* Please note that this module could have dependencies that are governed by the Atlassian Design Guidelines license which will be automatically included on install. Each dependency has a license file that indicates whether the Atlassian Design Guidelines license applies.
Let us know what you think of our components and docs, your feedback is really important for us.
Are you in trouble? Read through our contribution guidelines and raise an issue to us.
FAQs
Tasks and decisions react components
The npm package @atlaskit/task-decision receives a total of 11,343 weekly downloads. As such, @atlaskit/task-decision popularity was classified as popular.
We found that @atlaskit/task-decision 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.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.