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.0.0 to 1.0.1

2

dist/config.service.d.ts

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

}
export declare class ConfigService<K = Record<string, any>> {
export declare class ConfigService<K = Record<string, unknown>> {
private readonly internalConfig;

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

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

@@ -31,6 +31,6 @@ "author": "Kamil Mysliwiec",

"@commitlint/config-angular": "12.1.4",
"@nestjs/common": "8.0.0",
"@nestjs/core": "8.0.0",
"@nestjs/platform-express": "8.0.0",
"@nestjs/testing": "8.0.0",
"@nestjs/common": "8.0.4",
"@nestjs/core": "8.0.4",
"@nestjs/platform-express": "8.0.4",
"@nestjs/testing": "8.0.4",
"@types/jest": "26.0.24",

@@ -42,5 +42,5 @@ "@types/lodash.get": "4.4.6",

"@types/uuid": "8.3.1",
"@typescript-eslint/eslint-plugin": "4.28.2",
"@typescript-eslint/parser": "4.28.2",
"eslint": "7.30.0",
"@typescript-eslint/eslint-plugin": "4.28.4",
"@typescript-eslint/parser": "4.28.4",
"eslint": "7.31.0",
"eslint-config-prettier": "8.3.0",

@@ -50,4 +50,4 @@ "eslint-plugin-import": "2.23.4",

"jest": "27.0.6",
"joi": "17.4.0",
"lint-staged": "11.0.0",
"joi": "17.4.1",
"lint-staged": "11.0.1",
"prettier": "2.3.2",

@@ -58,3 +58,3 @@ "reflect-metadata": "0.1.13",

"rxjs": "7.2.0",
"ts-jest": "27.0.3",
"ts-jest": "27.0.4",
"typescript": "4.3.5"

@@ -61,0 +61,0 @@ },

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