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

@aws-cdk/aws-route53

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

Comparing version 1.32.2 to 1.33.0

39

package.json
{
"name": "@aws-cdk/aws-route53",
"version": "1.32.2",
"version": "1.33.0",
"description": "CDK Constructs for AWS Route53",

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

"devDependencies": {
"@aws-cdk/assert": "1.32.2",
"@aws-cdk/assert": "1.33.0",
"@types/nodeunit": "^0.0.30",
"aws-sdk": "^2.654.0",
"cdk-build-tools": "1.32.2",
"cdk-integ-tools": "1.32.2",
"cfn2ts": "1.32.2",
"aws-sdk": "^2.657.0",
"cdk-build-tools": "1.33.0",
"cdk-integ-tools": "1.33.0",
"cfn2ts": "1.33.0",
"nodeunit": "^0.11.3",
"pkglint": "1.32.2"
"pkglint": "1.33.0"
},
"dependencies": {
"@aws-cdk/aws-ec2": "1.32.2",
"@aws-cdk/aws-logs": "1.32.2",
"@aws-cdk/core": "1.32.2",
"@aws-cdk/cx-api": "1.32.2",
"constructs": "^2.0.0"
"@aws-cdk/aws-ec2": "1.33.0",
"@aws-cdk/aws-logs": "1.33.0",
"@aws-cdk/core": "1.33.0",
"@aws-cdk/cx-api": "1.33.0",
"constructs": "^3.0.0"
},
"homepage": "https://github.com/aws/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-ec2": "1.32.2",
"@aws-cdk/aws-logs": "1.32.2",
"@aws-cdk/core": "1.32.2",
"@aws-cdk/cx-api": "1.32.2",
"constructs": "^2.0.0"
"@aws-cdk/aws-ec2": "1.33.0",
"@aws-cdk/aws-logs": "1.33.0",
"@aws-cdk/core": "1.33.0",
"@aws-cdk/cx-api": "1.33.0",
"constructs": "^3.0.0"
},
"engines": {
"node": ">= 10.3.0"
"node": ">= 10.12.0"
},

@@ -118,3 +118,4 @@ "awslint": {

"announce": false
}
},
"maturity": "stable"
}
## Amazon Route53 Construct Library
<!--BEGIN STABILITY BANNER-->
---
![Stability: Stable](https://img.shields.io/badge/stability-Stable-success.svg?style=for-the-badge)
![cfn-resources: Stable](https://img.shields.io/badge/cfn--resources-stable-success.svg?style=for-the-badge)
![cdk-constructs: Stable](https://img.shields.io/badge/cdk--constructs-stable-success.svg?style=for-the-badge)

@@ -15,3 +15,3 @@ ---

```ts
import route53 = require('@aws-cdk/aws-route53');
import * as route53 from '@aws-cdk/aws-route53';

@@ -28,4 +28,4 @@ new route53.PublicHostedZone(this, 'HostedZone', {

```ts
import ec2 = require('@aws-cdk/aws-ec2');
import route53 = require('@aws-cdk/aws-route53');
import * as ec2 from '@aws-cdk/aws-ec2';
import * as route53 from '@aws-cdk/aws-route53';

@@ -46,3 +46,3 @@ const vpc = new ec2.Vpc(this, 'VPC');

```ts
import route53 = require('@aws-cdk/aws-route53');
import * as route53 from '@aws-cdk/aws-route53';

@@ -65,3 +65,3 @@ new route53.TxtRecord(this, 'TXTRecord', {

```ts
import route53 = require('@aws-cdk/aws-route53');
import * as route53 from '@aws-cdk/aws-route53';

@@ -76,4 +76,4 @@ new route53.ARecord(this, 'ARecord', {

```ts
import route53 = require('@aws-cdk/aws-route53');
import targets = require('@aws-cdk/aws-route53-targets');
import * as route53 from '@aws-cdk/aws-route53';
import * as targets from '@aws-cdk/aws-route53-targets';

@@ -80,0 +80,0 @@ new route53.AaaaRecord(this, 'Alias', {

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