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.2.0 to 0.2.1

2

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

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

@@ -1,2 +0,2 @@

//Matthew Shotton, R&D User Experince,© BBC 2015
//Matthew Shotton, R&D User Experience,© BBC 2015
import { SOURCENODESTATE } from "../SourceNodes/sourcenode";

@@ -3,0 +3,0 @@ //import GraphNode from "../graphnode";

@@ -1,2 +0,2 @@

//Matthew Shotton, R&D User Experince,© BBC 2015
//Matthew Shotton, R&D User Experience,© BBC 2015
export function ConnectException(message){

@@ -3,0 +3,0 @@ this.message = message;

@@ -1,2 +0,2 @@

//Matthew Shotton, R&D User Experince,© BBC 2015
//Matthew Shotton, R&D User Experience,© BBC 2015
export default class GraphNode {

@@ -3,0 +3,0 @@ constructor(gl, renderGraph, inputNames, limitConnections=false){

@@ -1,2 +0,2 @@

//Matthew Shotton, R&D User Experince,© BBC 2015
//Matthew Shotton, R&D User Experience,© BBC 2015
import ProcessingNode from "./processingnode";

@@ -3,0 +3,0 @@ import { createElementTexutre } from "../utils.js";

@@ -1,2 +0,2 @@

//Matthew Shotton, R&D User Experince,© BBC 2015
//Matthew Shotton, R&D User Experience,© BBC 2015
import ProcessingNode from "./processingnode";

@@ -3,0 +3,0 @@ import { createElementTexutre } from "../utils.js";

@@ -1,2 +0,2 @@

//Matthew Shotton, R&D User Experince,© BBC 2015
//Matthew Shotton, R&D User Experience,© BBC 2015
import GraphNode from "../graphnode";

@@ -3,0 +3,0 @@ import { createShaderProgram, createElementTexutre, updateTexture } from "../utils.js";

@@ -1,2 +0,2 @@

//Matthew Shotton, R&D User Experince,© BBC 2015
//Matthew Shotton, R&D User Experience,© BBC 2015
import EffectNode from "./effectnode";

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

//Matthew Shotton, R&D User Experince,© BBC 2015
//Matthew Shotton, R&D User Experience,© BBC 2015
import { ConnectException } from "./exceptions.js";

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

//Matthew Shotton, R&D User Experince,© BBC 2015
//Matthew Shotton, R&D User Experience,© BBC 2015
import SourceNode, { SOURCENODESTATE } from "./sourcenode";

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

//Matthew Shotton, R&D User Experince,© BBC 2015
//Matthew Shotton, R&D User Experience,© BBC 2015
import SourceNode, { SOURCENODESTATE } from "./sourcenode";

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

//Matthew Shotton, R&D User Experince,© BBC 2015
//Matthew Shotton, R&D User Experience,© BBC 2015
import { updateTexture, clearTexture, createElementTexutre } from "../utils.js";

@@ -3,0 +3,0 @@ import GraphNode from "../graphnode";

@@ -1,2 +0,2 @@

//Matthew Shotton, R&D User Experince,© BBC 2015
//Matthew Shotton, R&D User Experience,© BBC 2015
import SourceNode, { SOURCENODESTATE } from "./sourcenode";

@@ -112,2 +112,8 @@

clearTimelineState(){
super.clearTimelineState();
if (this._element !== undefined) this._element.pause();
this._destroy();
}
}

@@ -1,2 +0,2 @@

//Matthew Shotton, R&D User Experince,© BBC 2015
//Matthew Shotton, R&D User Experience,© BBC 2015

@@ -3,0 +3,0 @@ /*

@@ -1,2 +0,2 @@

//Matthew Shotton, R&D User Experince,© BBC 2015
//Matthew Shotton, R&D User Experience,© BBC 2015

@@ -3,0 +3,0 @@ import VideoNode from "./SourceNodes/videonode.js";

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