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.0 to 1.2.1

2

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

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -15,3 +15,9 @@ const puppeteer = require('puppeteer');

this.log("Starting new instance of Chromium: " + this.chromiumPath);
this.browser = await puppeteer.launch({executablePath: this.chromiumPath});
this.browser = await puppeteer.launch(
{
executablePath: this.chromiumPath,
headless: true,
args: ['--no-sandbox'] // required if homebridge is started as root-user
}
);
this.log("Chromium started");

@@ -18,0 +24,0 @@ }

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