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.3 to 0.1.4

7

lib/addons/SoundPlayerContainer.js

@@ -44,4 +44,9 @@ 'use strict';

}
this.soundCloudAudio = new _SoundCloudAudio2['default'](props.clientId);
// Dont create a SoundCloudAudio instance
// if there is no `window`
if ('undefined' !== typeof window) {
this.soundCloudAudio = new _SoundCloudAudio2['default'](props.clientId);
}
this.state = {

@@ -48,0 +53,0 @@ duration: 0,

2

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

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

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