You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

videojs-vast-vpaid

Package Overview
Dependencies
Maintainers
4
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

videojs-vast-vpaid - npm Package Compare versions

Comparing version

to
3.0.0-beta.5

2

package.json
{
"name": "videojs-vast-vpaid",
"version": "3.0.0-beta.4",
"version": "3.0.0-beta.5",
"description": "VAST plugin to use with video.js",

@@ -5,0 +5,0 @@ "main": "./src/scripts/videojs_5.vast.vpaid.js",

@@ -198,2 +198,3 @@

let _firstPlay = true;
let _firstPlayInProgress = false;
let volumeSnapshot;

@@ -248,2 +249,7 @@

function firstPlay () {
if (_firstPlayInProgress) {
return;
}
_firstPlayInProgress = true;
if (!utilities.isIPhone()) {

@@ -310,2 +316,3 @@ volumeSnapshot = saveVolumeSnapshot();

_firstPlay = false;
_firstPlayInProgress = false;
player.trigger('vast.firstPlay');

@@ -312,0 +319,0 @@ }