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.1.0 to 4.2.0

dist/models/miniv2.d.ts

7

CHANGELOG.md

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

## [4.2.0](https://github.com/julusian/node-elgato-stream-deck/compare/v4.1.0...v4.2.0) (2022-07-08)
### Features
* mini-rev2 support ([5399c28](https://github.com/julusian/node-elgato-stream-deck/commit/5399c28a2caec1ba9428a100b1bd701b2cb9830b))
## [4.1.0](https://github.com/julusian/node-elgato-stream-deck/compare/v4.0.0...v4.1.0) (2021-07-19)

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

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

},
{
id: models_1.DeviceModelId.MINIV2,
productId: 0x0090,
class: models_1.StreamDeckMiniV2,
}
];

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

1

dist/models/id.d.ts

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

MINI = "mini",
MINIV2 = "miniv2",
XL = "xl"

@@ -9,0 +10,0 @@ }

@@ -10,4 +10,5 @@ "use strict";

DeviceModelId["MINI"] = "mini";
DeviceModelId["MINIV2"] = "miniv2";
DeviceModelId["XL"] = "xl";
})(DeviceModelId = exports.DeviceModelId || (exports.DeviceModelId = {}));
//# sourceMappingURL=id.js.map

@@ -5,4 +5,5 @@ export * from './id';

export { StreamDeckMini } from './mini';
export { StreamDeckMiniV2 } from './miniv2';
export { StreamDeckXL } from './xl';
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.StreamDeckOriginalMK2 = exports.StreamDeckOriginalV2 = exports.StreamDeckXL = exports.StreamDeckMini = exports.StreamDeckOriginal = void 0;
exports.StreamDeckOriginalMK2 = exports.StreamDeckOriginalV2 = exports.StreamDeckXL = exports.StreamDeckMiniV2 = exports.StreamDeckMini = exports.StreamDeckOriginal = void 0;
__exportStar(require("./id"), exports);

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

Object.defineProperty(exports, "StreamDeckMini", { enumerable: true, get: function () { return mini_1.StreamDeckMini; } });
var miniv2_1 = require("./miniv2");
Object.defineProperty(exports, "StreamDeckMiniV2", { enumerable: true, get: function () { return miniv2_1.StreamDeckMiniV2; } });
var xl_1 = require("./xl");

@@ -22,0 +24,0 @@ Object.defineProperty(exports, "StreamDeckXL", { enumerable: true, get: function () { return xl_1.StreamDeckXL; } });

{
"name": "elgato-stream-deck",
"version": "4.1.0",
"version": "4.2.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