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

@sap-cloud-sdk/analytics

Package Overview
Dependencies
Maintainers
6
Versions
1423
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.23.1-14cdbce3.1 to 1.23.1-364f5d56.2

1

dist/analytics-data.js

@@ -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");

19

dist/index.js
"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

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