@sap-cloud-sdk/util
Advanced tools
Comparing version 1.23.1-76f76a11.0 to 1.23.1-c1aa1e2e.4
@@ -10,2 +10,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.unique = exports.flat = void 0; | ||
/* Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ | ||
@@ -12,0 +13,0 @@ function flat(arr) { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.VALUE_IS_UNDEFINED = void 0; | ||
/* Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ | ||
exports.VALUE_IS_UNDEFINED = 'VALUE_IS_UNDEFINED'; | ||
//# sourceMappingURL=constants.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.errorWithCause = void 0; | ||
/* Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ | ||
@@ -4,0 +5,0 @@ function errorWithCause(message, cause) { |
"use strict"; | ||
/* Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.findProjectRoot = void 0; | ||
var fs_1 = require("fs"); | ||
@@ -5,0 +6,0 @@ var path_1 = require("path"); |
"use strict"; | ||
/* Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("./array")); | ||
__export(require("./constants")); | ||
__export(require("./error")); | ||
__export(require("./fs")); | ||
__export(require("./logger")); | ||
__export(require("./nullish")); | ||
__export(require("./object")); | ||
__export(require("./pipe")); | ||
__export(require("./string")); | ||
__exportStar(require("./array"), exports); | ||
__exportStar(require("./constants"), exports); | ||
__exportStar(require("./error"), exports); | ||
__exportStar(require("./fs"), exports); | ||
__exportStar(require("./logger"), exports); | ||
__exportStar(require("./nullish"), exports); | ||
__exportStar(require("./object"), exports); | ||
__exportStar(require("./pipe"), exports); | ||
__exportStar(require("./string"), exports); | ||
__exportStar(require("./types"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -5,3 +5,3 @@ import { Logger } from 'winston'; | ||
*/ | ||
export declare const cloudSdkExceptionLogger: Logger<import("winston").DefaulLevels>; | ||
export declare const cloudSdkExceptionLogger: Logger; | ||
/** | ||
@@ -8,0 +8,0 @@ * Disable logging of exceptions. Enabled by default. |
@@ -15,2 +15,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getGlobalLogLevel = exports.setGlobalLogLevel = exports.setLogLevel = exports.getLogger = exports.createLogger = exports.enableExceptionLogger = exports.disableExceptionLogger = exports.cloudSdkExceptionLogger = void 0; | ||
var winston_1 = require("winston"); | ||
@@ -17,0 +18,0 @@ var format_1 = require("./format"); |
"use strict"; | ||
/* Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("./kibana")); | ||
__export(require("./local")); | ||
__exportStar(require("./kibana"), exports); | ||
__exportStar(require("./local"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -15,2 +15,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.kibana = void 0; | ||
var winston_1 = require("winston"); | ||
@@ -17,0 +18,0 @@ var combine = winston_1.format.combine, timestamp = winston_1.format.timestamp, json = winston_1.format.json; |
@@ -18,2 +18,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.local = void 0; | ||
var chalk_1 = __importDefault(require("chalk")); | ||
@@ -20,0 +21,0 @@ var winston_1 = require("winston"); |
"use strict"; | ||
/* Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("./cloud-sdk-logger")); | ||
__export(require("./format")); | ||
__exportStar(require("./cloud-sdk-logger"), exports); | ||
__exportStar(require("./format"), exports); | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
/* Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.isNullish = void 0; | ||
function isNullish(x) { | ||
@@ -5,0 +6,0 @@ return x === null || x === undefined; |
@@ -22,2 +22,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.renameKeys = exports.mergeSome = exports.assocSome = exports.propertyExists = void 0; | ||
var rambda_1 = require("rambda"); | ||
@@ -24,0 +25,0 @@ /** |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.asyncPipe = void 0; | ||
/* Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ | ||
@@ -4,0 +5,0 @@ exports.asyncPipe = function () { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.encodeBase64 = void 0; | ||
/* Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ | ||
@@ -4,0 +5,0 @@ function encodeBase64(str) { |
{ | ||
"name": "@sap-cloud-sdk/util", | ||
"version": "1.23.1-76f76a11.0+76f76a11", | ||
"version": "1.23.1-c1aa1e2e.4+c1aa1e2e", | ||
"description": "SAP Cloud SDK for JavaScript general utilities", | ||
@@ -36,4 +36,4 @@ "homepage": "https://community.sap.com/topics/cloud-sdk", | ||
"chalk": "^3.0.0", | ||
"rambda": "^5.0.0", | ||
"winston": "^3.3.2" | ||
"rambda": "~5.8.0", | ||
"winston": "^3.3.3" | ||
}, | ||
@@ -45,5 +45,5 @@ "devDependencies": { | ||
"ts-jest": "^25.4.0", | ||
"typescript": "~3.8.3" | ||
"typescript": "~3.9.6" | ||
}, | ||
"gitHead": "76f76a114ee8b1b22d0670d0057484880ba1ba43" | ||
"gitHead": "c1aa1e2e904ae8030e7c8bbd809fd05182cbaafa" | ||
} |
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
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
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
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
Sorry, the diff of this file is not supported yet
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
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
57261
619
+ Addedrambda@5.8.0(transitive)
- Removedrambda@5.13.1(transitive)
Updatedrambda@~5.8.0
Updatedwinston@^3.3.3