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.3 to 1.1.4

8

changelog.md

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

## [1.1.4] 2023-04-05
### Changed
- Retired `nodejs12.x` (deprecated 2023-03-31), `dotnetcore3.1` (deprecated 2023-04-03)
---
## [1.1.3] 2022-11-18

@@ -7,0 +15,0 @@

18

cjs/index.js

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

'nodejs14.x',
'nodejs12.x',
],

@@ -31,3 +30,2 @@ python: [

'dotnet5.0',
'dotnetcore3.1',
],

@@ -62,9 +60,2 @@ custom: [

},
'nodejs12.x': {
runtime: 'node',
major: '12',
minor: null,
patch: null,
wildcard: '12.*.*',
},
'python3.9': {

@@ -140,9 +131,2 @@ runtime: 'python',

},
'dotnetcore3.1': {
runtime: 'dotnet',
major: '3',
minor: '1',
patch: null,
wildcard: '3.1.*',
},
}

@@ -203,2 +187,3 @@

node: [
'nodejs12.x',
'nodejs10.x',

@@ -221,2 +206,3 @@ 'nodejs8.10',

dotnet: [
'dotnetcore3.1',
'dotnetcore2.1',

@@ -223,0 +209,0 @@ 'dotnetcore2.0',

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

@@ -27,7 +27,7 @@ "module": "./esm/index.js",

"devDependencies": {
"@architect/eslint-config": "^2.0.1",
"@architect/eslint-config": "^2.1.1",
"cross-env": "~7.0.3",
"eslint": "^8.27.0",
"eslint": "^8.37.0",
"tap-arc": "~0.3.5",
"tape": "~5.6.1"
"tape": "~5.6.3"
},

@@ -34,0 +34,0 @@ "eslintConfig": {

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