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.1.6 to 1.1.7

9

lib/index.d.ts

@@ -0,1 +1,10 @@

/**
* We export default configuration for webpack modules
* Normally we load configuration from disk via filesystem
* But webpack is bundlig all files into one.
*
* When we export, we can see configuration variable
* in webpack module cache and webpack config loader can see it
*/
export * from "./config/configuration";
export * from "./types";

@@ -2,0 +11,0 @@ export * from "./sources";

@@ -13,2 +13,11 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
/**
* We export default configuration for webpack modules
* Normally we load configuration from disk via filesystem
* But webpack is bundlig all files into one.
*
* When we export, we can see configuration variable
* in webpack module cache and webpack config loader can see it
*/
__exportStar(require("./config/configuration"), exports);
__exportStar(require("./types"), exports);

@@ -15,0 +24,0 @@ __exportStar(require("./sources"), exports);

4

package.json
{
"name": "@spinajs/configuration",
"version": "1.1.6",
"version": "1.1.7",
"description": "framework configuration module",

@@ -44,3 +44,3 @@ "main": "lib/index.js",

"@spinajs/exceptions": "^1.0.5",
"@spinajs/log": "^1.1.5",
"@spinajs/log": "^1.1.6",
"glob": "^7.1.4",

@@ -47,0 +47,0 @@ "lodash": "^4.17.14"

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