
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.
@diffidentpackages/html2canvas-pro
Advanced tools
Next generation JavaScript screenshots tool.
html2canvas-pro is a fork of niklasvh/html2canvas that includes various fixes and new features. It offers several advantages over the original html2canvas, such as:
color() (including relative colors)lab()lch()oklab()oklch()<img/>If you found this helpful, don't forget to leave a star 🌟.
npm install html2canvas-pro
pnpm / yarn add html2canvas-pro
import html2canvas from 'html2canvas-pro';
To render an element with html2canvas-pro with some (optional) options, simply call html2canvas(element, options);
html2canvas(document.body).then(function(canvas) {
document.body.appendChild(canvas);
});
If you want to add some features, feel free to submit PR.
If you want to become a maintainer on it, please contact me.
MIT.
FAQs
Screenshots with JavaScript. Next generation!
We found that @diffidentpackages/html2canvas-pro 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.