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.5.0 to 1.5.1

5

CameraAccessory.js

@@ -13,5 +13,8 @@ "use strict";

for (let i = 0; i < name.length; i++) {
id += name.charCodeAt(i)
id += name.charCodeAt(i).toString(10);
}
}
if (id.length > 12) {
id = id.substr(0, 12);
}
var uuid = hap.uuid.generate("homebridge-website-to-camera:" + id);

@@ -18,0 +21,0 @@ super(name, uuid, hap.Accessory.Categories.CAMERA);

2

package.json
{
"name": "homebridge-website-to-camera",
"version": "1.5.0",
"version": "1.5.1",
"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