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 1.1.1 to 1.1.2

2

dist/config.service.d.ts

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

}
export declare class ConfigService<K extends Record<string, unknown> = Record<string, unknown>, WasValidated extends boolean = false> {
export declare class ConfigService<K = Record<string, unknown>, WasValidated extends boolean = false> {
private readonly internalConfig;

@@ -20,0 +20,0 @@ private set isCacheEnabled(value);

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

@@ -5,0 +5,0 @@ "author": "Kamil Mysliwiec",

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