Socket
Socket
Sign inDemoInstall

elgato-stream-deck

Package Overview
Dependencies
71
Maintainers
3
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.3.0 to 3.3.1

10

CHANGELOG.md

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

### [3.3.1](https://github.com/lange/node-elgato-stream-deck/compare/v3.3.0...v3.3.1) (2020-07-18)
### Bug Fixes
* only audit dependencies ([60e7cca](https://github.com/lange/node-elgato-stream-deck/commit/60e7ccabfb1f655829b55a255c8d2062bdb3a4c0))
* only audit dependencies ([60e7cca](https://github.com/lange/node-elgato-stream-deck/commit/60e7ccabfb1f655829b55a255c8d2062bdb3a4c0))
* trim the serial number to 12 characters, as it always is currently ([d371654](https://github.com/lange/node-elgato-stream-deck/commit/d371654df32f7e7bf07e9ce1c0fc14c7876799b4))
* trim the serial number to 12 characters, as it always is currently ([d371654](https://github.com/lange/node-elgato-stream-deck/commit/d371654df32f7e7bf07e9ce1c0fc14c7876799b4))
## [3.3.0](https://github.com/lange/node-elgato-stream-deck/compare/v3.2.0...v3.3.0) (2020-02-16)

@@ -7,0 +17,0 @@

2

dist/models/base-gen2.js

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

getSerialNumber() {
return util_1.numberArrayToString(this.getFeatureReport(6, 32).slice(2));
return util_1.numberArrayToString(this.getFeatureReport(6, 32).slice(2, 14));
}

@@ -46,0 +46,0 @@ transformKeyIndex(keyIndex) {

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

getSerialNumber() {
return util_1.numberArrayToString(this.device.getFeatureReport(3, 17).slice(5));
return util_1.numberArrayToString(this.device.getFeatureReport(3, 17).slice(5, 17));
}

@@ -138,0 +138,0 @@ close() {

{
"name": "elgato-stream-deck",
"version": "3.3.0",
"version": "3.3.1",
"description": "An npm module for interfacing with the Elgato Stream Deck",

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

"tslint-check": "tslint-config-prettier-check ./tslint.json",
"validate:dependencies": "yarn audit && yarn license-validate",
"license-validate": "node-license-validator -p -d --allow-licenses MIT BSD BSD-3-Clause ISC Apache Unlicense WTFPL"
"validate:dependencies": "yarn audit --groups dependencies && yarn license-validate",
"license-validate": "node-license-validator -p -d --allow-licenses MIT 0BSD BSD BSD-3-Clause ISC Apache Unlicense WTFPL"
},

@@ -85,11 +85,11 @@ "files": [

"@julusian/jpeg-turbo": "^0.5.3",
"@types/jest": "^24.0.11",
"@types/jest": "^25.1.4",
"@types/jpeg-js": "^0.3.0",
"@types/node": "^12.0.4",
"@types/node-hid": "^1.2.0",
"@types/sharp": "^0.23.0",
"@types/sharp": "^0.24.0",
"coveralls": "^3.0.3",
"jest": "^24.7.1",
"jest-haste-map": "^24.7.1",
"jest-resolve": "^24.7.1",
"jest": "^25.1.0",
"jest-haste-map": "^25.1.0",
"jest-resolve": "^25.1.0",
"node-license-validator": "^1.3.0",

@@ -99,10 +99,10 @@ "open-cli": "^5.0.0",

"pureimage": "^0.1.3",
"sharp": "^0.23.1",
"sharp": "~0.23.3",
"standard-version": "^7.0.0",
"stream-buffers": "^3.0.1",
"trash-cli": "^3.0.0",
"ts-jest": "^24.0.2",
"ts-jest": "^25.2.1",
"ts-loader": "^6.0.0",
"ts-node": "^8.1.0",
"tslint": "^5.16.0",
"tslint": "^6.1.0",
"tslint-config-prettier": "^1.18.0",

@@ -114,3 +114,18 @@ "tslint-plugin-prettier": "^2.0.1",

"weallcontribute": "^1.0.8"
},
"resolutions": {
"**/conventional-changelog-angular": "5.0.6",
"**/conventional-changelog-atom": "2.0.3",
"**/conventional-changelog-codemirror": "2.0.3",
"**/conventional-changelog-core": "4.1.3",
"**/conventional-changelog-conventionalcommits": "4.2.3",
"**/conventional-changelog-ember": "2.0.4",
"**/conventional-changelog-eslint": "3.0.4",
"**/conventional-changelog-express": "2.0.1",
"**/conventional-changelog-jshint": "2.0.3",
"**/conventional-changelog-preset-loader": "2.3.0",
"**/conventional-changelog-writer": "4.0.11",
"**/conventional-commits-filter": "2.0.2",
"**/conventional-commits-parser": "3.0.8"
}
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc