node-red-contrib-modbus
Advanced tools
Comparing version 0.2.9 to 0.4.2
{ | ||
"name": "node-red-contrib-modbus", | ||
"version": "0.2.9", | ||
"description": "Node-RED nodes for communicating with a Modbus Tcp.", | ||
"version": "0.4.2", | ||
"description": "Node-RED nodes for configure and communicating via MODBUS TCP.", | ||
"dependencies": { | ||
"async": "^2.0.0-rc.3", | ||
"fs-extra": "^0.27.0", | ||
"jsmodbus": "^1.0.3", | ||
"line-by-line": "^0.1.4" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/estbeetoo/node-red-contrib-modbus.git" | ||
"url": "git+https://github.com/biancode/node-red-contrib-modbus.git" | ||
}, | ||
@@ -12,23 +18,36 @@ "keywords": [ | ||
"modbus", | ||
"modbus server", | ||
"modbus tcp", | ||
"modbus client" | ||
"modbustcp", | ||
"modbus read", | ||
"modbus write" | ||
], | ||
"author": { | ||
"name": "Yury Kornilov", | ||
"email": "kornilovyv81@gmail.com" | ||
}, | ||
"license": "Apache", | ||
"bugs": { | ||
"url": "https://github.com/estbeetoo/node-red-contrib-modbus/issues" | ||
}, | ||
"node-red": { | ||
"nodes": { | ||
"modbus tcp": "modbustcp.js" | ||
"Modbus-Client": "modbus/modbus-client.js", | ||
"Modbus-Response": "modbus/modbus-response.js", | ||
"Modbus-Read": "modbus/modbus-read.js", | ||
"Modbus-Write": "modbus/modbus-write.js" | ||
} | ||
}, | ||
"homepage": "https://github.com/estbeetoo/node-red-contrib-modbus#readme", | ||
"scripts": {}, | ||
"dependencies": { | ||
"modbus.js": "*" | ||
"author": "Klaus Landsdorf", | ||
"license": "BSD-3-Clause", | ||
"main": "node", | ||
"files": [ | ||
"modbus" | ||
], | ||
"bugs": { | ||
"url": "https://github.com/biancode/node-red-contrib-modbus/issues" | ||
}, | ||
"homepage": "https://github.com/biancode/node-red-contrib-modbus#readme", | ||
"scripts": { | ||
"test": "karma start modbus.conf.js --log-level debug --single-run", | ||
"build": "gulp publish", | ||
"prepublish": "npm run build" | ||
}, | ||
"devDependencies": { | ||
"gulp": "^3.9.1", | ||
"gulp-htmlmin": "^1.3.0", | ||
"gulp-uglify": "^1.5.3" | ||
} | ||
} |
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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
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
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
364278
3574
14
0
100
793
0
38
0
4
3
2
+ Addedasync@^2.0.0-rc.3
+ Addedfs-extra@^0.27.0
+ Addedjsmodbus@^1.0.3
+ Addedline-by-line@^0.1.4
+ Addedasync@2.6.4(transitive)
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbindings@1.2.1(transitive)
+ Addedbrace-expansion@1.1.11(transitive)
+ Addedcall-bind@1.0.7(transitive)
+ Addedcommander@2.20.3(transitive)
+ Addedconcat-map@0.0.1(transitive)
+ Addedcrc@3.4.0(transitive)
+ Addeddebug@2.6.9(transitive)
+ Addeddefine-data-property@1.1.4(transitive)
+ Addeddefine-properties@1.2.1(transitive)
+ Addedes-define-property@1.0.0(transitive)
+ Addedes-errors@1.3.0(transitive)
+ Addedfs-extra@0.27.0(transitive)
+ Addedfs.realpath@1.0.0(transitive)
+ Addedfunction-bind@1.1.2(transitive)
+ Addedget-intrinsic@1.2.4(transitive)
+ Addedglob@7.2.3(transitive)
+ Addedgopd@1.1.0(transitive)
+ Addedgraceful-fs@4.2.11(transitive)
+ Addedhas-property-descriptors@1.0.2(transitive)
+ Addedhas-proto@1.0.3(transitive)
+ Addedhas-symbols@1.0.3(transitive)
+ Addedhasown@2.0.2(transitive)
+ Addedimmediate@3.0.6(transitive)
+ Addedinflight@1.0.6(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedjsmodbus@1.2.7(transitive)
+ Addedjsonfile@2.4.0(transitive)
+ Addedklaw@1.3.1(transitive)
+ Addedlie@3.3.0(transitive)
+ Addedline-by-line@0.1.6(transitive)
+ Addedlodash@3.10.14.17.21(transitive)
+ Addedminimatch@3.1.2(transitive)
+ Addedms@2.0.0(transitive)
+ Addednan@2.22.0(transitive)
+ Addedobject-keys@1.1.1(transitive)
+ Addedobject.assign@4.1.5(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedpath-is-absolute@1.0.1(transitive)
+ Addedput@0.0.6(transitive)
+ Addedq@1.0.1(transitive)
+ Addedrimraf@2.7.1(transitive)
+ Addedserialport@4.0.7(transitive)
+ Addedset-function-length@1.2.2(transitive)
+ Addedstampit@2.1.2(transitive)
+ Addedstampit-event-bus@0.1.1(transitive)
+ Addedstampit-log@0.3.0(transitive)
+ Addedstampit-state-machine@0.2.1(transitive)
+ Addedsupermixer@1.0.5(transitive)
+ Addedwrappy@1.0.2(transitive)
- Removedmodbus.js@*
- Removedbufferput@0.1.2(transitive)
- Removedmodbus.js@0.0.4(transitive)
- Removedtcpclient@0.0.6(transitive)