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

deku-soundplayer

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deku-soundplayer - npm Package Compare versions

Comparing version 0.2.5 to 0.2.6

2

lib/components/Cover.js

@@ -32,3 +32,3 @@ /** @jsx dom */

'div',
{ 'class': classNames, style: { 'background-image': 'url(' + props.artworkUrl + ')' } },
{ 'class': classNames, style: props.artworkUrl ? { 'background-image': 'url(' + props.artworkUrl + ')' } : {} },
props.children

@@ -35,0 +35,0 @@ );

{
"name": "deku-soundplayer",
"version": "0.2.5",
"version": "0.2.6",
"description": "Create custom SoundCloud players with Deku",

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

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