
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.
ng-micro-interact
Advanced tools
Micro Interaction Directive for Angular apps - based on native web animations and nothing more..
Tiny Angular lib for micro interactions using the modern web animations API. Inspired by micronjs.

Using ng-micro-interact will give you:
Web Animation API It is one of the most performant ways to animate on the Web where supported, letting the browser make its own internal optimizations without hacks, coercion, or Window.requestAnimationFrame().
Easily add micro interactions as follows:
np i ng-micro-interact
import { NgMicroInteractModule } from 'ng-micro-interact'
import { AppComponent } from './app.component';
@NgModule({
imports: [ BrowserModule, FormsModule, NgMicroInteractModule ],
declarations: [ AppComponent ],
bootstrap: [ AppComponent ]
})
export class AppModule { }
<div class="sq" ngMicroInteract
[type]="'blink'"
[options]="{ duration: 2000}"
[trigger]="'mouseover'"> Blink! </div>
Optional, string - if won't be specified the default be 'fade' Could be one of the following: blink, bounce, fade, flicker, groove, jelly, jerk, pop, shake, squeeze, swing, tada
Optional, string, Event name, if won't be specified the default be 'mouseover'
Optional, KeyframeAnimationOptions, if won't be specified the default be: { duration: 2000 }
FAQs
Micro Interaction Directive for Angular apps - based on native web animations and nothing more..
We found that ng-micro-interact 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.