
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.
Template and page packaging for handoff to downstream development. This script is designed for use in continuous integration.
In .gitlab-ci.yml:
pl2html:
stage: deploy
script:
- pl2html --patterndir pl/public/patterns --outdir html
- cp -R pl/public/images pl/public/css pl/public/js html
artifacts:
paths:
- html
expire_in: 1 week
The resulting html artifact will contain any templates or pages as complete HTML, with image, styling, and script assets copied over.
npm install -g pl2html or use Docker image newcity/builder:latestBegin Pattern Lab and End Pattern Lab. Specifically:meta/head.twig:
<!-- Begin Pattern Lab (Required for Pattern Lab to run properly) -->
{{ patternLabHead|raw }}
<!-- End Pattern Lab -->
meta/foot.twig:
<!-- Begin Pattern Lab -->
{{ patternLabFoot|raw }}
<!-- End Pattern Lab -->
FAQs
Utility functions for Patternlab exports and testing
We found that pl2html 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.