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

rfcontroljs

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rfcontroljs - npm Package Compare versions

Comparing version 0.0.21 to 0.0.22

4

lib/protocols/contact1.js

@@ -23,3 +23,3 @@ module.exports = function(helper) {

},
state: {
contact: {
type: "boolean"

@@ -40,3 +40,3 @@ },

all: helper.binaryToBoolean(binary, 26),
state: helper.binaryToBoolean(binary, 27),
contact: !helper.binaryToBoolean(binary, 27),
unit: helper.binaryToNumber(binary, 28, 31)

@@ -43,0 +43,0 @@ };

@@ -19,3 +19,3 @@ module.exports = function(helper) {

},
presence: {
contact: {
type: "boolean"

@@ -32,3 +32,3 @@ }

id: helper.binaryToNumber(binary, 0, 19),
presence: true
contact: false
};

@@ -35,0 +35,0 @@ }

{
"name": "rfcontroljs",
"version": "0.0.21",
"version": "0.0.22",
"description": "Protocol support for different 433mhz switches and weather stations for the RFControl Arduino library",

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