New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

homebridge-syntex-webhooks

Package Overview
Dependencies
Maintainers
1
Versions
1176
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-syntex-webhooks - npm Package Compare versions

Comparing version 1.0.5-b37 to 1.0.5-b38

9

index.js

@@ -316,3 +316,4 @@ var request = require('request');

mac: this.mac,
type: this.type
type: this.type,
name: this.name
};

@@ -323,3 +324,4 @@ }

var device = {
mac: this.mac
mac: this.mac,
name: this.name
};

@@ -405,3 +407,4 @@ }

var device = {
mac: this.mac
mac: this.mac,
name: this.name
};

@@ -408,0 +411,0 @@

{
"name": "homebridge-syntex-webhooks",
"version": "1.0.5-b37",
"version": "1.0.5-b38",
"description": "A webhook plugin for HTTP devices",

@@ -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