Socket
Socket
Sign inDemoInstall

@aws-cdk/aws-cloudfront-origins

Package Overview
Dependencies
Maintainers
5
Versions
171
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-cdk/aws-cloudfront-origins - npm Package Compare versions

Comparing version 1.61.1 to 1.62.0

28

package.json
{
"name": "@aws-cdk/aws-cloudfront-origins",
"version": "1.61.1",
"version": "1.62.0",
"description": "CDK Constructs for AWS CloudFront Origins",

@@ -66,14 +66,14 @@ "main": "lib/index.js",

"devDependencies": {
"@aws-cdk/assert": "1.61.1",
"@aws-cdk/aws-ec2": "1.61.1",
"@aws-cdk/assert": "1.62.0",
"@aws-cdk/aws-ec2": "1.62.0",
"aws-sdk": "^2.739.0",
"cdk-build-tools": "1.61.1",
"cdk-integ-tools": "1.61.1",
"pkglint": "1.61.1"
"cdk-build-tools": "1.62.0",
"cdk-integ-tools": "1.62.0",
"pkglint": "1.62.0"
},
"dependencies": {
"@aws-cdk/aws-cloudfront": "1.61.1",
"@aws-cdk/aws-elasticloadbalancingv2": "1.61.1",
"@aws-cdk/aws-s3": "1.61.1",
"@aws-cdk/core": "1.61.1",
"@aws-cdk/aws-cloudfront": "1.62.0",
"@aws-cdk/aws-elasticloadbalancingv2": "1.62.0",
"@aws-cdk/aws-s3": "1.62.0",
"@aws-cdk/core": "1.62.0",
"constructs": "^3.0.4"

@@ -83,7 +83,7 @@ },

"peerDependencies": {
"@aws-cdk/core": "1.61.1",
"@aws-cdk/core": "1.62.0",
"constructs": "^3.0.4",
"@aws-cdk/aws-cloudfront": "1.61.1",
"@aws-cdk/aws-s3": "1.61.1",
"@aws-cdk/aws-elasticloadbalancingv2": "1.61.1"
"@aws-cdk/aws-cloudfront": "1.62.0",
"@aws-cdk/aws-s3": "1.62.0",
"@aws-cdk/aws-elasticloadbalancingv2": "1.62.0"
},

@@ -90,0 +90,0 @@ "engines": {

@@ -30,2 +30,2 @@ {

}
}
}

@@ -361,2 +361,8 @@ {

"Properties": {
"LoadBalancerAttributes": [
{
"Key": "deletion_protection.enabled",
"Value": "false"
}
],
"Scheme": "internet-facing",

@@ -436,2 +442,2 @@ "SecurityGroups": [

}
}
}

@@ -71,9 +71,2 @@ {

"DistributionConfig": {
"DefaultCacheBehavior": {
"ForwardedValues": {
"QueryString": false
},
"TargetOriginId": "cloudfrontorigingroupDistributionOriginGroup10B57F1D1",
"ViewerProtocolPolicy": "allow-all"
},
"CacheBehaviors": [

@@ -89,2 +82,9 @@ {

],
"DefaultCacheBehavior": {
"ForwardedValues": {
"QueryString": false
},
"TargetOriginId": "cloudfrontorigingroupDistributionOriginGroup10B57F1D1",
"ViewerProtocolPolicy": "allow-all"
},
"Enabled": true,

@@ -158,2 +158,2 @@ "HttpVersion": "http2",

}
}
}

@@ -109,2 +109,2 @@ {

}
}
}

Sorry, the diff of this file is not supported yet

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