Gathering detailed insights and metrics for node-red-contrib-opcua-server
Gathering detailed insights and metrics for node-red-contrib-opcua-server
Gathering detailed insights and metrics for node-red-contrib-opcua-server
Gathering detailed insights and metrics for node-red-contrib-opcua-server
npm install node-red-contrib-opcua-server
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
9 Stars
91 Commits
7 Forks
6 Watching
13 Branches
2 Contributors
Updated on 30 Apr 2024
JavaScript (61.55%)
HTML (37.59%)
Shell (0.86%)
Cumulative downloads
Total Downloads
Last day
14.3%
24
Compared to previous day
Last week
-5.3%
124
Compared to previous week
Last month
-5.3%
536
Compared to previous month
Last year
9.4%
6,486
Compared to previous year
5
33
A programmable OPC UA server for Node-RED based on node-opcua next generation version with less dependencies.
using next generation node-opcua version from Etienne Rossignon
Run the following command in your Node-RED user directory - typically ~/.node-red
npm install node-red-contrib-opcua-server
try these options on npm install to build from source if you have problems to install
--unsafe-perm --build-from-source
Debugging on remote devices is important to help users. The verbose logging provides interesting points in different abstractions if IDE or console debugging is not possible.
Start debug with Node-RED in verbose (-v) mode to get a verbose logging:
DEBUG=opcuaCompact* node-red -v 1>Node-RED-OPC-UA-Server.log 2>&1
or on local Node-RED
DEBUG=opcuaCompact* node red.js -v 1>Node-RED-OPC-UA-Server.log 2>&1
Prettier
Yes, sure! Please help us to make it even better and send your pull requests or tests!
based on node-opcua we use MIT license Copyright (c) 2019 Bianco Royal Software Innovations®
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/26 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
50 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-25
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More