
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.