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.0 to 4.0.1

7

CHANGELOG.md

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

### [4.0.1](https://github.com/julusian/node-elgato-stream-deck/compare/v4.0.0...v4.0.1) (2021-01-07)
### Bug Fixes
* don't require tslib in generated code ([69e1dfe](https://github.com/julusian/node-elgato-stream-deck/commit/69e1dfeda180ff0a04d0c82956bfe0e455b7f54a))
## [4.0.0](https://github.com/julusian/node-elgato-stream-deck/compare/v3.3.5...v4.0.0) (2020-12-23)

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

13

dist/models/index.js
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.StreamDeckOriginalV2 = exports.StreamDeckXL = exports.StreamDeckMini = exports.StreamDeckOriginal = void 0;
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./id"), exports);
__exportStar(require("./id"), exports);
var original_1 = require("./original");

@@ -7,0 +16,0 @@ Object.defineProperty(exports, "StreamDeckOriginal", { enumerable: true, get: function () { return original_1.StreamDeckOriginal; } });

12

package.json
{
"name": "elgato-stream-deck",
"version": "4.0.0",
"version": "4.0.1",
"description": "An npm module for interfacing with the Elgato Stream Deck",

@@ -88,9 +88,9 @@ "main": "dist/index.js",

"devDependencies": {
"@julusian/jpeg-turbo": "^1.0.0",
"@julusian/jpeg-turbo": "^1.0.1",
"@sofie-automation/code-standard-preset": "^0.2.1",
"@types/jest": "^26.0.19",
"@types/jest": "^26.0.20",
"@types/jpeg-js": "^0.3.0",
"@types/node": "^14.14.14",
"@types/node": "^14.14.20",
"@types/node-hid": "^1.3.0",
"@types/sharp": "^0.26.1",
"@types/sharp": "^0.27.1",
"codecov": "^3.8.1",

@@ -105,3 +105,3 @@ "jest": "^26.6.3",

"sharp": "~0.27.0",
"standard-version": "^9.0.0",
"standard-version": "^9.1.0",
"stream-buffers": "^3.0.1",

@@ -108,0 +108,0 @@ "ts-jest": "^26.4.4",

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