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 0.1.1 to 0.1.2

10

CHANGELOG.md

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

<a name="0.1.2"></a>
## [0.1.2](https://github.com/nrkno/tv-automation-atem-connection/compare/0.1.1...0.1.2) (2018-06-07)
### Bug Fixes
* export abstract command ([5c82037](https://github.com/nrkno/tv-automation-atem-connection/commit/5c82037))
<a name="0.1.1"></a>

@@ -7,0 +17,0 @@ ## [0.1.1](https://github.com/nrkno/tv-automation-atem-connection/compare/0.1.0...0.1.1) (2018-06-07)

3

dist/commands/index.d.ts

@@ -0,1 +1,2 @@

import AbstractCommand from './AbstractCommand';
export * from './DeviceProfile';

@@ -8,4 +9,4 @@ export * from './DownstreamKey';

export * from './SuperSource';
export * from './AbstractCommand';
export { AbstractCommand };
export * from './AuxSourceCommand';
export * from './InitCompleteCommand';
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
const AbstractCommand_1 = require("./AbstractCommand");
exports.AbstractCommand = AbstractCommand_1.default;
tslib_1.__exportStar(require("./DeviceProfile"), exports);

@@ -11,5 +13,4 @@ tslib_1.__exportStar(require("./DownstreamKey"), exports);

tslib_1.__exportStar(require("./SuperSource"), exports);
tslib_1.__exportStar(require("./AbstractCommand"), exports);
tslib_1.__exportStar(require("./AuxSourceCommand"), exports);
tslib_1.__exportStar(require("./InitCompleteCommand"), exports);
//# sourceMappingURL=index.js.map
{
"name": "atem-connection",
"version": "0.1.1",
"version": "0.1.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