
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.
any-console
Advanced tools
轻量的用于移动设备真机调试的虚拟控制台。 无需任何修改,无缝接入项目。
Console for mobile devices. Without any modification, just need include any-console.
npm i any-console -S
浏览器中使用 Browser
// html
<script src="any-console.js"></script>
// js
new AnyConsole();
commonjs
const ac = require('any-console');
new ac();
es module
import ac from 'any-console';
new ac();
defaultPanel
stringconsoleconsolenetworkcookieLocalStorageSessionStoragetoggleBtnStyle
Objecthttps://github.com/hiNISAL/any-console.git
FAQs
适用于手机的虚拟控制台. Console for mobile devices.
The npm package any-console receives a total of 0 weekly downloads. As such, any-console popularity was classified as not popular.
We found that any-console 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.