
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
howler-pixi-loader-middleware
Advanced tools
Loader middleware for PixiJS which maps audio files to Howl instances
howler-pixi-loader-middlewarePixiJS loader parser for Howler audio
Note: This package has been updated from being loader middleware to being a loader parser for Pixi 7.x, which dramatically changed how assets are loaded in Pixi. If you are using Pixi 6.x or below, you will need to use an older version of this package (e.g. 3.x).
npm i howler-pixi-loader-middleware
import HowlerLoaderParser from 'howler-pixi-loader-middleware';
import { Assets, extensions } from 'pixi.js';
// add extension before loading assets
extensions.add(HowlerLoaderParser);
// load files (or add to bundle)
const myAudio = await Assets.load('my_audio.mp3');
// after load is complete, use Howl objects as needed
myAudio.play();
FAQs
Loader middleware for PixiJS which maps audio files to Howl instances
The npm package howler-pixi-loader-middleware receives a total of 93 weekly downloads. As such, howler-pixi-loader-middleware popularity was classified as not popular.
We found that howler-pixi-loader-middleware 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
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.