Socket
Socket
Sign inDemoInstall

@aws-cdk/aws-elasticloadbalancingv2

Package Overview
Dependencies
Maintainers
4
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 0.16.0 to 0.17.0

35

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

@@ -55,23 +55,24 @@ "main": "lib/index.js",

"devDependencies": {
"@aws-cdk/assert": "^0.16.0",
"cdk-build-tools": "^0.16.0",
"cdk-integ-tools": "^0.16.0",
"cfn2ts": "^0.16.0",
"pkglint": "^0.16.0"
"@aws-cdk/assert": "^0.17.0",
"cdk-build-tools": "^0.17.0",
"cdk-integ-tools": "^0.17.0",
"cfn2ts": "^0.17.0",
"pkglint": "^0.17.0"
},
"dependencies": {
"@aws-cdk/aws-codedeploy-api": "^0.16.0",
"@aws-cdk/aws-ec2": "^0.16.0",
"@aws-cdk/aws-iam": "^0.16.0",
"@aws-cdk/aws-route53": "^0.16.0",
"@aws-cdk/aws-s3": "^0.16.0",
"@aws-cdk/cdk": "^0.16.0"
"@aws-cdk/aws-codedeploy-api": "^0.17.0",
"@aws-cdk/aws-ec2": "^0.17.0",
"@aws-cdk/aws-iam": "^0.17.0",
"@aws-cdk/aws-route53": "^0.17.0",
"@aws-cdk/aws-s3": "^0.17.0",
"@aws-cdk/cdk": "^0.17.0"
},
"homepage": "https://github.com/awslabs/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-codedeploy-api": "^0.16.0",
"@aws-cdk/aws-ec2": "^0.16.0",
"@aws-cdk/aws-s3": "^0.16.0",
"@aws-cdk/cdk": "^0.16.0"
"@aws-cdk/aws-codedeploy-api": "^0.17.0",
"@aws-cdk/aws-ec2": "^0.17.0",
"@aws-cdk/aws-s3": "^0.17.0",
"@aws-cdk/cdk": "^0.17.0",
"@aws-cdk/aws-route53": "^0.17.0"
}
}
}

@@ -62,2 +62,5 @@ {

"Type": "AWS::EC2::Route",
"DependsOn": [
"VPCVPCGW99B986DC"
],
"Properties": {

@@ -143,2 +146,5 @@ "RouteTableId": {

"Type": "AWS::EC2::Route",
"DependsOn": [
"VPCVPCGW99B986DC"
],
"Properties": {

@@ -145,0 +151,0 @@ "RouteTableId": {

@@ -88,2 +88,5 @@ {

"Type": "AWS::EC2::Route",
"DependsOn": [
"VPCVPCGW99B986DC"
],
"Properties": {

@@ -169,2 +172,5 @@ "RouteTableId": {

"Type": "AWS::EC2::Route",
"DependsOn": [
"VPCVPCGW99B986DC"
],
"Properties": {

@@ -171,0 +177,0 @@ "RouteTableId": {

@@ -88,2 +88,5 @@ {

"Type": "AWS::EC2::Route",
"DependsOn": [
"VPCVPCGW99B986DC"
],
"Properties": {

@@ -169,2 +172,5 @@ "RouteTableId": {

"Type": "AWS::EC2::Route",
"DependsOn": [
"VPCVPCGW99B986DC"
],
"Properties": {

@@ -367,2 +373,2 @@ "RouteTableId": {

}
}
}

Sorry, the diff of this file is not supported yet

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