
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.
@iuroc/vanjs-plugin
Advanced tools
A lightweight plugin for van.js adding CSS utilities, reactive style support, color palette, and state detection.
A lightweight plugin for van.js adding CSS utilities, reactive style support, color palette, and state detection.
pnpm add @iuroc/vanjs-plugin
import van from 'vanjs-core'
import '@iuroc/vanjs-plugin'
const { div } = van.tags
const App = div({
style: van.css({ color: 'red' }),
}, 'Hello Van.js')
van.add(document.body, App())
Apply styles to an element. Supports reactive style updates via a function.
If a function is provided, the styles will be re-applied reactively whenever dependencies change.
van.style(
{
color: 'red',
textAlign: 'center',
},
document.body,
)
Generate a CSS string from a style object.
div(
{
style: van.css({
color: 'red',
textAlign: 'center',
}),
},
'Hello Van.js',
)
Type guard to check if a value is a VanJS State object.
const message = van.state('Hello World')
van.isState(message) // true
van.isState(123) // false
Bootstrap V5 based color scheme.
van.color.primary.main // #0d6efd
van.color.primary.bg // #cfe2ff
van.color.primary.text // #052c65
van.color.primary.border // #9ec5fe
van.color.pink // #d63384
van.color.gray[100] // #f8f9fa
van.color.gray.default // #6c757d
FAQs
A lightweight plugin for van.js adding CSS utilities, reactive style support, color palette, and state detection.
We found that @iuroc/vanjs-plugin demonstrated a healthy version release cadence and project activity because the last version was released less than 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.