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

lambda-node-runtime

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lambda-node-runtime - npm Package Compare versions

Comparing version

to
0.0.4

.nyc_output/10941554d1ef8da166c646ce6b0cf26c.json

2

package.json
{
"name": "lambda-node-runtime",
"version": "0.0.3",
"version": "0.0.4",
"description": "Run any Node version on AWS Lambda",

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

@@ -49,3 +49,3 @@ const { spawn } = require('child_process');

`${__dirname}/../.node/bin/node`,
['src/lambdaFunctionInvoker'],
[`${__dirname}/lambdaFunctionInvoker`],
{ stdio: [process.stdin, process.stdout, process.stderr, 'ipc'] }

@@ -52,0 +52,0 @@ ),

Sorry, the diff of this file is not supported yet