Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-audio-play

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-audio-play - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

2

package.json
{
"name": "react-audio-play",
"version": "0.0.7",
"version": "0.0.8",
"description": "React audio player component",

@@ -5,0 +5,0 @@ "homepage": "https://riyaddecoder.github.io/react-audio-play/",

@@ -27,2 +27,5 @@ [![NPM](https://img.shields.io/npm/v/react-audio-play.svg)](https://www.npmjs.com/package/react-audio-play)

## Demo
Check [examples](https://riyaddecoder.github.io/react-audio-play/#example-usage)
## Installation

@@ -46,3 +49,3 @@

import React from 'react';
import AudioPlayer from 'react-audio-play';
import { AudioPlayer } from 'react-audio-play';

@@ -77,3 +80,3 @@ const App = () => {

import React from 'react';
import AudioPlayer from 'react-audio-play';
import { AudioPlayer } from 'react-audio-play';

@@ -104,3 +107,3 @@ const App = () => {

## Custom Styling
You can easily customize the appearance of the audio player by applying your CSS styles to the AudioPlayer component or by overriding the default styles in your project's CSS.
You can easily customize the appearance of the audio player by applying your CSS styles to the AudioPlayer component or by overriding the default styles in your project's CSS. Check [examples](https://riyaddecoder.github.io/react-audio-play/#styled-examples)

@@ -107,0 +110,0 @@ ## License

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc