
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
react-video-js
Advanced tools
Simple react video container with videojs libaray for displaying apparel videos.
Features
npm install react-video-js
import ProductVideo from 'react-video-js';
class App extends React.Component {
render = () => {
<ProductVideo
ref={i => this.pv = i}
source="https://dl.dropboxusercontent.com/u/8725581/99B170E9-5D1C-49C5-A87F-1123679F3618.MOV"
/>
}
}
source: (required) String.sourceHD: String, default ''.poster: String, default null.skin: String, default default.bigPlayButton: Boolean, default true.customSkinClass: String, default ''.height: Number, default null.width: Number, default null.loop: Boolean, default false.onReady: Functon, callback(videoJsPlayer).resize: Boolean, default true.options: Boolean, defaultonEnded: Function, callback(videoJsPlayer).onPlay: Function, callback(videoJsPlayer).onPause: Function, callback(videoJsPlayer).debounce: Number, default 300.git clone https://github.com/sylvesteraswin/react-video-js
npm install
npm start
MIT
Feel free to contribute and or provide feedback.
FAQs
React video container with videojs libaray.
The npm package react-video-js receives a total of 24 weekly downloads. As such, react-video-js popularity was classified as not popular.
We found that react-video-js 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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.