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.2.9 to 1.2.12

2

lib/bootstrap.js

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

async bootstrap() {
di_1.DI.register(log_configuration_1.default).asArrayValue("__configurationSchema__");
di_1.DI.register(log_configuration_1.default).asValue("__configurationSchema__");
process.on("uncaughtException", (err) => {

@@ -18,0 +18,0 @@ const log = di_1.DI.resolve(log_1.Log, ["process"]);

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

@@ -29,4 +29,4 @@ "main": "lib/index.js",

"dependencies": {
"@spinajs/configuration": "^1.2.7",
"@spinajs/di": "^1.2.7",
"@spinajs/configuration": "^1.2.12",
"@spinajs/di": "^1.2.12",
"@spinajs/exceptions": "^1.2.7",

@@ -45,3 +45,3 @@ "@spinajs/log-common": "^1.2.7",

},
"gitHead": "ece3619ffa482e1aaba0064e200626abc0f447bf"
"gitHead": "9102c6297adaadad8cb323738b5336d1014936b2"
}

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