
Security News
NIST Officially Stops Enriching Most CVEs as Vulnerability Volume Skyrockets
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.
User first pluggable video player for React/Next.js apps, designed with Apple's Human Interface Guidelines in mind
Immersive video player for your users, supported in React and NextJS. Designed with Apple Human Interface Guidelines in mind.
# With npm
npm install roseplayer
# With yarn
yarn add roseplayer
# With pnpm
pnpm add roseplayer
"use client";
import { RosePlayer } from "roseplayer";
export default function MoviePlayer() {
return (
<RosePlayer
src="https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/TearsOfSteel.mp4"
poster="https://images.unsplash.com/photo-1626544827763-d516dce335e2?q=80&w=1000&auto=format&fit=crop"
/>
);
}
| Prop | Type | Default | Description |
|---|---|---|---|
src | string | required | URL of the video file |
poster | string | undefined | URL of the poster image |
autoPlay | boolean | false | Whether to autoplay the video |
muted | boolean | false | Whether to mute the video |
loop | boolean | false | Whether to loop the video |
className | string | undefined | Custom class name |
showThumbGenProgress | boolean | false | Show keyframe generation progress |
onPlay | () => void | undefined | Callback when video plays |
onPause | () => void | undefined | Callback when video pauses |
onEnded | () => void | undefined | Callback when video ends |
RosePlayer supports comprehensive keyboard controls:
| Key | Action |
|---|---|
Space | Toggle play/pause |
m | Toggle mute |
f | Toggle fullscreen |
→ | Forward 5 seconds |
← | Back 5 seconds |
↑ | Increase volume |
↓ | Decrease volume |
RosePlayer supports all major modern browsers including:
CC BY-NC-ND
Email hi@roseplayer.com
FAQs
User first pluggable video player for React/Next.js apps, designed with Apple's Human Interface Guidelines in mind
The npm package roseplayer receives a total of 1 weekly downloads. As such, roseplayer popularity was classified as not popular.
We found that roseplayer 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
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.

Security News
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.