🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@dynamic-labs/logger

Package Overview
Dependencies
Maintainers
1
Versions
771
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dynamic-labs/logger - npm Package Compare versions

Comparing version

to
4.10.3

2

package.json
{
"name": "@dynamic-labs/logger",
"version": "4.10.2",
"version": "4.10.3",
"description": "A simple client side logging library used in Dynamic SDK",

@@ -5,0 +5,0 @@ "author": "Dynamic Labs, Inc.",

@@ -13,3 +13,3 @@ 'use client'

.filter((arg) => typeof arg !== 'object' || arg instanceof Error)
.map((arg) => arg.toString());
.map((arg) => { var _a; return (_a = arg === null || arg === void 0 ? void 0 : arg.toString) === null || _a === void 0 ? void 0 : _a.call(arg); });
return { objectArgs, remainingArgs };

@@ -16,0 +16,0 @@ };

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet