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 1.0.0 to 1.0.1

8

cjs/changelog.md

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

## [1.0.1] 2021-10-19
### Added
- Added (internally-)canonical runtime names to alias list
---
## [1.0.0] 2021-10-18

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

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

let aliases = {
node: 'node',
nodejs: 'node',
'node.js': 'node',
python: 'python',
py: 'python',
ruby: 'ruby',
rb: 'ruby',
java: 'java',
go: 'go',
golang: 'go',
dotnet: 'dotnet',
'.net': 'dotnet',
custom: 'custom',
}

@@ -79,0 +86,0 @@

2

package.json
{
"name": "lambda-runtimes",
"description": "Canonical list of AWS Lambda runtime identifiers and corresponding CPU architectures",
"version": "1.0.0",
"version": "1.0.1",
"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