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

pn-lambda-logger

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pn-lambda-logger - npm Package Compare versions

Comparing version

to
0.9.5

3

dist/src/logger.js

@@ -141,3 +141,4 @@ "use strict";

if (logInput[prop] instanceof Error) {
logInput[prop] = logInput[prop].stack;
let ex = logInput[prop];
logInput[prop] = Object.assign({}, ex, { name: ex.name, message: ex.message, stack: ex.stack });
}

@@ -144,0 +145,0 @@ }

{
"name": "pn-lambda-logger",
"version": "0.9.4",
"version": "0.9.5",
"description": "Logger for AWS Lambda nodejs.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet