🚀 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
3
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.11.0

2

dist/src/logger.js

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

let ex = logInput[prop];
logInput[prop] = Object.assign({}, ex, { name: ex.name, message: ex.message, stack: ex.stack });
logInput[prop] = Object.assign({}, ex, { name: ex.name, message: ex.message, stack: ex.stack.split('\n') });
}

@@ -160,0 +160,0 @@ }

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

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

Sorry, the diff of this file is not supported yet