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

react-jw-player

Package Overview
Dependencies
Maintainers
5
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-jw-player - npm Package Compare versions

Comparing version 1.18.0 to 1.18.1

2

dist/create-event-handlers/on-before-play.js

@@ -9,3 +9,3 @@ 'use strict';

if (!this.state.hasPlayed && typeof this.props.generatePrerollUrl === 'function') {
if (!this.state.hasPlayed && !this.state.adHasPlayed && typeof this.props.generatePrerollUrl === 'function') {
player.playAd(this.props.generatePrerollUrl(currentVideo));

@@ -12,0 +12,0 @@ }

{
"name": "react-jw-player",
"version": "1.18.0",
"version": "1.18.1",
"description": "A React component for launching JW Player instances on the client.",

@@ -5,0 +5,0 @@ "main": "dist/react-jw-player.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