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

homey-signal-validator

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homey-signal-validator - npm Package Compare versions

Comparing version

to
2.0.5

1

lib/SignalValidator/index.js

@@ -33,2 +33,3 @@ "use strict";

if(signal.hasOwnProperty('manchesterUnit')) return true;
if(!signal.hasOwnProperty('interval')) return true;

@@ -35,0 +36,0 @@ var total = 0;

2

package.json
{
"name": "homey-signal-validator",
"version": "2.0.4",
"version": "2.0.5",
"description": " Validator methods for Homey Signals",

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

@@ -1,2 +0,4 @@

# node-homey-signal-validator
# [DEPRECATED] This module has been deprecated in favor of [node-homey-lib](https://github.com/athombv/node-homey-lib)
node-homey-signal-validator
Validator methods for Homey Signals