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 2.0.251 to 2.0.252

5

lib/cjs/bootstrap.js

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

else {
console.error("Unhandled exception occured, reason:" + JSON.stringify(err));
console.error("Unhandled exception: \n reason: " + err.message + " \n stack:" + err.stack);
}

@@ -39,4 +39,3 @@ };

else {
console.error("Unhandled rejection at Promise %s, reason: " +
JSON.stringify(reason));
console.error("Unhandled rejection: \n reason: " + reason.message + " \n stack:" + reason.stack);
}

@@ -43,0 +42,0 @@ };

@@ -20,3 +20,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

else {
console.error("Unhandled exception occured, reason:" + JSON.stringify(err));
console.error("Unhandled exception: \n reason: " + err.message + " \n stack:" + err.stack);
}

@@ -33,4 +33,3 @@ };

else {
console.error("Unhandled rejection at Promise %s, reason: " +
JSON.stringify(reason));
console.error("Unhandled rejection: \n reason: " + reason.message + " \n stack:" + reason.stack);
}

@@ -37,0 +36,0 @@ };

12

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

@@ -45,7 +45,7 @@

"@colors/colors": "^1.5.0",
"@spinajs/configuration": "^2.0.251",
"@spinajs/di": "^2.0.251",
"@spinajs/exceptions": "^2.0.251",
"@spinajs/internal-logger": "^2.0.251",
"@spinajs/log-common": "^2.0.251",
"@spinajs/configuration": "^2.0.252",
"@spinajs/di": "^2.0.252",
"@spinajs/exceptions": "^2.0.252",
"@spinajs/internal-logger": "^2.0.252",
"@spinajs/log-common": "^2.0.252",
"ajv": "^8.12.0",

@@ -52,0 +52,0 @@ "chalk": "5.2.0",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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