You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

react-howler

Package Overview
Dependencies
Maintainers
3
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-howler - npm Package Versions

124

3.4.0

Diff
s
stenerson
published 3.4.0 •

Changelog

Source

3.4.0 - 2016-12-08

  • Added: format option (#23)
s
stenerson
published 3.3.0 •

Changelog

Source

3.3.0 - 2016-11-27

  • Added: Use Yarn (#17)
  • Changed: Update to work with nodejs v6 (#18)
  • Changed Example: Simplified example build by using create-react-app (#20,#21)
  • Changed: Fixed autoplay ignoring pause() calls while audio is loading (#22)
s
stenerson
published 3.2.0 •

Changelog

Source

3.2.0 - 2016-10-17

  • Added: Support for volume prop and onVolume callback
  • Added: Support for stop() method and onStop callback
s
stenerson
published 3.1.0 •

Changelog

Source

3.1.0 - 2016-08-28

  • Fixed #13: Don't call toggleHowler when initializing or changing src
  • Changed: Upgrade Howler.js dependency from 2.0.0-beta10 to 2.0.0
t
thangngoc89
published 3.0.1 •
t
thangngoc89
published 3.0.0 •
t
thangngoc89
published 2.0.0 •

Changelog

Source

2.0.0 - 2016-02-06

  • Changed: Don't export Howler global instance, consume it directly from window object due to complication in ES6/CommonJS module
  • Changed: Use babel stage 2 instead of stage 0
  • Changed: Remove unneeded devDependencies
  • Changed: Consolidate example build config
t
thangngoc89
published 1.0.2 •

Changelog

Source

1.0.2 - 2016-02-05

  • Changed: Fixed CommonJS require style
t
thangngoc89
published 1.0.1 •

Changelog

Source

1.0.1 - 2016-02-05

  • Changed: Remove babel transform runtime plugin
t
thangngoc89
published 1.0.0 •

Changelog

Source

1.0.0 - 2016-02-05

  • Changed: Use CommonJS export style to work around babel 6 issue