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.1.1-rc to 0.1.2-rc

26

lib/Player.js

@@ -39,2 +39,28 @@ /** @jsx dom */

var Player = {
propTypes: {
duration: {
type: 'number',
optional: true
},
currentTime: {
type: 'number',
optional: true
},
playing: {
type: 'boolean',
optional: true
},
seeking: {
type: 'boolean',
optional: true
}
},
defaultProps: {
duration: 0,
currentTime: 0,
seeking: false,
playing: false
},
render: function render(component) {

@@ -41,0 +67,0 @@ var props = component.props;

2

package.json
{
"name": "deku-soundplayer",
"version": "0.1.1-rc",
"version": "0.1.2-rc",
"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