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.6

2

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

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

@@ -5,2 +5,4 @@ # Lambda Node Runtime

AWS Lambda rarely updates Node.js version, in fact AWS Lambda Node.js version problem looks similar to one Babel tries to solve for JS versions. This module enables you to use latest Node.js version with latest features and bug/security fixes.
## Quick start

@@ -7,0 +9,0 @@