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 2.3.0 to 2.3.1

5

dist/dataTransfer/index.js

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

this.clipLocks = [
// TODO - this would be better to be dynamically sized based on the model we are connected to
new dataLock_1.default(1, cmd => this.commandQueue.push(cmd)),
new dataLock_1.default(2, cmd => this.commandQueue.push(cmd))
new dataLock_1.default(2, cmd => this.commandQueue.push(cmd)),
new dataLock_1.default(3, cmd => this.commandQueue.push(cmd)),
new dataLock_1.default(4, cmd => this.commandQueue.push(cmd))
];

@@ -21,0 +24,0 @@ this.transferIndex = 0;

2

package.json
{
"name": "atem-connection",
"version": "2.3.0",
"version": "2.3.1",
"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 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