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

@nestjs/config

Package Overview
Dependencies
Maintainers
2
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nestjs/config - npm Package Compare versions

Comparing version 1.1.7 to 1.2.0

7

dist/config.module.js

@@ -27,5 +27,2 @@ "use strict";

};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
var ConfigModule_1;

@@ -37,3 +34,3 @@ Object.defineProperty(exports, "__esModule", { value: true });

const dotenv = __importStar(require("dotenv"));
const dotenv_expand_1 = __importDefault(require("dotenv-expand"));
const dotenv_expand_1 = require("dotenv-expand");
const fs = __importStar(require("fs"));

@@ -165,3 +162,3 @@ const path_1 = require("path");

if (options.expandVariables) {
config = (0, dotenv_expand_1.default)({ parsed: config }).parsed || config;
config = (0, dotenv_expand_1.expand)({ parsed: config }).parsed || config;
}

@@ -168,0 +165,0 @@ }

{
"name": "@nestjs/config",
"version": "1.1.7",
"version": "1.2.0",
"description": "Nest - modern, fast, powerful node.js web framework (@config)",

@@ -21,4 +21,4 @@ "author": "Kamil Mysliwiec",

"dependencies": {
"dotenv": "10.0.0",
"dotenv-expand": "5.1.0",
"dotenv": "16.0.0",
"dotenv-expand": "8.0.1",
"lodash": "4.17.21",

@@ -28,8 +28,8 @@ "uuid": "8.3.2"

"devDependencies": {
"@commitlint/cli": "16.1.0",
"@commitlint/config-angular": "16.0.0",
"@nestjs/common": "8.2.6",
"@nestjs/core": "8.2.6",
"@nestjs/platform-express": "8.2.6",
"@nestjs/testing": "8.2.6",
"@commitlint/cli": "16.2.1",
"@commitlint/config-angular": "16.2.1",
"@nestjs/common": "8.3.0",
"@nestjs/core": "8.3.0",
"@nestjs/platform-express": "8.3.0",
"@nestjs/testing": "8.3.0",
"@types/jest": "27.4.0",

@@ -41,3 +41,3 @@ "@types/lodash": "4.14.178",

"@typescript-eslint/parser": "5.11.0",
"eslint": "8.8.0",
"eslint": "8.9.0",
"eslint-config-prettier": "8.3.0",

@@ -48,3 +48,3 @@ "eslint-plugin-import": "2.25.4",

"joi": "17.6.0",
"lint-staged": "12.3.3",
"lint-staged": "12.3.4",
"prettier": "2.5.1",

@@ -51,0 +51,0 @@ "reflect-metadata": "0.1.13",

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