Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
abi-expo-videoplayer
Advanced tools
Videoplayer controls builds on top of the Expo Video component. All of the colors, timing, images and types are customizable. The behavior generally follows YouTube (examples of where this is relevant: controls fading in/out, what shows over the player when seeking, etc.).
You can try the example app on Expo here.
npm install abi-expo-videoplayer
See the examples directory for a full example.
import { Video } from 'expo';
import VideoPlayer from 'abi-expo-videoplayer';
<VideoPlayer
videoProps={{
shouldPlay: true,
resizeMode: Video.RESIZE_MODE_CONTAIN,
source: {
uri: 'https://bitdash-a.akamaihd.net/content/sintel/hls/playlist.m3u8',
},
}}
isPortrait={true}
playFromPositionMillis={0}
/>
The props are documented here.
FAQs
Customizable videoplayer controls for expo
The npm package abi-expo-videoplayer receives a total of 0 weekly downloads. As such, abi-expo-videoplayer popularity was classified as not popular.
We found that abi-expo-videoplayer 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’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.