🚀 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.10.1

2

package.json
{
"name": "pn-lambda-logger",
"version": "0.10.0",
"version": "0.10.1",
"description": "Logger for AWS Lambda nodejs.",

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

@@ -93,3 +93,3 @@ # A nodejs logger for AWS Lambda

// Write debug log
// Write info log
log.info({ message: 'Message', myProp: 'hello', myNestedProp: {subProp: 'something'} });

@@ -96,0 +96,0 @@ ```