Socket
Socket
Sign inDemoInstall

elgato-stream-deck

Package Overview
Dependencies
41
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.1 to 4.1.0

dist/models/original-mk2.d.ts

12

CHANGELOG.md

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

## [4.1.0](https://github.com/julusian/node-elgato-stream-deck/compare/v4.0.0...v4.1.0) (2021-07-19)
### Features
* streamdeck mk2 (15 key, new design) support ([efa6f06](https://github.com/julusian/node-elgato-stream-deck/commit/efa6f06c82d97072461f17794c77f9a8b5ed25ab))
### Bug Fixes
* don't require tslib in generated code ([69e1dfe](https://github.com/julusian/node-elgato-stream-deck/commit/69e1dfeda180ff0a04d0c82956bfe0e455b7f54a))
### [4.0.1](https://github.com/julusian/node-elgato-stream-deck/compare/v4.0.0...v4.0.1) (2021-01-07)

@@ -7,0 +19,0 @@

@@ -59,2 +59,7 @@ "use strict";

},
{
id: models_1.DeviceModelId.ORIGINALMK2,
productId: 0x0080,
class: models_1.StreamDeckOriginalMK2,
},
];

@@ -61,0 +66,0 @@ function openStreamDeck(devicePath, userOptions) {

1

dist/models/id.d.ts

@@ -5,2 +5,3 @@ export declare type KeyIndex = number;

ORIGINALV2 = "originalv2",
ORIGINALMK2 = "original-mk2",
MINI = "mini",

@@ -7,0 +8,0 @@ XL = "xl"

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

DeviceModelId["ORIGINALV2"] = "originalv2";
DeviceModelId["ORIGINALMK2"] = "original-mk2";
DeviceModelId["MINI"] = "mini";

@@ -10,0 +11,0 @@ DeviceModelId["XL"] = "xl";

@@ -7,1 +7,2 @@ export * from './id';

export { StreamDeckOriginalV2 } from './originalv2';
export { StreamDeckOriginalMK2 } from './original-mk2';

4

dist/models/index.js

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.StreamDeckOriginalV2 = exports.StreamDeckXL = exports.StreamDeckMini = exports.StreamDeckOriginal = void 0;
exports.StreamDeckOriginalMK2 = exports.StreamDeckOriginalV2 = exports.StreamDeckXL = exports.StreamDeckMini = exports.StreamDeckOriginal = void 0;
__exportStar(require("./id"), exports);

@@ -24,2 +24,4 @@ var original_1 = require("./original");

Object.defineProperty(exports, "StreamDeckOriginalV2", { enumerable: true, get: function () { return originalv2_1.StreamDeckOriginalV2; } });
var original_mk2_1 = require("./original-mk2");
Object.defineProperty(exports, "StreamDeckOriginalMK2", { enumerable: true, get: function () { return original_mk2_1.StreamDeckOriginalMK2; } });
//# sourceMappingURL=index.js.map
{
"name": "elgato-stream-deck",
"version": "4.0.1",
"version": "4.1.0",
"description": "An npm module for interfacing with the Elgato Stream Deck",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc