docker-lambda
Advanced tools
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]) |
+1
-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", |
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
26420
76.15%11
57.14%