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.2.0-nightly-20210228-225858-7ccc292.0 to 2.2.0-nightly-latest-20210303-190843-4acc12a.0

1

dist/atem.js

@@ -69,2 +69,3 @@ "use strict";

destroy() {
this.dataTransferManager.stopCommandSending();
return this.socket.destroy();

@@ -71,0 +72,0 @@ }

6

package.json
{
"name": "atem-connection",
"version": "2.2.0-nightly-20210228-225858-7ccc292.0",
"version": "2.2.0-nightly-latest-20210303-190843-4acc12a.0",
"description": "Typescript Node.js library for connecting with an ATEM switcher.",

@@ -31,4 +31,4 @@ "main": "dist/index.js",

"build:main": "tsc -p tsconfig.build.json",
"lint": "eslint . --ext .ts --ignore-pattern dist",
"unit": "jest",
"lint": "tsc --noEmit && eslint . --ext .ts --ignore-pattern dist",
"unit": "jest --forceExit",
"test": "yarn lint && yarn unit",

@@ -35,0 +35,0 @@ "watch": "jest --watch",

# Sofie: The Modern TV News Studio Automation System (ATEM connection library)
[![CircleCI](https://circleci.com/gh/nrkno/tv-automation-atem-connection.svg?style=svg)](https://circleci.com/gh/nrkno/tv-automation-atem-connection)
[![Node CI](https://github.com/nrkno/tv-automation-atem-connection/actions/workflows/node.yaml/badge.svg)](https://github.com/nrkno/tv-automation-atem-connection/actions/workflows/node.yaml)
[![codecov](https://codecov.io/gh/nrkno/tv-automation-atem-connection/branch/master/graph/badge.svg)](https://codecov.io/gh/nrkno/tv-automation-atem-connection)

@@ -5,0 +5,0 @@ [![npm](https://img.shields.io/npm/v/atem-connection)](https://www.npmjs.com/package/atem-connection)

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