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
281
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 1.0.3 to 1.0.4

2

lib/index.d.ts

@@ -12,3 +12,3 @@ import { IContainer, ResolveStrategy } from '@spinajs/di';

get<T>(path: string[] | string, defaultValue?: T): T;
resolve(_container: IContainer): Promise<void>;
resolve(_container: IContainer): void;
protected load(extension: string, callback: (file: string) => any): void;

@@ -15,0 +15,0 @@ protected dir(toJoin: string): string;

@@ -72,3 +72,3 @@ "use strict";

}
async resolve(_container) {
resolve(_container) {
this.configureApp();

@@ -75,0 +75,0 @@ this.load("js", (file) => {

{
"name": "@spinajs/configuration",
"version": "1.0.3",
"version": "1.0.4",
"description": "framework configuration module",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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