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 3.0.1 to 3.1.0

dist/conditional.module.d.ts

1

dist/index.d.ts

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

export * from './conditional.module';
export * from './config.module';

@@ -2,0 +3,0 @@ export * from './config.service';

@@ -17,2 +17,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./conditional.module"), exports);
__exportStar(require("./config.module"), exports);

@@ -19,0 +20,0 @@ __exportStar(require("./config.service"), exports);

22

package.json
{
"name": "@nestjs/config",
"version": "3.0.1",
"version": "3.1.0",
"description": "Nest - modern, fast, powerful node.js web framework (@config)",

@@ -29,13 +29,13 @@ "author": "Kamil Mysliwiec",

"@commitlint/config-angular": "17.7.0",
"@nestjs/common": "10.2.3",
"@nestjs/core": "10.2.3",
"@nestjs/platform-express": "10.2.3",
"@nestjs/testing": "10.2.3",
"@nestjs/common": "10.2.5",
"@nestjs/core": "10.2.5",
"@nestjs/platform-express": "10.2.5",
"@nestjs/testing": "10.2.5",
"@types/jest": "29.5.4",
"@types/lodash": "4.14.197",
"@types/node": "18.17.12",
"@types/lodash": "4.14.198",
"@types/node": "18.17.15",
"@types/uuid": "9.0.3",
"@typescript-eslint/eslint-plugin": "6.5.0",
"@typescript-eslint/parser": "6.5.0",
"eslint": "8.48.0",
"@typescript-eslint/eslint-plugin": "6.7.0",
"@typescript-eslint/parser": "6.7.0",
"eslint": "8.49.0",
"eslint-config-prettier": "9.0.0",

@@ -45,3 +45,3 @@ "eslint-plugin-import": "2.28.1",

"jest": "29.6.4",
"joi": "17.10.0",
"joi": "17.10.1",
"lint-staged": "14.0.1",

@@ -48,0 +48,0 @@ "prettier": "3.0.3",

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