Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lambda-runtimes

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lambda-runtimes - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

47

cjs/index.js

@@ -6,7 +6,8 @@ // Canonical runtime list: https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html

node: [
'nodejs22.x',
'nodejs20.x',
'nodejs18.x',
'nodejs16.x',
],
python: [
'python3.13',
'python3.12',

@@ -16,3 +17,2 @@ 'python3.11',

'python3.9',
'python3.8',
],

@@ -26,6 +26,7 @@ java: [

dotnet: [
'dotnet7',
'dotnet8',
'dotnet6',
],
ruby: [
'ruby3.3',
'ruby3.2',

@@ -40,2 +41,9 @@ ],

let runtimeVersions = {
'nodejs22.x': {
runtime: 'node',
major: '22',
minor: null,
patch: null,
wildcard: '22.*.*'
},
'nodejs20.x': {

@@ -55,8 +63,8 @@ runtime: 'node',

},
'nodejs16.x': {
runtime: 'node',
major: '16',
minor: null,
'python3.13': {
runtime: 'python',
major: '3',
minor: '13',
patch: null,
wildcard: '16.*.*'
wildcard: '3.13.*',
},

@@ -91,9 +99,2 @@ 'python3.12': {

},
'python3.8': {
runtime: 'python',
major: '3',
minor: '8',
patch: null,
wildcard: '3.8.*',
},
'java21': {

@@ -127,8 +128,8 @@ runtime: 'java',

},
'dotnet7': {
'dotnet8': {
runtime: 'dotnet',
major: '7',
major: '8',
minor: null,
patch: null,
wildcard: '7.*',
wildcard: '8.*',
},

@@ -142,2 +143,9 @@ 'dotnet6': {

},
'ruby3.3': {
runtime: 'ruby',
major: '3',
minor: '3',
patch: null,
wildcard: '3.3.*',
},
'ruby3.2': {

@@ -202,2 +210,3 @@ runtime: 'ruby',

node: [
'nodejs16.x',
'nodejs14.x',

@@ -213,2 +222,3 @@ 'nodejs12.x',

python: [
'python3.8',
'python3.7',

@@ -229,2 +239,3 @@ 'python3.6',

dotnet: [
'dotnet7',
'dotnet5.0',

@@ -231,0 +242,0 @@ 'dotnetcore3.1',

{
"name": "lambda-runtimes",
"description": "Canonical list of AWS Lambda runtime identifiers and corresponding CPU architectures",
"version": "2.0.2",
"version": "2.0.3",
"type": "module",

@@ -6,0 +6,0 @@ "module": "./esm/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