New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@cfn-modules/lambda-function

Package Overview
Dependencies
Maintainers
2
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cfn-modules/lambda-function - npm Package Compare versions

Comparing version
2.4.1
to
2.5.0
test/package-lock.json

Sorry, the diff of this file is too big to display

+1
-1
{
"name": "@cfn-modules/lambda-function",
"version": "2.4.1",
"version": "2.5.0",
"description": "AWS Lambda function with automated IAM policy generation, encryption, log group and alerting",

@@ -5,0 +5,0 @@ "author": "Michael Wittig <michael@widdix.de>",

@@ -40,3 +40,3 @@ [![Build Status](https://travis-ci.org/cfn-modules/lambda-function.svg?branch=master)](https://travis-ci.org/cfn-modules/lambda-function)

ReservedConcurrentExecutions: '-1' # optional
Runtime: 'nodejs8.10' # required
Runtime: 'nodejs10.x' # required
Timeout: '3' # optional

@@ -43,0 +43,0 @@ TracingConfigMode: PassThrough # optional

@@ -10,3 +10,3 @@ ---

Handler: 'defaults.handler'
Runtime: 'nodejs8.10'
Runtime: 'nodejs10.x'
TemplateURL: './node_modules/@cfn-modules/lambda-function/module.yml'

@@ -21,4 +21,4 @@ ---

Handler: 'defaults.handler'
Runtime: 'nodejs8.10'
Runtime: 'nodejs10.x'
LayerArns: !Ref Layer
TemplateURL: './node_modules/@cfn-modules/lambda-function/module.yml'

@@ -10,4 +10,4 @@ ---

Handler: 'defaults.handler'
Runtime: 'nodejs8.10'
Runtime: 'nodejs10.x'
FunctionName: 'NamedLambda'
TemplateURL: './node_modules/@cfn-modules/lambda-function/module.yml'
{
"private": true,
"dependencies": {
"eslint": "6.2.2",
"ava": "2.3.0",
"@cfn-modules/test": "0.5.1",
"eslint": "6.6.0",
"ava": "2.4.0",
"@cfn-modules/test": "0.7.3",
"@cfn-modules/s3-bucket": "1.5.0",

@@ -8,0 +8,0 @@ "@cfn-modules/lambda-function": "file:../"