
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
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
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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.