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

@spinajs/configuration

Package Overview
Dependencies
Maintainers
1
Versions
316
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spinajs/configuration - npm Package Compare versions

Comparing version 2.0.62 to 2.0.63

4

lib/decorators.js
import _ from 'lodash';
/* eslint-disable @typescript-eslint/no-explicit-any */
import { Configuration } from '@spinajs/configuration-common';
import { AddDependency, DI } from '@spinajs/di';
import { AddDependencyForProperty, DI } from '@spinajs/di';
/**

@@ -43,3 +43,3 @@ * Injects configuration value to given class property

// eslint-disable-next-line @typescript-eslint/no-unsafe-return
return AddDependency((descriptor, target, propertyKey) => {
return AddDependencyForProperty((descriptor, target, propertyKey) => {
const t = type ?? Reflect.getMetadata('design:type', target, propertyKey);

@@ -46,0 +46,0 @@ descriptor.inject.push({

{
"name": "@spinajs/configuration",
"version": "2.0.62",
"version": "2.0.63",
"description": "framework configuration module",

@@ -49,6 +49,6 @@ "exports": "./lib/index.js",

"dependencies": {
"@spinajs/configuration-common": "^2.0.62",
"@spinajs/di": "^2.0.62",
"@spinajs/exceptions": "^2.0.62",
"@spinajs/internal-logger": "^2.0.62",
"@spinajs/configuration-common": "^2.0.63",
"@spinajs/di": "^2.0.63",
"@spinajs/exceptions": "^2.0.63",
"@spinajs/internal-logger": "^2.0.63",
"ajv": "^8.12.0",

@@ -55,0 +55,0 @@ "ajv-formats": "^2.1.1",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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