New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

hydeo

Package Overview
Dependencies
Maintainers
2
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hydeo

Hydeo is an html5 video player.

latest
Source
npmnpm
Version
0.2.25
Version published
Weekly downloads
13
8.33%
Maintainers
2
Weekly downloads
 
Created
Source

Hydeo Build Status

Hydeo is an html5 video player based on react.

Installation

  $ npm install --save-dev hydeo

Getting started

import { Hydeo, Controls, Play, Sound, Fullscreen, Progress, Played, Buffered } from 'hydeo';
render() {
    return (
        <Hydeo autoPlay src="http://www.streambox.fr/playlists/x36xhzz/x36xhzz.m3u8">
            <Controls>
                <Play />
                <Sound />
                <FullScreen />
                <Progress>
                    <Played />
                    <Buffered />
                </Progress>
            </Controls>
        </Hydeo>
    );
}

FAQs

Package last updated on 28 Jul 2016

Did you know?

Socket

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.

Install

Related posts