Socket
Socket
Sign inDemoInstall

@spinajs/log

Package Overview
Dependencies
Maintainers
1
Versions
277
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spinajs/log - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

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/log";
export * from "./types";

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

@@ -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/log"), exports);
__exportStar(require("./types"), exports);

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

6

package.json
{
"name": "@spinajs/log",
"version": "1.1.5",
"version": "1.1.6",
"description": "Log lib for all spinejs related libs",

@@ -28,6 +28,6 @@ "main": "lib/index.js",

"dependencies": {
"@spinajs/configuration": "^1.1.6",
"@spinajs/configuration": "^1.1.7",
"@spinajs/di": "^1.1.7",
"@spinajs/exceptions": "^1.0.5",
"@spinajs/validation": "^1.0.5",
"@spinajs/validation": "^1.0.6",
"colors": "^1.4.0",

@@ -34,0 +34,0 @@ "glob": "^7.2.0",

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