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

log-queue

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

log-queue - npm Package Compare versions

Comparing version 2.1.0 to 3.0.0

appenders/http.js

11

app.js

@@ -75,2 +75,13 @@ /* @author Jim Manton: jrman@risebroadband.net

}
server(props = {}) {
let t = this, fname = "LogQueue.server"
try {
t.logObj.server(props)
} catch (e) {
e.message = `${fname} error: ${e.message}`
console.log(e.message)
throw e
}
}
}

5

package.json

@@ -5,3 +5,3 @@ {

},
"version": "2.1.0",
"version": "3.0.0",
"bundleDependencies": [],

@@ -21,3 +21,4 @@ "dependencies": {

"ditched": "ditched -a",
"test_logs": "node ./tests/logs"
"test_logs": "node ./tests/logs",
"test_http": "node ./tests/http"
},

@@ -24,0 +25,0 @@ "keywords": [

3

README.md

@@ -9,3 +9,3 @@

Logging mainly to console and log4js-tagline, but can certainly be used for generic logging.
Logging to console, log4js-tagline and http.

@@ -22,3 +22,4 @@ Mocha Test

npm run test_logs
npm run test_http
```

@@ -9,3 +9,3 @@ const assert = require('assert'),

},
"version": "2.1.0",
"version": "3.0.0",
"bundleDependencies": [],

@@ -25,3 +25,4 @@ "dependencies": {

"ditched": "ditched -a",
"test_logs": "node ./tests/logs"
"test_logs": "node ./tests/logs",
"test_http": "node ./tests/http"
},

@@ -51,2 +52,3 @@ "keywords": [

describe('package.json', function () {

@@ -53,0 +55,0 @@ it('should pass', function () {

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