You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

lambda-log-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lambda-log-wrapper - npm Package Compare versions

Comparing version

to
0.0.12

8

index.js

@@ -15,8 +15,4 @@ 'use strict';

return this.getDuration(event)
.then((result) => {
return this.putMetricData(result);
})
.then((result) => {
return this.createLogGroup(result);
})
.then(this.putMetricData.bind(this))
.then(this.createLogGroup.bind(this))
.catch((err) => {

@@ -23,0 +19,0 @@ console.log('Lambda log Wrapper error: ',err);

{
"name": "lambda-log-wrapper",
"version": "0.0.11",
"version": "0.0.12",
"description": "This is wrapper around node lambda which calls and logs ",

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