
Security News
npm Tooling Bug Incorrectly Marks One-Character Packages as Security Holders
npm confirmed a tooling bug incorrectly marked several one-character packages as security holders and said it was working on a rollback.
@framv/video
Advanced tools
Video player primitives for framv — seek, play and pause HTML/SVG animations in the browser
<framv-video> — declarative HTML element that renders any HTML/CSS/SVG content to MP4 or WebM video. CSS @keyframes and SVG SMIL <animate> are captured frame-by-frame.
npm install @framv/video
<script src="https://cdn.jsdelivr.net/npm/@framv/core/dist/bundle.iife.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@framv/video/dist/bundle.iife.js"></script>
<framv-video width="800" height="600" fps="30" duration="4" controls>
<div style="animation: fadeIn 0.6s ease both">Hello framv</div>
</framv-video>
| Attribute | Default | Description |
|---|---|---|
width | 1920 | Canvas width |
height | 1080 | Canvas height |
fps | 30 | Frames per second |
duration | 5 | Duration in seconds |
format | mp4 | Export format: mp4 or webm |
quality | 0.95 | Export quality 0–1 |
controls | — | Always show transport bar |
autoplay | — | Start playing on load |
loop | — | Loop playback |
import "@framv/video"; // registers <framv-video>
import { Player } from "@framv/video";
const player = new Player(document.querySelector("#content"));
player.setDuration(10);
player.play();
FAQs
Video player primitives for framv — seek, play and pause HTML/SVG animations in the browser
We found that @framv/video 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
npm confirmed a tooling bug incorrectly marked several one-character packages as security holders and said it was working on a rollback.

Research
/Security News
Newer packages in this compromise use native extensions and .pth loaders to execute JavaScript stealers in developer environments.

Research
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.