Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

atem-state

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atem-state - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="0.3.2"></a>
## [0.3.2](https://github.com/nrkno/tv-automation-atem-state/compare/0.3.1...0.3.2) (2018-08-09)
### Bug Fixes
* added missing guard ([c07c474](https://github.com/nrkno/tv-automation-atem-state/commit/c07c474))
<a name="0.3.1"></a>

@@ -7,0 +17,0 @@ ## [0.3.1](https://github.com/nrkno/tv-automation-atem-state/compare/0.3.0...0.3.1) (2018-08-07)

2

dist/resolvers/upstreamKeyers/chromaKeyer.js

@@ -7,2 +7,4 @@ "use strict";

for (const mixEffectId in oldState.video.ME) {
if (!newState.video.ME[mixEffectId])
continue;
for (const upstreamKeyerId in oldState.video.ME[mixEffectId].upstreamKeyers) {

@@ -9,0 +11,0 @@ const oldKeyer = oldState.video.ME[mixEffectId].upstreamKeyers[upstreamKeyerId];

4

package.json
{
"name": "atem-state",
"version": "0.3.1",
"version": "0.3.2",
"description": "Typescript Node.js library for comparing ATEM states",

@@ -111,3 +111,3 @@ "main": "dist/index.js",

"dependencies": {
"atem-connection": "^0.3.0",
"atem-connection": "^0.3.1",
"tslib": "^1.9.2"

@@ -114,0 +114,0 @@ },

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