Socket
Socket
Sign inDemoInstall

videocontext

Package Overview
Dependencies
1
Maintainers
2
Versions
121
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.52.2 to 0.52.3

.npmignore

2

CHANGELOG.md

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

#### 0.52.3 (2018-07-20)
#### 0.52.2 (2018-07-09)

4

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

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

"docs": "bash ./build-docs.sh",
"docs-commit": "npm run docs && git add docs && git commit -m 'update docs in preparation for release'",
"docs-commit": "npm run docs && git add docs && git diff-index --quiet HEAD || git commit -m 'update docs in preparation for release'",
"format": "prettier --write '{src,test}/**/*.js'",

@@ -38,0 +38,0 @@ "lint": "eslint '{src,test}/**/*.js'",

@@ -71,5 +71,2 @@ # VideoContext

The documentation is also hosted at https://doc.esdoc.org/github.com/bbc/VideoContext/.
## Node Types

@@ -76,0 +73,0 @@ There are a number of different types of nodes which can be used in the VideoContexts processing graph. Here's a quick list of each one, following that is a more in-depth discussion of each type.

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc