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

@bunt/util

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bunt/util - npm Package Compare versions

Comparing version 0.19.16 to 0.19.18

6

dist/Logger/Logger.js

@@ -121,9 +121,11 @@ "use strict";

if ((0, is_1.isInstanceOf)(arg, Error)) {
log.args.push(arg.stack);
const error = { message: arg.message, stack: arg.stack };
if ((0, functions_1.isLogable)(arg)) {
const logValue = arg.getLogValue();
if ((0, is_1.isDefined)(logValue)) {
log.args.push(arg.getLogValue());
error.extra = arg.getLogValue();
}
}
const { constructor: { name } } = arg;
log.args.push({ error: { name, ...error } });
continue;

@@ -130,0 +132,0 @@ }

{
"name": "@bunt/util",
"version": "0.19.16",
"version": "0.19.18",
"keywords": [

@@ -29,3 +29,3 @@ "typescript"

"license": "MIT",
"gitHead": "4d9fc4fc6414228f9cfb275f9cead9a53bca76c0"
"gitHead": "b78d497b7eab6293142183ad74b7478224e8225c"
}

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