Socket
Socket
Sign inDemoInstall

videocontext

Package Overview
Dependencies
Maintainers
1
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

videocontext - npm Package Compare versions

Comparing version 0.15.2 to 0.15.3

2

package.json
{
"name": "videocontext",
"version": "0.15.2",
"version": "0.15.3",
"description": "A WebGL & HTML5 graph based video composition library",

@@ -5,0 +5,0 @@ "contributors": [

@@ -31,8 +31,10 @@ //Matthew Shotton, R&D User Experience,© BBC 2015

super.stretchPaused = stretchPaused;
if (this._stretchPaused){
this._element.pause();
} else{
if(this._state === SOURCENODESTATE.playing){
this._element.play();
}
if(this._element){
if (this._stretchPaused){
this._element.pause();
} else{
if(this._state === SOURCENODESTATE.playing){
this._element.play();
}
}
}

@@ -67,2 +69,3 @@ }

this._playbackRateUpdated = true;
}

@@ -133,4 +136,8 @@

}
if (!this._isElementPlaying){
if (!this._isElementPlaying){
this._element.play();
if (this._stretchPaused){
console.log("STRTCH PAUSING!!!");
this._element.pause();
}
this._isElementPlaying = true;

@@ -137,0 +144,0 @@ }

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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