Socket
Socket
Sign inDemoInstall

videocontext

Package Overview
Dependencies
Maintainers
2
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.52.8 to 0.52.9

2

CHANGELOG.md

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

#### 0.52.9 (2018-11-05)
#### 0.52.8 (2018-09-28)

@@ -2,0 +4,0 @@

4

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

@@ -30,3 +30,3 @@ "repository": {

"test-unit": "jest test/unit/*.js",
"test-integration": "jest test/unit/*.js",
"test-integration": "jest test/integration/*.js",
"test-watch": "jest --watch",

@@ -33,0 +33,0 @@ "test-coverage": "jest test/unit/*.js --coverage --collectCoverageFrom 'src/**/*.js'",

@@ -26,3 +26,10 @@ # VideoContext

<body>
<canvas id="canvas"></canvas>
<!--
A canvas needs to define its width and height to know how many pixels you can draw onto it.
Its CSS width and height will define the space it takes on screen
If omitted, the canvas dimensions will be 300x150 and your videos will not rendered at their
optimum definition
https://developer.mozilla.org/en-US/docs/Web/API/HTMLCanvasElement/width
-->
<canvas id="canvas" width="1280" height="720" style="width: 852px; height: 480px"></canvas>

@@ -29,0 +36,0 @@ <script type="text/javascript">

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

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