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
4
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 0.15.2 to 0.16.0

lib/records/alias.d.ts

1

lib/records/index.d.ts

@@ -0,2 +1,3 @@

export * from './alias';
export * from './txt';
export * from './zone-delegation';

3

lib/records/index.js

@@ -6,4 +6,5 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./alias"));
__export(require("./txt"));
__export(require("./zone-delegation"));
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJpbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUFBLDJCQUFzQjtBQUN0Qix1Q0FBa0MiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3R4dCc7XG5leHBvcnQgKiBmcm9tICcuL3pvbmUtZGVsZWdhdGlvbic7XG4iXX0=
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJpbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUFBLDZCQUF3QjtBQUN4QiwyQkFBc0I7QUFDdEIsdUNBQWtDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9hbGlhcyc7XG5leHBvcnQgKiBmcm9tICcuL3R4dCc7XG5leHBvcnQgKiBmcm9tICcuL3pvbmUtZGVsZWdhdGlvbic7XG4iXX0=
{
"name": "@aws-cdk/aws-route53",
"version": "0.15.2",
"version": "0.16.0",
"description": "CDK Constructs for AWS Route53",

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

"devDependencies": {
"@aws-cdk/assert": "^0.15.2",
"@aws-cdk/assert": "^0.16.0",
"aws-sdk": "^2.259.1",
"cdk-build-tools": "^0.15.2",
"cdk-integ-tools": "^0.15.2",
"cfn2ts": "^0.15.2",
"pkglint": "^0.15.2"
"cdk-build-tools": "^0.16.0",
"cdk-integ-tools": "^0.16.0",
"cfn2ts": "^0.16.0",
"pkglint": "^0.16.0"
},
"dependencies": {
"@aws-cdk/aws-ec2": "^0.15.2",
"@aws-cdk/aws-logs": "^0.15.2",
"@aws-cdk/cdk": "^0.15.2"
"@aws-cdk/aws-ec2": "^0.16.0",
"@aws-cdk/aws-logs": "^0.16.0",
"@aws-cdk/cdk": "^0.16.0"
},
"homepage": "https://github.com/awslabs/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-ec2": "^0.15.1",
"@aws-cdk/cdk": "^0.15.1"
"@aws-cdk/aws-ec2": "^0.16.0",
"@aws-cdk/cdk": "^0.16.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