
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
tree-list-ui
Advanced tools
The list-ui object creates blocky, keyline-delimited list items.
The list-ui object depends on two other modules:
If you install the list-ui object using Bower or npm, you will get these
dependencies at the same time. If not using Bower or npm, please be sure to
install and @import these dependencies in the relevant way.
You can install list-ui module via Bower, npm, or copy and paste.
$ bower install tree-list-ui --save
Once installed, @import into your project in its Object layer:
@import "bower_components/tree-list-ui/object.list-ui";
$ npm install tree-list-ui --save
The least recommended option for installation is to simply download
_object.list-ui.scss into your project and @import it into your project in
its Object layer.
Basic usage of the list-ui object uses the required classes:
<ul class="o-list-ui">
<li class="o-list-ui__item">...</li>
<li class="o-list-ui__item">...</li>
<li class="o-list-ui__item">...</li>
</ul>
The only valid children of the .o-list-ui node is .o-list-ui__item.
Other, optional classes can supplement the required base classes:
.o-list-ui--[tiny|small|large|huge]: alter the spacing between list-ui
items.For example:
<ul class="o-list-ui o-list-ui--large">
<li class="o-list-ui__item">...</li>
<li class="o-list-ui__item">...</li>
<li class="o-list-ui__item">...</li>
</ul>
FAQs
Keyline-delimited list.
We found that tree-list-ui demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.