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

@takeshape/logger

Package Overview
Dependencies
Maintainers
0
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@takeshape/logger - npm Package Compare versions

Comparing version 11.9.2 to 11.9.4

2

build/cjs/logger.js

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

// Merge passed context with the base context, and exclude any message, and the error
metadata = (0, merge_js_1.default)(entry, rest);
metadata = (0, merge_js_1.default)({}, entry, rest);
}

@@ -118,0 +118,0 @@ else {

@@ -108,3 +108,3 @@ import cloneDeep from 'lodash/cloneDeep.js';

// Merge passed context with the base context, and exclude any message, and the error
metadata = merge(entry, rest);
metadata = merge({}, entry, rest);
}

@@ -111,0 +111,0 @@ else {

{
"name": "@takeshape/logger",
"version": "11.9.2",
"version": "11.9.4",
"description": "Logging utility.",

@@ -5,0 +5,0 @@ "homepage": "https://www.takeshape.io",

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