homebridge-website-to-camera
Advanced tools
Comparing version 1.4.1 to 1.5.0-SNAPSHOT
{ | ||
"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 @@ ); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1811702
275
2
+ Addedpuppeteer-core@1.20.0(transitive)
- Removedpuppeteer-core@1.11.0(transitive)
Updatedpuppeteer-core@^1.20.0