
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.
self-tracing-hyperapp
Advanced tools
Call __self-tracing-hyperapp__ with an additional truthy argument to enable real-time self-logging: ```js let main = app(state, actions, view, container, true); ``` This version of Hyperapp is non-breaking, you can swap it out in any existing V1 hyperapp
Call self-tracing-hyperapp with an additional truthy argument to enable real-time self-logging:
let main = app(state, actions, view, container, true);
This version of Hyperapp is non-breaking, you can swap it out in any existing V1 hyperapp project with no additional changes necessary.
npm install self-tracing-hyperapp
Additional Properties :
Additional Methods:
| args | behavior | |
|---|---|---|
| .logActions | nothing, a string, or array of strings | prints all actions, a top-level action, or a nested action |
| .logState | nothing, a string, or array of string | prints full state, a top-level state property, or a nested state |
| .logVdom | nothing, or a string | prints the whole v-dom, or the element with id matching your argument |
| .logIgnore | a string, or array of strings | will exclude the designated top-level, or nested action from the log. the partial state and vdom from this action will also be ignored |
| .logTrack | a string, or array of strings | will include the designated top-level or nested action in the log. the partial state and vdom from this action will be logged |
| .logFlag | strings are best, but anything works | pushes your arg into the log |
| .logConfig | { actions: boolean, state: boolean, vdom: boolean } | globally tracks or ignores all actions, state changes, or vdom changes |

FAQs
Call __self-tracing-hyperapp__ with an additional truthy argument to enable real-time self-logging: ```js let main = app(state, actions, view, container, true); ``` This version of Hyperapp is non-breaking, you can swap it out in any existing V1 hyperapp
We found that self-tracing-hyperapp 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.