Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

desktop-controller

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

desktop-controller - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

2

lib/index.js

@@ -148,3 +148,3 @@ const path = require('path');

const start = () => {
app.listen(port, () => {
app.listen(port, '0.0.0.0', () => {
console.log(`App started on port ${port}!`);

@@ -151,0 +151,0 @@ });

{
"name": "desktop-controller",
"version": "0.2.1",
"version": "0.2.2",
"description": "Desktop controller",

@@ -36,4 +36,3 @@ "keywords": [

"color": "^0.11.3",
"express": "^4.14.0",
"rpi-gpio": "^0.8.1"
"express": "^4.14.0"
},

@@ -80,2 +79,2 @@ "devDependencies": {

}
}
}
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc