Socket
Socket
Sign inDemoInstall

@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 0.39.0 to 1.0.0

38

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

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

"devDependencies": {
"@aws-cdk/assert": "^0.39.0",
"cdk-build-tools": "^0.39.0",
"cdk-integ-tools": "^0.39.0",
"cfn2ts": "^0.39.0",
"pkglint": "^0.39.0"
"@aws-cdk/assert": "^1.0.0",
"cdk-build-tools": "^1.0.0",
"cdk-integ-tools": "^1.0.0",
"cfn2ts": "^1.0.0",
"pkglint": "^1.0.0"
},
"dependencies": {
"@aws-cdk/aws-certificatemanager": "^0.39.0",
"@aws-cdk/aws-cloudwatch": "^0.39.0",
"@aws-cdk/aws-ec2": "^0.39.0",
"@aws-cdk/aws-iam": "^0.39.0",
"@aws-cdk/aws-s3": "^0.39.0",
"@aws-cdk/core": "^0.39.0"
"@aws-cdk/aws-certificatemanager": "^1.0.0",
"@aws-cdk/aws-cloudwatch": "^1.0.0",
"@aws-cdk/aws-ec2": "^1.0.0",
"@aws-cdk/aws-iam": "^1.0.0",
"@aws-cdk/aws-s3": "^1.0.0",
"@aws-cdk/core": "^1.0.0"
},
"homepage": "https://github.com/awslabs/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-certificatemanager": "^0.39.0",
"@aws-cdk/aws-cloudwatch": "^0.39.0",
"@aws-cdk/aws-ec2": "^0.39.0",
"@aws-cdk/aws-iam": "^0.39.0",
"@aws-cdk/aws-s3": "^0.39.0",
"@aws-cdk/core": "^0.39.0"
"@aws-cdk/aws-certificatemanager": "^1.0.0",
"@aws-cdk/aws-cloudwatch": "^1.0.0",
"@aws-cdk/aws-ec2": "^1.0.0",
"@aws-cdk/aws-iam": "^1.0.0",
"@aws-cdk/aws-s3": "^1.0.0",
"@aws-cdk/core": "^1.0.0"
},

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

"stability": "stable"
}
}

@@ -8,4 +8,2 @@ ## Amazon Elastic Load Balancing V2 Construct Library

> **This is a _developer preview_ (public beta) module. Releases might lack important features and might have
> future breaking changes.**

@@ -168,3 +166,3 @@ ---

path: '/ping',
intervalSecs: 60,
interval: cdk.Duration.minutes(1),
}

@@ -191,3 +189,3 @@ });

listener.connections.allowFrom(lb, new TcpPort(8088));
listener.connections.allowFrom(lb, ec2.Port.tcp(8088));
```

@@ -194,0 +192,0 @@

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