@sap-cloud-sdk/util
Advanced tools
Comparing version 1.19.1-alpha.20 to 1.19.1-alpha.21
@@ -16,3 +16,6 @@ "use strict"; | ||
var winston_1 = require("winston"); | ||
var combine = winston_1.format.combine, timestamp = winston_1.format.timestamp, json = winston_1.format.json, errors = winston_1.format.errors; | ||
var combine = winston_1.format.combine, timestamp = winston_1.format.timestamp, json = winston_1.format.json; | ||
// This is a hack to ensure that error logging works in browsers. Necessary due to: https://github.com/winstonjs/logform/issues/97 | ||
// eslint-disable-next-line import/no-internal-modules | ||
var errors = winston_1.format.errors || require('logform/errors'); | ||
/** | ||
@@ -19,0 +22,0 @@ * Format for logging in Kibana. |
@@ -20,3 +20,6 @@ "use strict"; | ||
var winston_1 = require("winston"); | ||
var combine = winston_1.format.combine, timestamp = winston_1.format.timestamp, cli = winston_1.format.cli, printf = winston_1.format.printf, errors = winston_1.format.errors; | ||
var combine = winston_1.format.combine, timestamp = winston_1.format.timestamp, cli = winston_1.format.cli, printf = winston_1.format.printf; | ||
// This is a hack to ensure that error logging works in browsers. Necessary due to: https://github.com/winstonjs/logform/issues/97 | ||
// eslint-disable-next-line import/no-internal-modules | ||
var errors = winston_1.format.errors || require('logform/errors'); | ||
/** | ||
@@ -23,0 +26,0 @@ * Format for local logging. |
{ | ||
"name": "@sap-cloud-sdk/util", | ||
"version": "1.19.1-alpha.20+64463cc", | ||
"version": "1.19.1-alpha.21+87b32aa", | ||
"description": "SAP Cloud SDK for JavaScript general utilities", | ||
@@ -45,3 +45,3 @@ "homepage": "https://community.sap.com/topics/cloud-sdk", | ||
}, | ||
"gitHead": "64463ccf8e16fd3f2376379c1d93a2fd421a6803" | ||
"gitHead": "87b32aa8d04986faf8c947f54482fbb91aa8ca28" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
54613
578