Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

log8js

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

log8js - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

4

package.json
{
"name": "log8js",
"version": "2.0.5",
"description": "a syslog logger helper for node app, work with pm2 verbose",
"version": "2.0.6",
"description": "a syslog logger helper for node apps, work with pm2 log verbose",
"main": "log8js.js",

@@ -6,0 +6,0 @@ "scripts": {

# log8js helper
A PM2 sysloger
##ryslog port enable
## 1. Enable 514 port RSYSLOG

@@ -18,3 +18,3 @@ Have to enable 514 port first

##Example
## 2. Code samples

@@ -42,5 +42,6 @@ Coffee

```
###Open Another log with verbose debug
### Open Another log with verbose debug
Coffee
```

@@ -63,2 +64,3 @@ logger = log8js.open 'other_appname', 'other_modulename', 'verbose'

logger = log8js.open('other_appname', 'other_modulename', 'verbose');

@@ -65,0 +67,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc