node-red-contrib-modbus
Advanced tools
Comparing version 0.1.1 to 0.2.0
{ | ||
"name": "node-red-contrib-modbus", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"description": "A Node-RED node to communicate MODBUS TCP. Uses node jsmodbus library.", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/mikakaraila/node-red-contrib-modbus.git" | ||
"url": "git+https://github.com/estbeetoo/node-red-contrib-modbus.git" | ||
}, | ||
"keywords": [ | ||
"node-red", | ||
"MODBUS TCP" | ||
"modbus tcp" | ||
], | ||
"author": { | ||
"name": "Mika Karaila", | ||
"email": "mika.karaila@gmail.com" | ||
"name": "Yury Kornilov", | ||
"email": "kornilovyv81@gmail.com" | ||
}, | ||
"license": "Apache", | ||
"bugs": { | ||
"url": "https://github.com/mikakaraila/node-red-contrib-modbus/issues" | ||
"url": "https://github.com/estbeetoo/node-red-contrib-modbus/issues" | ||
}, | ||
"node-red": { | ||
"nodes": { | ||
"modbus tcp": "27-modbus-tcp.js", | ||
"modbusitem": "28-modbusitem.js", | ||
"modbus server tcp": "29-modbus-server-tcp.js" | ||
"modbus tcp": "modbustcp.js" | ||
} | ||
}, | ||
"dependencies": { | ||
"jsmodbus": "~0.4.0", | ||
"put": "~0.0.6" | ||
"jsmodbus": "https://github.com/estbeetoo/jsModbus.git" | ||
}, | ||
"gitHead": "8d800f0534206d4150f5c6863a2a5a8143a45e26", | ||
"homepage": "https://github.com/mikakaraila/node-red-contrib-modbus#readme", | ||
"_id": "node-red-contrib-modbus@0.1.0", | ||
"scripts": {}, | ||
"_shasum": "bf8d0face14597ec9ee046bfe16b4af40161205a", | ||
"_from": "node-red-contrib-modbus@*", | ||
"_npmVersion": "2.11.3", | ||
"_nodeVersion": "0.12.7", | ||
"_npmUser": { | ||
"name": "ykornilov", | ||
"email": "kornilovyv81@gmail.com" | ||
}, | ||
"dist": { | ||
"shasum": "bf8d0face14597ec9ee046bfe16b4af40161205a", | ||
"tarball": "http://registry.npmjs.org/node-red-contrib-modbus/-/node-red-contrib-modbus-0.1.0.tgz" | ||
}, | ||
"maintainers": [ | ||
{ | ||
"name": "ykornilov", | ||
"email": "kornilovyv81@gmail.com" | ||
} | ||
], | ||
"directories": {}, | ||
"_resolved": "https://registry.npmjs.org/node-red-contrib-modbus/-/node-red-contrib-modbus-0.1.0.tgz" | ||
"homepage": "https://github.com/estbeetoo/node-red-contrib-modbus#readme", | ||
"scripts": {} | ||
} |
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
HTTP dependency
Supply chain riskContains a dependency which resolves to a remote HTTP URL which could be used to inject untrusted code and reduce overall package reliability.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
1
3
33119
12
525
1
10
- Removedput@~0.0.6
- Removedjsmodbus@0.4.0(transitive)
- Removedput@0.0.6(transitive)
- Removedq@1.0.1(transitive)