Socket
Socket
Sign inDemoInstall

@polaris-sloc/common-mappings

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@polaris-sloc/common-mappings - npm Package Compare versions

Comparing version 0.2.0-beta.27 to 0.2.0-beta.28

12

package.json
{
"name": "@polaris-sloc/common-mappings",
"version": "0.2.0-beta.27",
"version": "0.2.0-beta.28",
"license": "Apache-2.0",

@@ -9,3 +9,3 @@ "author": "Polaris SLO Cloud Authors",

"peerDependencies": {
"@polaris-sloc/core": "~0.2.0-beta.27"
"@polaris-sloc/core": "~0.2.0-beta.28"
},

@@ -15,8 +15,8 @@ "main": "./src/index.js",

"dependencies": {
"change-case": "^4.1.2",
"class-transformer": "~0.5.1",
"lodash": "^4.17.21",
"reflect-metadata": "~0.1.13",
"rxjs": "6.6.7",
"change-case": "^4.1.2",
"class-transformer": "~0.4.0",
"lodash": "^4.17.21"
"rxjs": "6.6.7"
}
}
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./lib/elasticity"), exports);
tslib_1.__exportStar(require("./lib/metrics"), exports);
tslib_1.__exportStar(require("./lib/slo"), exports);
tslib_1.__exportStar(require("./lib/slo-targets"), exports);
tslib_1.__exportStar(require("./lib/init-polaris-lib"), exports);
(0, tslib_1.__exportStar)(require("./lib/elasticity"), exports);
(0, tslib_1.__exportStar)(require("./lib/metrics"), exports);
(0, tslib_1.__exportStar)(require("./lib/slo"), exports);
(0, tslib_1.__exportStar)(require("./lib/slo-targets"), exports);
(0, tslib_1.__exportStar)(require("./lib/init-polaris-lib"), exports);
//# sourceMappingURL=index.js.map

@@ -25,3 +25,3 @@ "use strict";

this.objectKind = new HorizontalElasticityStrategyKind();
core_1.initSelf(this, initData);
(0, core_1.initSelf)(this, initData);
}

@@ -28,0 +28,0 @@ }

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./horizontal-elasticity-strategy.prm"), exports);
tslib_1.__exportStar(require("./vertical-elasticity-strategy.prm"), exports);
(0, tslib_1.__exportStar)(require("./horizontal-elasticity-strategy.prm"), exports);
(0, tslib_1.__exportStar)(require("./vertical-elasticity-strategy.prm"), exports);
//# sourceMappingURL=index.js.map

@@ -25,3 +25,3 @@ "use strict";

this.objectKind = new VerticalElasticityStrategyKind();
core_1.initSelf(this, initData);
(0, core_1.initSelf)(this, initData);
}

@@ -28,0 +28,0 @@ }

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./cost-efficiency.prm"), exports);
tslib_1.__exportStar(require("./total-cost.prm"), exports);
(0, tslib_1.__exportStar)(require("./cost-efficiency.prm"), exports);
(0, tslib_1.__exportStar)(require("./total-cost.prm"), exports);
//# sourceMappingURL=index.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./replicable-target.prm"), exports);
tslib_1.__exportStar(require("./rest-service-target.prm"), exports);
(0, tslib_1.__exportStar)(require("./replicable-target.prm"), exports);
(0, tslib_1.__exportStar)(require("./rest-service-target.prm"), exports);
//# sourceMappingURL=index.js.map

@@ -28,10 +28,10 @@ "use strict";

});
core_1.initSelf(this, initData);
(0, core_1.initSelf)(this, initData);
}
}
tslib_1.__decorate([
core_1.PolarisType(() => CostEfficiencySloMappingSpec),
tslib_1.__metadata("design:type", CostEfficiencySloMappingSpec)
(0, tslib_1.__decorate)([
(0, core_1.PolarisType)(() => CostEfficiencySloMappingSpec),
(0, tslib_1.__metadata)("design:type", CostEfficiencySloMappingSpec)
], CostEfficiencySloMapping.prototype, "spec", void 0);
exports.CostEfficiencySloMapping = CostEfficiencySloMapping;
//# sourceMappingURL=cost-efficiency-slo-mapping.prm.js.map

@@ -12,3 +12,3 @@ "use strict";

super(initData);
core_1.initSelf(this, initData);
(0, core_1.initSelf)(this, initData);
}

@@ -28,10 +28,10 @@ }

});
core_1.initSelf(this, initData);
(0, core_1.initSelf)(this, initData);
}
}
tslib_1.__decorate([
core_1.PolarisType(() => CpuUsageSloMappingSpec),
tslib_1.__metadata("design:type", CpuUsageSloMappingSpec)
(0, tslib_1.__decorate)([
(0, core_1.PolarisType)(() => CpuUsageSloMappingSpec),
(0, tslib_1.__metadata)("design:type", CpuUsageSloMappingSpec)
], CpuUsageSloMapping.prototype, "spec", void 0);
exports.CpuUsageSloMapping = CpuUsageSloMapping;
//# sourceMappingURL=cpu-usage-slo-mapping.prm.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./cost-efficiency-slo-mapping.prm"), exports);
tslib_1.__exportStar(require("./cpu-usage-slo-mapping.prm"), exports);
(0, tslib_1.__exportStar)(require("./cost-efficiency-slo-mapping.prm"), exports);
(0, tslib_1.__exportStar)(require("./cpu-usage-slo-mapping.prm"), exports);
//# sourceMappingURL=index.js.map

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

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