New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

docker-lambda

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docker-lambda - npm Package Compare versions

Comparing version
0.13.3
to
0.13.4
java8/run/lambda-r...sses/lambdainternal/LambdaRuntime.class

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

+1
-1

@@ -59,3 +59,3 @@ var spawnSync = require('child_process').spawnSync

var stdout = spawnResult.stdout.split('\n')
var stdout = spawnResult.stdout.trim().split('\n')
try {

@@ -62,0 +62,0 @@ return JSON.parse(stdout[stdout.length - 1])

{
"name": "docker-lambda",
"version": "0.13.3",
"version": "0.13.4",
"description": "A Docker image and test runner that (very closely) mimics the live AWS Lambda environment",

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