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

@sap-cloud-sdk/util

Package Overview
Dependencies
Maintainers
6
Versions
2440
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap-cloud-sdk/util - npm Package Compare versions

Comparing version 1.19.1-alpha.20 to 1.19.1-alpha.21

5

dist/logger/format/kibana.js

@@ -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.

4

package.json
{
"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

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