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

@spinajs/log

Package Overview
Dependencies
Maintainers
1
Versions
288
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.2.137 to 1.2.208

3

lib/bootstrap.js

@@ -24,3 +24,4 @@ "use strict";

di_1.DI.register((container, options) => {
const fileTargets = container.get(Array.ofType("__log_file_targets__"));
var _a;
const fileTargets = (_a = container.get(Array.ofType("__log_file_targets__"))) !== null && _a !== void 0 ? _a : [];
let target = fileTargets.find((t) => t.Options.name === options.name);

@@ -27,0 +28,0 @@ if (!target) {

{
"name": "@spinajs/log",
"version": "1.2.137",
"version": "1.2.208",
"description": "Log lib for all spinejs related libs",

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

"@colors/colors": "^1.5.0",
"@spinajs/configuration": "^1.2.137",
"@spinajs/di": "^1.2.127",
"@spinajs/configuration": "^1.2.208",
"@spinajs/di": "^1.2.208",
"@spinajs/exceptions": "^1.2.127",
"@spinajs/log-common": "^1.2.127",
"@spinajs/log-common": "^1.2.208",
"ajv": "^8.11.0",

@@ -47,3 +47,3 @@ "chalk": "4.1.2",

},
"gitHead": "2d6036c9ff04c2372dd7ce3300f890490d9f28cd"
"gitHead": "739793a1046a9e5d0b687a221ac95894d392143a"
}

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