Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-red-contrib-omron-fins

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-omron-fins - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

4

nodes/read.js

@@ -174,6 +174,6 @@ /*

if (msg.disconnect === true || msg.topic === 'disconnect') {
node.connection.closeConnection();
node.client.closeConnection();
return;
} else if (msg.connect === true || msg.topic === 'connect') {
node.connection.connect();
node.client.connect();
return;

@@ -180,0 +180,0 @@ }

{
"name": "node-red-contrib-omron-fins",
"version": "0.3.0",
"version": "0.3.1",
"author": {

@@ -5,0 +5,0 @@ "name": "Steve-Mcl",

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