
Security News
Next.js moves to scheduled security releases
Vercel is formalizing a monthly release program for Next.js. The change follows React2Shell and a sharp rise in AI-assisted vulnerability discovery.
@armniko/assets
Advanced tools
Javascript/typescript library for fetching, storing and retrieving assets!
Supported formats: jpg, jpeg, png, gif, svg
npm install @armniko/assets
import {Assets, AssetsBatch, Progress} from '@armniko/assets';
const assetsBatch: AssetsBatch = new AssetsBatch({
assets: [
'url/to/asset-1.png',
'url/to/asset-2.jpg',
],
onLoad: (name: string, progress: Progress): void => {
console.log('Loaded: ' + name, progress.percents());
},
onComplete: (): void => {
console.log('Done!');
},
onError: (url: string, error: Error): void => {
console.log(url, error);
}
});
const assets: Assets = new Assets();
assets.fetch(assetsBatch);
| v1.1.0 |
Precompile UMD and ESM |
| v1.0.0 | Initial version |
FAQs
A tiny, zero-dependency JavaScript/TypeScript library for fetching and managing assets with in-memory caching and automatic font registration for canvas and dynamic text rendering.
The npm package @armniko/assets receives a total of 30 weekly downloads. As such, @armniko/assets popularity was classified as not popular.
We found that @armniko/assets 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.

Security News
Vercel is formalizing a monthly release program for Next.js. The change follows React2Shell and a sharp rise in AI-assisted vulnerability discovery.

Research
/Security News
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.

Research
/Security News
4 compromised asyncapi packages deliver miasma botnet loader on macOS, Linux and Windows.