New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-soundplayer

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-soundplayer - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

7

lib/components/PlayButton.js

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

var _SoundCloudAudio = require('soundcloud-audio');
var _SoundCloudAudio2 = _interopRequireWildcard(_SoundCloudAudio);
var _PlayIconSVG$PauseIconSVG = require('./Icons');

@@ -101,3 +105,4 @@

onTogglePlay: PropTypes.func,
seekingIcon: PropTypes.node
seekingIcon: PropTypes.node,
soundCloudAudio: PropTypes.instanceOf(_SoundCloudAudio2['default'])
};

@@ -104,0 +109,0 @@

2

package.json
{
"name": "react-soundplayer",
"version": "0.1.1",
"version": "0.1.2",
"description": "Create custom SoundCloud players with React",

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

@@ -52,2 +52,4 @@ # <img src="http://www.officialpsds.com/images/thumbs/Soundcloud-Logo-psd47614.png" width="75" align="left">&nbsp;react-soundplayer

ReactSoundPlayer depends on [React.js](http://facebook.github.io/react/index.html) 0.13.x (or higher) and [SoundCloudAudio](http://facebook.github.io/react/index.html) for managing HTML5 Audio.
# API

@@ -54,0 +56,0 @@

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