🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@edirect/config

Package Overview
Dependencies
Maintainers
29
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@edirect/config - npm Package Compare versions

Comparing version
11.0.58
to
11.0.59
+1
-1
dist/package.json
{
"name": "@edirect/config",
"version": "11.0.57",
"version": "11.0.59",
"main": "./dist/src/index.js",

@@ -5,0 +5,0 @@ "types": "./dist/src/index.d.ts",

@@ -1,1 +0,1 @@

{"version":3,"file":"config.service.d.ts","sourceRoot":"","sources":["../../../src/config/config.service.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAEpD,qBAAa,aAAa;gBACZ,QAAQ,CAAC,EAAE,MAAM;IAW7B,GAAG,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS;IAIpC;;;;;;OAMG;IACH,UAAU,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;IAQ/B,SAAS,IAAI,aAAa;CAG3B"}
{"version":3,"file":"config.service.d.ts","sourceRoot":"","sources":["../../../src/config/config.service.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAEpD,qBACa,aAAa;gBACZ,QAAQ,CAAC,EAAE,MAAM;IAW7B,GAAG,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS;IAIpC;;;;;;OAMG;IACH,UAAU,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;IAQ/B,SAAS,IAAI,aAAa;CAG3B"}
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ConfigService = void 0;
const tslib_1 = require("tslib");
const common_1 = require("@nestjs/common");
const dotenv_1 = require("dotenv");
const fs_1 = require("fs");
const config_missing_error_1 = require("./config-missing.error");
class ConfigService {
let ConfigService = class ConfigService {
constructor(filePath) {

@@ -39,3 +41,7 @@ try {

}
}
};
exports.ConfigService = ConfigService;
exports.ConfigService = ConfigService = tslib_1.__decorate([
(0, common_1.Injectable)(),
tslib_1.__metadata("design:paramtypes", [String])
], ConfigService);
{
"name": "@edirect/config",
"version": "11.0.58",
"version": "11.0.59",
"packageScope": "@edirect",

@@ -5,0 +5,0 @@ "main": "./dist/src/index.js",