Socket
Socket
Sign inDemoInstall

elgato-stream-deck

Package Overview
Dependencies
86
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.0 to 2.1.1

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="2.1.1"></a>
## [2.1.1](https://github.com/Lange/node-elgato-stream-deck/compare/v2.1.0...v2.1.1) (2018-04-05)
### Bug Fixes
* **package:** pin node-hid to 0.6.0 ([de5186a](https://github.com/Lange/node-elgato-stream-deck/commit/de5186a)), closes [#46](https://github.com/Lange/node-elgato-stream-deck/issues/46)
<a name="2.1.0"></a>

@@ -7,0 +17,0 @@ # [2.1.0](https://github.com/Lange/node-elgato-stream-deck/compare/v2.0.0...v2.1.0) (2018-03-05)

0

LICENSE.md

@@ -0,0 +0,0 @@ MIT License

4

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

@@ -8,3 +8,3 @@ "main": "index.js",

"dependencies": {
"node-hid": "^0.7.2",
"node-hid": "^0.6.0",
"sharp": "^0.20.0"

@@ -11,0 +11,0 @@ },

@@ -8,2 +8,4 @@ # elgato-stream-deck [![npm version](https://img.shields.io/npm/v/elgato-stream-deck.svg)](https://npm.im/elgato-stream-deck) [![license](https://img.shields.io/npm/l/elgato-stream-deck.svg)](https://npm.im/elgato-stream-deck) [![Travis](https://travis-ci.org/Lange/node-elgato-stream-deck.svg?branch=master)](https://travis-ci.org/Lange/node-elgato-stream-deck) [![Coverage Status](https://coveralls.io/repos/github/Lange/node-elgato-stream-deck/badge.svg?branch=master)](https://coveralls.io/github/Lange/node-elgato-stream-deck?branch=master) [![Join the chat at https://gitter.im/node-elgato-stream-deck/Lobby](https://badges.gitter.im/node-elgato-stream-deck/Lobby.svg)](https://gitter.im/node-elgato-stream-deck/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

> ❗ Please note that `node-elgato-stream-deck` is NOT a standalone application. It is not something you download and run on its own. It is not an alternative to the [official Stream Deck program provided by Elgato](https://www.elgato.com/en/gaming/downloads). Instead, `node-elgato-stream-deck` is a code library, which developers can use to make their own applications which interface with the Stream Deck.
## Install

@@ -10,0 +12,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