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
17
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 1.1.5 to 1.1.6

11

changelog.md

@@ -5,2 +5,11 @@ # `lambda-runtimes` changelog

## [1.1.6] 2023-11-15
### Added
- Added `nodejs20.x`
- Added `provided.al2023`
---
## [1.1.5] 2023-08-21

@@ -22,3 +31,3 @@

- Retired `dotnet5.0` (deprecated 2022-05-10)
- Re-ordered `runtimeVersions` to match AMZN doc order
- Re-ordered `runtimeVersions` to match Amazon's doc order

@@ -25,0 +34,0 @@ ---

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

'nodejs16.x',
'nodejs20.x',
'nodejs18.x',

@@ -36,2 +37,3 @@ 'nodejs14.x',

custom: [
'provided.al2023',
'provided.al2',

@@ -43,2 +45,9 @@ 'provided',

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

@@ -45,0 +54,0 @@ runtime: 'node',

4

package.json
{
"name": "lambda-runtimes",
"description": "Canonical list of AWS Lambda runtime identifiers and corresponding CPU architectures",
"version": "1.1.5",
"version": "1.1.6",
"type": "module",

@@ -29,3 +29,3 @@ "module": "./esm/index.js",

"eslint": "^8.47.0",
"tap-arc": "~0.3.5",
"tap-arc": "^1.0.0",
"tape": "~5.6.6"

@@ -32,0 +32,0 @@ },

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