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

@nestjs/config

Package Overview
Dependencies
Maintainers
2
Versions
57
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.1.0 to 3.1.1

2

dist/config.service.d.ts

@@ -54,3 +54,3 @@ import { NoInferType, Path, PathValue } from './types';

*/
get<T = K, P extends Path<T> = any, R = PathValue<T, P>>(propertyPath: P, defaultValue: NoInferType<R>, options: ConfigGetOptions): R;
get<T = K, P extends Path<T> = any, R = PathValue<T, P>>(propertyPath: P, defaultValue: NoInferType<R>, options: ConfigGetOptions): Exclude<R, undefined>;
/**

@@ -57,0 +57,0 @@ * Get a configuration value (either custom configuration or process environment variable)

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

@@ -43,3 +43,3 @@ "author": "Kamil Mysliwiec",

"husky": "8.0.3",
"jest": "29.6.4",
"jest": "29.7.0",
"joi": "17.10.1",

@@ -46,0 +46,0 @@ "lint-staged": "14.0.1",

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