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

react-use-audio-player

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-use-audio-player - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

5

dist/index.js

@@ -48,3 +48,6 @@ "use strict";

autoplay: wasPlaying || autoplay,
onload: () => void setLoading(false),
onload: () => {
setStopped(true);
setLoading(false);
},
onplay: () => {

@@ -51,0 +54,0 @@ // prevents howl from playing the same song twice

2

package.json
{
"name": "react-use-audio-player",
"version": "0.0.8",
"version": "0.0.9",
"description": "React hook for building custom audio playback controls",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -92,5 +92,2 @@ # react-use-audio-player

- `load: (config: { src: string, format?: string, autoplay?: boolean }) => void`
<br/>loads an audio file
- `loading: boolean`

@@ -97,0 +94,0 @@ <br/>true if audio is being fetched

Sorry, the diff of this file is not supported yet

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