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

@aws-cdk/aws-elasticloadbalancing

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-elasticloadbalancing - npm Package Compare versions

Comparing version 0.17.0 to 0.18.0

24

package.json
{
"name": "@aws-cdk/aws-elasticloadbalancing",
"version": "0.17.0",
"version": "0.18.0",
"description": "CDK Constructs for AWS ElasticLoadBalancing",

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

"devDependencies": {
"@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"
"@aws-cdk/assert": "^0.18.0",
"cdk-build-tools": "^0.18.0",
"cdk-integ-tools": "^0.18.0",
"cfn2ts": "^0.18.0",
"pkglint": "^0.18.0"
},
"dependencies": {
"@aws-cdk/aws-codedeploy-api": "^0.17.0",
"@aws-cdk/aws-ec2": "^0.17.0",
"@aws-cdk/cdk": "^0.17.0"
"@aws-cdk/aws-codedeploy-api": "^0.18.0",
"@aws-cdk/aws-ec2": "^0.18.0",
"@aws-cdk/cdk": "^0.18.0"
},
"homepage": "https://github.com/awslabs/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-codedeploy-api": "^0.17.0",
"@aws-cdk/aws-ec2": "^0.17.0",
"@aws-cdk/cdk": "^0.17.0"
"@aws-cdk/aws-codedeploy-api": "^0.18.0",
"@aws-cdk/aws-ec2": "^0.18.0",
"@aws-cdk/cdk": "^0.18.0"
}
}

@@ -31,2 +31,10 @@ {

"Value": "aws-cdk-elb-integ/VPC/PublicSubnet1"
},
{
"Key": "aws-cdk:subnet-name",
"Value": "Public"
},
{
"Key": "aws-cdk:subnet-type",
"Value": "Public"
}

@@ -61,2 +69,17 @@ ]

},
"VPCPublicSubnet1DefaultRoute91CEF279": {
"Type": "AWS::EC2::Route",
"DependsOn": [
"VPCVPCGW99B986DC"
],
"Properties": {
"RouteTableId": {
"Ref": "VPCPublicSubnet1RouteTableFEE4B781"
},
"DestinationCidrBlock": "0.0.0.0/0",
"GatewayId": {
"Ref": "VPCIGWB7E252D3"
}
}
},
"VPCPublicSubnet1EIP6AD938E8": {

@@ -88,17 +111,2 @@ "Type": "AWS::EC2::EIP",

},
"VPCPublicSubnet1DefaultRoute91CEF279": {
"Type": "AWS::EC2::Route",
"DependsOn": [
"VPCVPCGW99B986DC"
],
"Properties": {
"RouteTableId": {
"Ref": "VPCPublicSubnet1RouteTableFEE4B781"
},
"DestinationCidrBlock": "0.0.0.0/0",
"GatewayId": {
"Ref": "VPCIGWB7E252D3"
}
}
},
"VPCPrivateSubnet1Subnet8BCA10E0": {

@@ -117,2 +125,10 @@ "Type": "AWS::EC2::Subnet",

"Value": "aws-cdk-elb-integ/VPC/PrivateSubnet1"
},
{
"Key": "aws-cdk:subnet-name",
"Value": "Private"
},
{
"Key": "aws-cdk:subnet-type",
"Value": "Private"
}

@@ -187,7 +203,7 @@ ]

{
"CidrIp":"255.255.255.255/32",
"Description":"Disallow all traffic",
"FromPort":252,
"IpProtocol":"icmp",
"ToPort":86
"CidrIp": "255.255.255.255/32",
"Description": "Disallow all traffic",
"FromPort": 252,
"IpProtocol": "icmp",
"ToPort": 86
}

@@ -244,2 +260,2 @@ ],

}
}
}

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