New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@spinajs/configuration-common

Package Overview
Dependencies
Maintainers
1
Versions
283
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spinajs/configuration-common - npm Package Compare versions

Comparing version

to
2.0.181

0

lib/cjs/index.d.ts

@@ -0,0 +0,0 @@ import { AsyncService, Class } from '@spinajs/di';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare abstract class ConfigVariable {

20

lib/cjs/variables.js

@@ -27,6 +27,6 @@ "use strict";

};
DateTimeLogVariable = __decorate([
exports.DateTimeLogVariable = DateTimeLogVariable;
exports.DateTimeLogVariable = DateTimeLogVariable = __decorate([
(0, di_1.Injectable)(ConfigVariable)
], DateTimeLogVariable);
exports.DateTimeLogVariable = DateTimeLogVariable;
let DateLogVariable = class DateLogVariable extends ConfigVariable {

@@ -44,7 +44,7 @@ constructor(format) {

};
DateLogVariable = __decorate([
exports.DateLogVariable = DateLogVariable;
exports.DateLogVariable = DateLogVariable = __decorate([
(0, di_1.Injectable)(ConfigVariable),
__metadata("design:paramtypes", [String])
], DateLogVariable);
exports.DateLogVariable = DateLogVariable;
let TimeLogVariable = class TimeLogVariable extends ConfigVariable {

@@ -62,7 +62,7 @@ constructor(format) {

};
TimeLogVariable = __decorate([
exports.TimeLogVariable = TimeLogVariable;
exports.TimeLogVariable = TimeLogVariable = __decorate([
(0, di_1.Injectable)(ConfigVariable),
__metadata("design:paramtypes", [String])
], TimeLogVariable);
exports.TimeLogVariable = TimeLogVariable;
let EnvVariable = class EnvVariable extends ConfigVariable {

@@ -76,6 +76,6 @@ get Name() {

};
EnvVariable = __decorate([
exports.EnvVariable = EnvVariable;
exports.EnvVariable = EnvVariable = __decorate([
(0, di_1.Injectable)(ConfigVariable)
], EnvVariable);
exports.EnvVariable = EnvVariable;
let PathVariable = class PathVariable extends ConfigVariable {

@@ -94,6 +94,6 @@ get Name() {

};
PathVariable = __decorate([
exports.PathVariable = PathVariable;
exports.PathVariable = PathVariable = __decorate([
(0, di_1.Injectable)(ConfigVariable)
], PathVariable);
exports.PathVariable = PathVariable;
/**

@@ -100,0 +100,0 @@ * Formats layout by filling vars from customVars prop

@@ -0,0 +0,0 @@ import { AsyncService, Class } from '@spinajs/di';

@@ -0,0 +0,0 @@ import { AsyncService } from '@spinajs/di';

@@ -0,0 +0,0 @@ export declare abstract class ConfigVariable {

@@ -0,0 +0,0 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

{
"name": "@spinajs/configuration-common",
"version": "2.0.180",
"version": "2.0.181",
"description": "> TODO: description",

@@ -50,5 +50,5 @@ "author": "Grzegorz Beń <grzegorz.ben@coderush.pl>",

"dependencies": {
"@spinajs/di": "^2.0.180"
"@spinajs/di": "^2.0.181"
},
"gitHead": "002dc553b0ffffd72193d0121ac425a4083bc9ee"
}

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