@sap-cloud-sdk/analytics
Advanced tools
Comparing version 1.23.1-14cdbce3.1 to 1.23.1-364f5d56.2
@@ -54,2 +54,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getProjectIdentifier = exports.getAnalyticsData = void 0; | ||
var fs_1 = __importDefault(require("fs")); | ||
@@ -56,0 +57,0 @@ var os_1 = __importDefault(require("os")); |
"use strict"; | ||
/* Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.enforceValidConfig = exports.generateConfig = exports.findConfigPath = exports.writeConfig = exports.configFileName = 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("./analytics-data")); | ||
__export(require("./usage-analytics")); | ||
__export(require("./config")); | ||
__exportStar(require("./analytics-data"), exports); | ||
__exportStar(require("./usage-analytics"), exports); | ||
__exportStar(require("./config"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -54,2 +54,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.sendAnalyticsData = exports.performUsageAnalytics = void 0; | ||
var fs_1 = require("fs"); | ||
@@ -56,0 +57,0 @@ var path_1 = require("path"); |
@@ -7,2 +7,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.hash = exports.randomSalt = void 0; | ||
var crypto_1 = __importDefault(require("crypto")); | ||
@@ -9,0 +10,0 @@ /** |
{ | ||
"name": "@sap-cloud-sdk/analytics", | ||
"version": "1.23.1-14cdbce3.1+14cdbce3", | ||
"version": "1.23.1-364f5d56.2+364f5d56", | ||
"description": "SAP Cloud SDK Analytics Usage", | ||
@@ -33,3 +33,3 @@ "homepage": "https://community.sap.com/topics/cloud-sdk", | ||
"dependencies": { | ||
"@sap-cloud-sdk/util": "^1.23.1-14cdbce3.1+14cdbce3", | ||
"@sap-cloud-sdk/util": "^1.23.1-364f5d56.2+364f5d56", | ||
"axios": "^0.19.2" | ||
@@ -42,5 +42,5 @@ }, | ||
"ts-jest": "^25.4.0", | ||
"typescript": "~3.8.3" | ||
"typescript": "~3.9.6" | ||
}, | ||
"gitHead": "14cdbce34a87a43d357012233e172e7b4e6d36e6" | ||
"gitHead": "364f5d56517451cc04b5f8e3d9d89a7c6847bd17" | ||
} |
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
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
52739
654