New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

lambduh-execute

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lambduh-execute - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

4

index.js

@@ -11,2 +11,4 @@ var Q = require('q');

} else if (script.shell) {
console.log('spawning shell');
console.log(script);
proc.exec(script.shell, function(error, stdout, stderr) {

@@ -29,2 +31,4 @@ if (error) {

var child = proc.spawn(script.bashScript, script.bashParams);
console.log('spawning script');
console.log(script);
child.stdout.on('data', function(data) {

@@ -31,0 +35,0 @@ if (script.logOutput) {

2

package.json
{
"name": "lambduh-execute",
"version": "1.2.0",
"version": "1.3.0",
"description": "Execute any shell string or bash script from AWS Lambda",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc