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
5
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 1.58.0 to 1.59.0

8

lib/elasticloadbalancing.generated.d.ts

@@ -103,10 +103,2 @@ import * as cdk from '@aws-cdk/core';

/**
* A factory method that creates a new instance of this class from an object
* containing the CloudFormation properties of this resource.
* Used in the @aws-cdk/cloudformation-include module.
*
* @experimental
*/
static fromCloudFormation(scope: cdk.Construct, id: string, resourceAttributes: any, options: cdk.FromCloudFormationOptions): CfnLoadBalancer;
/**
* @cloudformationAttribute CanonicalHostedZoneName

@@ -113,0 +105,0 @@ */

20

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

@@ -65,13 +65,13 @@ "main": "lib/index.js",

"devDependencies": {
"@aws-cdk/assert": "1.58.0",
"@aws-cdk/assert": "1.59.0",
"@types/nodeunit": "^0.0.31",
"cdk-build-tools": "1.58.0",
"cdk-integ-tools": "1.58.0",
"cfn2ts": "1.58.0",
"cdk-build-tools": "1.59.0",
"cdk-integ-tools": "1.59.0",
"cfn2ts": "1.59.0",
"nodeunit": "^0.11.3",
"pkglint": "1.58.0"
"pkglint": "1.59.0"
},
"dependencies": {
"@aws-cdk/aws-ec2": "1.58.0",
"@aws-cdk/core": "1.58.0",
"@aws-cdk/aws-ec2": "1.59.0",
"@aws-cdk/core": "1.59.0",
"constructs": "^3.0.2"

@@ -81,4 +81,4 @@ },

"peerDependencies": {
"@aws-cdk/aws-ec2": "1.58.0",
"@aws-cdk/core": "1.58.0",
"@aws-cdk/aws-ec2": "1.59.0",
"@aws-cdk/core": "1.59.0",
"constructs": "^3.0.2"

@@ -85,0 +85,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