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.5.0 to 1.0.0-beta-0

app.js

0

.eslintrc.js

@@ -0,0 +0,0 @@ module.exports = {

@@ -0,0 +0,0 @@ /*

@@ -0,0 +0,0 @@ /*

@@ -0,0 +0,0 @@ /* eslint-disable no-inner-declarations */

@@ -0,0 +0,0 @@ /* eslint-disable no-inner-declarations */

2

nodes/read.js

@@ -28,3 +28,3 @@ /* eslint-disable no-inner-declarations */

const connection_pool = require('../connection_pool.js');
const dataParser = require('./_parser');
const dataParser = require('../lib/_parser');

@@ -31,0 +31,0 @@ function omronRead(config) {

@@ -28,3 +28,2 @@ /* eslint-disable no-inner-declarations */

const connection_pool = require('../connection_pool.js');
// const dataParser = require("./_parser");

@@ -31,0 +30,0 @@ function omronReadMultiple(config) {

@@ -0,0 +0,0 @@ /* eslint-disable no-inner-declarations */

@@ -0,0 +0,0 @@ /* eslint-disable no-inner-declarations */

{
"name": "node-red-contrib-omron-fins",
"version": "0.5.0",
"version": "1.0.0-beta-0",
"author": {

@@ -8,3 +8,3 @@ "name": "Steve-Mcl",

},
"description": "OMRON FINS Ethernet protocol functions 'Read' and 'write' for communicating with OMRON PLCs from node-red",
"description": "Node-RED nodes for communicating with OMRON PLCs via FINS Ethernet and Hostlink (serial) protocol",
"keywords": [

@@ -14,3 +14,5 @@ "node-red",

"FINS",
"PLC"
"PLC",
"Hostlink",
"C Mode"
],

@@ -25,3 +27,6 @@ "node-red": {

"omronConnection": "nodes/connection.js",
"omronControl": "nodes/control.js"
"omronControl": "nodes/control.js",
"OmronCModeCommand": "nodes/cmode-command.js",
"OmronCModeResponse": "nodes/cmode-response.js",
"app": "app.js"
}

@@ -35,3 +40,11 @@ },

"eslint": "^7.29.0"
},
"bugs": {
"url": "https://github.com/steve-mcl/node-red-contrib-omron-fins/issues"
},
"homepage": "https://github.com/steve-mcl/node-red-contrib-omron-fins#readme",
"repository": {
"type": "git",
"url": "git://github.com/steve-mcl/node-red-contrib-omron-fins.git"
}
}

@@ -0,0 +0,0 @@ node-red-contrib-omron-fins

@@ -0,0 +0,0 @@ # Supported Commands

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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