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

@am92/api-logger

Package Overview
Dependencies
Maintainers
0
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@am92/api-logger - npm Package Compare versions

Comparing version

to
2.0.8

7

dist/lib/serializer.js

@@ -20,3 +20,8 @@ "use strict";

if (typeof value === 'string') {
return value;
if (shouldBlacklist && CONSTANTS_1.default.BLACKLIST_KEYS.includes(key)) {
return _blacklistValue(value);
}
else {
return value;
}
}

@@ -23,0 +28,0 @@ if (value instanceof Map) {

2

package.json
{
"name": "@am92/api-logger",
"version": "2.0.7",
"version": "2.0.8",
"description": "Logger for Node Backend Applications",

@@ -5,0 +5,0 @@ "sideEffects": false,