Socket
Socket
Sign inDemoInstall

apiconnect-cli-logger

Package Overview
Dependencies
49
Maintainers
11
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.3 to 2.0.1

Jenkinsfile

12

CHANGES.md

@@ -0,1 +1,13 @@

2019-05-11, Version 2.0.1
=========================
* upgrade deps. (Ying Lu)
* Fixing env variable (Hooman Moobed)
* Fixing the issue with log capture (Hooman Moobed)
* Support node 10, add jenkins, remove travis (Hooman Moobed)
2018-09-27, Version 1.3.3

@@ -2,0 +14,0 @@ =========================

7

logger.js

@@ -65,4 +65,8 @@ /********************************************************* {COPYRIGHT-TOP} ***

logger.err = logger.error.bind(logger);
logger.debug('logger initialized with config:\n %s', inspect(config, { depth: 3 }));
logger.debug('logger initialized with config:\n %s', inspect(config, { depth: 3 }));
if (process.env.CAPTURING_LOGGER) {
logger = require('./lib/capturing-logger')(logger);
}
/**

@@ -212,1 +216,2 @@ * Write <tt>str</tt> to the stdout - no newline is printed after <tt>str</tt>

8

package.json
{
"name": "apiconnect-cli-logger",
"version": "1.3.3",
"version": "2.0.1",
"description": "Common logger for API Connect Toolkit CLI",

@@ -21,5 +21,5 @@ "main": "logger.js",

"bluebird": "^3.2.1",
"bunyan": "^1.7.1",
"bunyan": "^1.8.1",
"colors": "^1.1.2",
"deep-extend": "^0.4.1",
"deep-extend": "^0.6.0",
"logrotate-stream": "^0.2.5",

@@ -37,4 +37,4 @@ "mkdirp": "^0.5.1",

"engines": {
"node": ">=6"
"node": ">=8"
}
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc