New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

atem-connection

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

atem-connection - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [1.0.2](https://github.com/nrkno/tv-automation-atem-connection/compare/1.0.1...1.0.2) (2019-10-09)
### Bug Fixes
* media player source still & clip inverted ([6dec48f](https://github.com/nrkno/tv-automation-atem-connection/commit/6dec48f09e4c02d404578095bb7e2cac551d398c))
### [1.0.1](https://github.com/nrkno/tv-automation-atem-connection/compare/1.0.0...1.0.1) (2019-09-21)

@@ -7,0 +14,0 @@

8

dist/commands/Media/MediaPlayerSourceCommand.js

@@ -17,4 +17,4 @@ "use strict";

buffer.writeUInt8(this.properties.sourceType, 2);
buffer.writeUInt8(this.properties.clipIndex, 3);
buffer.writeUInt8(this.properties.stillIndex, 4);
buffer.writeUInt8(this.properties.stillIndex, 3);
buffer.writeUInt8(this.properties.clipIndex, 4);
return buffer;

@@ -38,4 +38,4 @@ }

sourceType: rawCommand[1],
clipIndex: rawCommand[2],
stillIndex: rawCommand[3]
stillIndex: rawCommand[2],
clipIndex: rawCommand[3]
};

@@ -42,0 +42,0 @@ }

{
"name": "atem-connection",
"version": "1.0.1",
"version": "1.0.2",
"description": "Typescript Node.js library for connecting with an ATEM switcher.",

@@ -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