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 2.0.2 to 2.0.3

.github/FUNDING.yml

12

CameraAccessory.js

@@ -38,8 +38,8 @@ "use strict";

} else {
super(name, uuid, Categories.CAMERA);
this.getService(Service.AccessoryInformation)
.setCharacteristic(Characteristic.Manufacturer, "David")
.setCharacteristic(Characteristic.Model, "Website")
.setCharacteristic(Characteristic.SerialNumber, id)
.setCharacteristic(Characteristic.FirmwareRevision, packageJSON.version);
super(name, uuid, hap.Categories.CAMERA);
this.getService(hap.Service.AccessoryInformation)
.setCharacteristic(hap.Characteristic.Manufacturer, "David")
.setCharacteristic(hap.Characteristic.Model, "Website")
.setCharacteristic(hap.Characteristic.SerialNumber, id)
.setCharacteristic(hap.Characteristic.FirmwareRevision, packageJSON.version);
this.on("identify", function (paired, callback) {

@@ -46,0 +46,0 @@ log("identify");

{
"name": "homebridge-website-to-camera",
"version": "2.0.2",
"version": "2.0.3",
"description": "shows the screenshot of a website as camera (image)",

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

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