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.15 to 0.0.17

lib/protocols/pir2.js

2

lib/controller.js

@@ -6,3 +6,3 @@ var doesProtocolMatch, helper, protocols, sortIndices,

protocols = ['weather1', 'weather2', 'weather3', 'weather4', 'weather5', 'switch1', 'switch2', 'switch3', 'switch4', 'switch5', 'switch6', 'dimmer1', 'pir1', 'contact1', 'generic'];
protocols = ['weather1', 'weather2', 'weather3', 'weather4', 'weather5', 'switch1', 'switch2', 'switch3', 'switch4', 'switch5', 'switch6', 'dimmer1', 'pir1', 'pir2', 'contact1', 'generic'];

@@ -9,0 +9,0 @@ protocols = protocols.map((function(_this) {

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

brands: ["Auriol", "Ventus", "Hama", "Meteoscan", "Alecto", "Balance"],
pulseLengths: [534, 959, 1951, 9000],
pulseLengths: [534, 2000, 4000, 9000],
pulseCount: 74,

@@ -41,0 +41,0 @@ decodePulses: function(pulses) {

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

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

Sorry, the diff of this file is not supported yet

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