node-red-contrib-omron-fins
Advanced tools
Comparing version 0.5.0 to 1.0.0-beta-0
@@ -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 */ |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
416401
40
2861
0
1
1