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.4.1 to 1.5.0-SNAPSHOT

4

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

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

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

@@ -23,3 +23,6 @@ const puppeteer = require('puppeteer-core');

headless: true,
args: ['--no-sandbox'] // required if homebridge is started as root-user
args: ['--no-sandbox', // required if homebridge is started as root-user
'--disable-gpu',
'--disable-dev-shm-usage'
]
}

@@ -26,0 +29,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