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

@aws-cdk/aws-cloudfront

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

Comparing version 1.36.1 to 1.37.0

40

package.json
{
"name": "@aws-cdk/aws-cloudfront",
"version": "1.36.1",
"version": "1.37.0",
"description": "CDK Constructs for AWS CloudFront",

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

"devDependencies": {
"@aws-cdk/assert": "1.36.1",
"@aws-cdk/assert": "1.37.0",
"@types/nodeunit": "^0.0.30",
"aws-sdk": "^2.663.0",
"cdk-build-tools": "1.36.1",
"cdk-integ-tools": "1.36.1",
"cfn2ts": "1.36.1",
"aws-sdk": "^2.668.0",
"cdk-build-tools": "1.37.0",
"cdk-integ-tools": "1.37.0",
"cfn2ts": "1.37.0",
"nodeunit": "^0.11.3",
"pkglint": "1.36.1"
"pkglint": "1.37.0"
},
"dependencies": {
"@aws-cdk/aws-certificatemanager": "1.36.1",
"@aws-cdk/aws-iam": "1.36.1",
"@aws-cdk/aws-kms": "1.36.1",
"@aws-cdk/aws-lambda": "1.36.1",
"@aws-cdk/aws-s3": "1.36.1",
"@aws-cdk/core": "1.36.1",
"@aws-cdk/aws-certificatemanager": "1.37.0",
"@aws-cdk/aws-iam": "1.37.0",
"@aws-cdk/aws-kms": "1.37.0",
"@aws-cdk/aws-lambda": "1.37.0",
"@aws-cdk/aws-s3": "1.37.0",
"@aws-cdk/core": "1.37.0",
"constructs": "^3.0.2"

@@ -86,12 +86,12 @@ },

"peerDependencies": {
"@aws-cdk/aws-certificatemanager": "1.36.1",
"@aws-cdk/aws-iam": "1.36.1",
"@aws-cdk/aws-kms": "1.36.1",
"@aws-cdk/aws-lambda": "1.36.1",
"@aws-cdk/aws-s3": "1.36.1",
"@aws-cdk/core": "1.36.1",
"@aws-cdk/aws-certificatemanager": "1.37.0",
"@aws-cdk/aws-iam": "1.37.0",
"@aws-cdk/aws-kms": "1.37.0",
"@aws-cdk/aws-lambda": "1.37.0",
"@aws-cdk/aws-s3": "1.37.0",
"@aws-cdk/core": "1.37.0",
"constructs": "^3.0.2"
},
"engines": {
"node": ">= 10.12.0"
"node": ">= 10.13.0"
},

@@ -98,0 +98,0 @@ "stability": "experimental",

{
"Resources": {
"Bucket83908E77": {
"DeletionPolicy": "Delete",
"Type": "AWS::S3::Bucket",
"UpdateReplacePolicy": "Delete",
"Type": "AWS::S3::Bucket"
"DeletionPolicy": "Delete"
},

@@ -21,2 +21,3 @@ "AnAmazingWebsiteProbablyCFDistribution47E3983B": {

],
"Compress": true,
"ForwardedValues": {

@@ -29,4 +30,3 @@ "Cookies": {

"TargetOriginId": "origin1",
"ViewerProtocolPolicy": "redirect-to-https",
"Compress": true
"ViewerProtocolPolicy": "redirect-to-https"
},

@@ -78,4 +78,4 @@ "DefaultRootObject": "index.html",

"Type": "AWS::S3::Bucket",
"DeletionPolicy": "Retain",
"UpdateReplacePolicy": "Retain"
"UpdateReplacePolicy": "Retain",
"DeletionPolicy": "Retain"
},

@@ -95,2 +95,3 @@ "AnAmazingWebsiteProbably2CFDistribution7C1CCD12": {

],
"Compress": true,
"ForwardedValues": {

@@ -103,4 +104,3 @@ "Cookies": {

"TargetOriginId": "origin1",
"ViewerProtocolPolicy": "redirect-to-https",
"Compress": true
"ViewerProtocolPolicy": "redirect-to-https"
},

@@ -150,2 +150,2 @@ "DefaultRootObject": "index.html",

}
}
}

@@ -16,2 +16,3 @@ {

],
"Compress": true,
"ForwardedValues": {

@@ -24,4 +25,3 @@ "Cookies": {

"TargetOriginId": "origin1",
"ViewerProtocolPolicy": "redirect-to-https",
"Compress": true
"ViewerProtocolPolicy": "redirect-to-https"
},

@@ -28,0 +28,0 @@ "DefaultRootObject": "index.html",

@@ -16,2 +16,3 @@ {

],
"Compress": true,
"ForwardedValues": {

@@ -24,4 +25,3 @@ "Cookies": {

"TargetOriginId": "origin1",
"ViewerProtocolPolicy": "redirect-to-https",
"Compress": true
"ViewerProtocolPolicy": "redirect-to-https"
},

@@ -28,0 +28,0 @@ "DefaultRootObject": "",

{
"Resources": {
"Bucket83908E77": {
"DeletionPolicy": "Delete",
"Type": "AWS::S3::Bucket",
"UpdateReplacePolicy": "Delete",
"Type": "AWS::S3::Bucket"
"DeletionPolicy": "Delete"
},

@@ -21,2 +21,3 @@ "MyDistributionCFDistributionDE147309": {

],
"Compress": true,
"ForwardedValues": {

@@ -29,4 +30,3 @@ "Cookies": {

"TargetOriginId": "origin1",
"ViewerProtocolPolicy": "redirect-to-https",
"Compress": true
"ViewerProtocolPolicy": "redirect-to-https"
},

@@ -57,2 +57,2 @@ "DefaultRootObject": "index.html",

}
}
}

@@ -145,2 +145,2 @@ {

}
}
}

@@ -7,2 +7,5 @@ {

"DistributionConfig": {
"Aliases": [
"test.test.com"
],
"DefaultCacheBehavior": {

@@ -17,2 +20,3 @@ "AllowedMethods": [

],
"Compress": true,
"ForwardedValues": {

@@ -25,4 +29,3 @@ "Cookies": {

"TargetOriginId": "origin1",
"ViewerProtocolPolicy": "redirect-to-https",
"Compress": true
"ViewerProtocolPolicy": "redirect-to-https"
},

@@ -60,6 +63,3 @@ "DefaultRootObject": "index.html",

"SslSupportMethod": "sni-only"
},
"Aliases": [
"test.test.com"
]
}
}

@@ -66,0 +66,0 @@ }

{
"Resources": {
"Bucket83908E77": {
"DeletionPolicy": "Delete",
"Type": "AWS::S3::Bucket",
"UpdateReplacePolicy": "Delete",
"Type": "AWS::S3::Bucket"
"DeletionPolicy": "Delete"
},

@@ -21,2 +21,3 @@ "MyDistributionCFDistributionDE147309": {

],
"Compress": true,
"ForwardedValues": {

@@ -29,4 +30,3 @@ "Cookies": {

"TargetOriginId": "origin1",
"ViewerProtocolPolicy": "redirect-to-https",
"Compress": true
"ViewerProtocolPolicy": "redirect-to-https"
},

@@ -57,2 +57,2 @@ "DefaultRootObject": "index.html",

}
}
}

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