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.3 to 0.3.4

10

CHANGELOG.md

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

<a name="0.3.4"></a>
## [0.3.4](https://github.com/nrkno/tv-automation-atem-state/compare/0.3.3...0.3.4) (2018-08-14)
### Bug Fixes
* Transition style not being set to default at startup ([36a4da8](https://github.com/nrkno/tv-automation-atem-state/commit/36a4da8))
<a name="0.3.3"></a>

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

2

dist/resolvers/mixEffect.js

@@ -108,3 +108,3 @@ "use strict";

}
if (props.selection || props.style) {
if (typeof props.selection !== 'undefined' || typeof props.style !== 'undefined') {
const command = new atem_connection_1.Commands.TransitionPropertiesCommand();

@@ -111,0 +111,0 @@ command.mixEffect = Number(mixEffectId);

{
"name": "atem-state",
"version": "0.3.3",
"version": "0.3.4",
"description": "Typescript Node.js library for comparing ATEM states",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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