homebridge-website-to-camera
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"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; | ||
}; | ||
}; |
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
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
265
1810846
+ Addedpuppeteer-core@1.11.0
+ Addedpuppeteer-core@1.11.0(transitive)
- Removedpuppeteer@^1.5.0
- Removedpuppeteer@1.20.0(transitive)