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

node-red-m2x

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-m2x - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

m2x.js

@@ -66,3 +66,3 @@ module.exports = function (RED) {

var methods = getAllMethods(_this.m2xClient[topic]);
if (!msg.action || methods.indexOf(msg.action.toLowerCase()) === -1) {
if (!msg.action || methods.indexOf(msg.action) === -1) {
_this.handle_msg_failure(msg, INPUT_ERROR_CODE, "action for " + topic + " must be either " + methods);

@@ -69,0 +69,0 @@ }

{
"name": "node-red-m2x",
"version": "0.0.4",
"version": "0.0.5",
"description": "A Node-RED node to AT&T M2X",

@@ -5,0 +5,0 @@ "dependencies": {

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