Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

react-audioplaylist

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

react-audioplaylist

React Audio Player Component

unpublished
Source
npmnpm
Version
1.0.6
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

NPM JavaScript Style Guide

Live Demo: https://jeremyphilemon.github.io/react-audioplaylist/

Install

npm install --save @jeremyphilemon/react-audioplaylist

Usage

import React, { Component } from 'react'

import AudioPlayer from 'react-audioplaylist'

class Example extends Component {
  render () {
    return (
      <AudioPlayer data={this.state.data} />
    )
  }
}

License

MIT © jeremyphilemon

FAQs

Package last updated on 09 Aug 2019

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