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

demoup-react

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

demoup-react - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

15

button.jsx

@@ -16,7 +16,12 @@ "use strict";

var t = this;
scriptLoader(config.stage2Path(scope), function() {
if (window.DemoUpPlaybuttonRenderer) {
window.DemoUpPlaybuttonRenderer(t.$container, t.props);
}
});
if (window.DemoUpPlaybuttonRenderer) {
window.DemoUpPlaybuttonRenderer(t.$container, t.props);
}
else {
scriptLoader(config.stage2Path(scope), function() {
window.DemoUpPlaybuttonRenderer && window.DemoUpPlaybuttonRenderer(t.$container, t.props);
});
}
},

@@ -23,0 +28,0 @@

{
"name": "demoup-react",
"version": "0.1.7",
"version": "0.1.8",
"description": "React components for integrating the demoup video player solution in react based websites",

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

@@ -16,7 +16,10 @@ "use strict";

var t = this;
scriptLoader(config.playerRenderer(scope), function() {
if (window.DemoUpPlayerRenderer) {
window.DemoUpPlayerRenderer(t.$container, t.props);
}
});
if (window.DemoUpPlayerRenderer) {
window.DemoUpPlayerRenderer(t.$container, t.props);
}
else
scriptLoader(config.playerRenderer(scope), function() {
window.DemoUpPlayerRenderer && window.DemoUpPlayerRenderer(t.$container, t.props);
});
}
},

@@ -23,0 +26,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