Socket
Socket
Sign inDemoInstall

react-howler

Package Overview
Dependencies
6
Maintainers
3
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.0 to 5.0.0

6

CHANGELOG.md

@@ -0,1 +1,7 @@

# 5.0.0 - 2020-11-14
## Breaking Changes
- Removed: Seek Property (#59, #102, #103)
# 4.0.0 - 2020-09-23

@@ -2,0 +8,0 @@

4

lib/ReactHowler.js

@@ -127,6 +127,2 @@ 'use strict';

if (typeof this.props.seek !== 'undefined' && this.props.seek !== this.seek()) {
this.seek(this.props.seek);
}
if (this.props.preload && this.howlerState() === 'unloaded') {

@@ -133,0 +129,0 @@ this.load();

{
"name": "react-howler",
"version": "4.0.0",
"version": "5.0.0",
"description": "A React.js wrapper for howler.js (audio player)",

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc