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

byteark-player-react

Package Overview
Dependencies
Maintainers
4
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

byteark-player-react - npm Package Compare versions

Comparing version 1.0.0-beta12 to 1.0.0-beta13

6

dist/index.js

@@ -392,2 +392,8 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }

_this.onPlayerCreated = function () {
if (_this.props.autoplay) {
_this.setState({
showPlaceholder: false
});
}
if (_this.props.onPlayerCreated) {

@@ -394,0 +400,0 @@ _this.props.onPlayerCreated(_this.player);

@@ -390,2 +390,8 @@ import React from 'react';

_this.onPlayerCreated = function () {
if (_this.props.autoplay) {
_this.setState({
showPlaceholder: false
});
}
if (_this.props.onPlayerCreated) {

@@ -392,0 +398,0 @@ _this.props.onPlayerCreated(_this.player);

2

package.json
{
"name": "byteark-player-react",
"version": "1.0.0-beta12",
"version": "1.0.0-beta13",
"description": "ByteArk Player Container for React",

@@ -5,0 +5,0 @@ "author": "byteark",

Sorry, the diff of this file is not supported yet

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