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.1 to 3.3.2

2

CHANGELOG.md

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

### [3.3.2](https://github.com/lange/node-elgato-stream-deck/compare/v3.3.1...v3.3.2) (2020-08-28)
### [3.3.1](https://github.com/lange/node-elgato-stream-deck/compare/v3.3.0...v3.3.1) (2020-07-18)

@@ -7,0 +9,0 @@

4

dist/models/base.d.ts

@@ -80,4 +80,4 @@ /// <reference types="node" />

close(): void;
on(event: 'down' | 'up', listener: (keyIndex: KeyIndex) => void): any;
on(event: 'error', listener: (e: any) => void): any;
on(event: 'down' | 'up', listener: (keyIndex: KeyIndex) => void): this;
on(event: 'error', listener: (e: unknown) => void): this;
}

@@ -84,0 +84,0 @@ export declare abstract class StreamDeckBase extends EventEmitter implements StreamDeck {

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

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

"update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'",
"lint": "tslint --project tsconfig.json --config tslint.json",
"tslint-check": "tslint-config-prettier-check ./tslint.json",
"lint": "eslint . --ext .ts",
"validate:dependencies": "yarn audit --groups dependencies && yarn license-validate",

@@ -80,3 +79,3 @@ "license-validate": "node-license-validator -p -d --allow-licenses MIT 0BSD BSD BSD-3-Clause ISC Apache Unlicense WTFPL"

"exit-hook": "^2.2.0",
"jpeg-js": "^0.3.5",
"jpeg-js": "^0.4.2",
"node-hid": "^1.2.0"

@@ -91,3 +90,8 @@ },

"@types/sharp": "^0.24.0",
"@typescript-eslint/eslint-plugin": "^2.30.0",
"@typescript-eslint/parser": "^2.30.0",
"coveralls": "^3.0.3",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"jest": "^25.1.0",

@@ -99,3 +103,3 @@ "jest-haste-map": "^25.1.0",

"prettier": "^1.17.1",
"pureimage": "^0.1.3",
"pureimage": "^0.2.5",
"sharp": "~0.23.3",

@@ -108,5 +112,2 @@ "standard-version": "^7.0.0",

"ts-node": "^8.1.0",
"tslint": "^6.1.0",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "~3.6.4",

@@ -113,0 +114,0 @@ "usb-detection": "^4.3.0",

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