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

homebridge-website-to-camera

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-website-to-camera - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

4

package.json
{
"name": "homebridge-website-to-camera",
"version": "1.2.1",
"version": "1.2.2",
"description": "shows the screenshot of a website as camera (image)",

@@ -43,4 +43,4 @@ "main": "index.js",

"ip": "^1.1.5",
"puppeteer": "^1.5.0"
"puppeteer-core": "1.11.0"
}
}

@@ -16,3 +16,3 @@ # homebridge-website-to-camera

2. Verify the Chromium installation by running `chromium-browser`, output should be similar to `(chromium-browser:30533): Gtk-WARNING **: cannot open display`
3. Install this plugin using: ` echo "export PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true && npm install -g homebridge-website-to-camera" | sudo sh`
3. Install this plugin using: `sudo npm install -g homebridge-website-to-camera`
4. Update your Homebridge `config.json` using the sample below (append in the block 'platforms' not 'accessories')

@@ -19,0 +19,0 @@

@@ -1,2 +0,2 @@

const puppeteer = require('puppeteer');
const puppeteer = require('puppeteer-core');

@@ -34,2 +34,2 @@ module.exports = ScreenshotHelper;

return screenshot;
};
};
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