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

@aws-cdk/aws-elasticloadbalancingv2

Package Overview
Dependencies
Maintainers
5
Versions
288
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-cdk/aws-elasticloadbalancingv2 - npm Package Compare versions

Comparing version 1.70.0 to 1.71.0

12

lib/alb/application-listener-rule.d.ts

@@ -257,1 +257,13 @@ import * as cdk from '@aws-cdk/core';

}
/**
* Validate the status code and message body of a fixed response
*
* @internal
*/
export declare function validateFixedResponse(fixedResponse: FixedResponse): void;
/**
* Validate the status code and message body of a redirect response
*
* @internal
*/
export declare function validateRedirectResponse(redirectResponse: RedirectResponse): void;
import { Resource } from '@aws-cdk/core';
import { Construct } from 'constructs';
import { IListenerAction } from './listener-action';
/**

@@ -20,2 +21,8 @@ * Base class for listeners.

protected validate(): string[];
/**
* Configure the default action
*
* @internal
*/
protected _setDefaultAction(action: IListenerAction): void;
}

48

package.json
{
"name": "@aws-cdk/aws-elasticloadbalancingv2",
"version": "1.70.0",
"version": "1.71.0",
"description": "The CDK Construct Library for AWS::ElasticLoadBalancingV2",

@@ -75,30 +75,30 @@ "main": "lib/index.js",

"devDependencies": {
"@aws-cdk/assert": "1.70.0",
"cdk-build-tools": "1.70.0",
"cdk-integ-tools": "1.70.0",
"cfn2ts": "1.70.0",
"pkglint": "1.70.0"
"@aws-cdk/assert": "1.71.0",
"cdk-build-tools": "1.71.0",
"cdk-integ-tools": "1.71.0",
"cfn2ts": "1.71.0",
"pkglint": "1.71.0"
},
"dependencies": {
"@aws-cdk/aws-certificatemanager": "1.70.0",
"@aws-cdk/aws-cloudwatch": "1.70.0",
"@aws-cdk/aws-ec2": "1.70.0",
"@aws-cdk/aws-iam": "1.70.0",
"@aws-cdk/aws-lambda": "1.70.0",
"@aws-cdk/aws-s3": "1.70.0",
"@aws-cdk/core": "1.70.0",
"@aws-cdk/region-info": "1.70.0",
"constructs": "^3.0.4"
"@aws-cdk/aws-certificatemanager": "1.71.0",
"@aws-cdk/aws-cloudwatch": "1.71.0",
"@aws-cdk/aws-ec2": "1.71.0",
"@aws-cdk/aws-iam": "1.71.0",
"@aws-cdk/aws-lambda": "1.71.0",
"@aws-cdk/aws-s3": "1.71.0",
"@aws-cdk/core": "1.71.0",
"@aws-cdk/region-info": "1.71.0",
"constructs": "^3.2.0"
},
"homepage": "https://github.com/aws/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-certificatemanager": "1.70.0",
"@aws-cdk/aws-cloudwatch": "1.70.0",
"@aws-cdk/aws-ec2": "1.70.0",
"@aws-cdk/aws-iam": "1.70.0",
"@aws-cdk/aws-lambda": "1.70.0",
"@aws-cdk/aws-s3": "1.70.0",
"@aws-cdk/core": "1.70.0",
"constructs": "^3.0.4",
"@aws-cdk/region-info": "1.70.0"
"@aws-cdk/aws-certificatemanager": "1.71.0",
"@aws-cdk/aws-cloudwatch": "1.71.0",
"@aws-cdk/aws-ec2": "1.71.0",
"@aws-cdk/aws-iam": "1.71.0",
"@aws-cdk/aws-lambda": "1.71.0",
"@aws-cdk/aws-s3": "1.71.0",
"@aws-cdk/core": "1.71.0",
"constructs": "^3.2.0",
"@aws-cdk/region-info": "1.71.0"
},

@@ -105,0 +105,0 @@ "engines": {

Sorry, the diff of this file is not supported yet

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

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

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