Gathering detailed insights and metrics for node-red-contrib-logentries
Gathering detailed insights and metrics for node-red-contrib-logentries
npm install node-red-contrib-logentries
Typescript
Module System
NPM Version
64.8
Supply Chain
74.3
Quality
75.1
Maintenance
100
Vulnerability
99.5
License
JavaScript (100%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
3,210
Last Day
1
Last Week
12
Last Month
28
Last Year
107
10 Commits
2 Watching
1 Branches
1 Contributors
Minified
Minified + Gzipped
Latest Version
0.1.4
Package Id
node-red-contrib-logentries@0.1.4
Size
2.47 kB
NPM Version
1.4.14
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
100%
12
Compared to previous week
Last month
366.7%
28
Compared to previous month
Last year
-23.6%
107
Compared to previous year
1
** A Node-Red wrapper for logentries.com **
An easy-to-use wrapper for the logentries.com service. The node-red-contrib-logentries node makes it very easy to log directly to your logentries.com account direct from Node-Red.
Drag and drop on node-red
fully configurable
cloud logging enables many sources to arrive in one viewable, searchable location
npm install node-red-contrib-logentries
- This will download this module and place in your node_modules directory
npm install logentries
- This installs the required NodeJs package for logentries service. However it currently requires an update so navigate to your subdirectory of node_modules\logentries\lib and edit logentries.js file so that line 57 is changed from:
port: opts.secure ? 20000 : 10000,
to this:
port: opts.port || (opts.secure ? 20000 : 10000),
This module sends your logging entries to the cloud hosted logging service logentries.com. You will need an account with this service for the module to work.
Once you have logentries.com account, you need just one configuration item to initialize a logging instance (you can create more than one):
Company site: logentries.com
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
no 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/10 approved changesets -- score normalized to 0
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
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-02-03
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