Socket
Socket
Sign inDemoInstall

@serverless/domain

Package Overview
Dependencies
80
Maintainers
5
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.1 to 6.0.2

2

package.json
{
"name": "@serverless/domain",
"version": "6.0.1",
"version": "6.0.2",
"main": "./serverless.js",

@@ -5,0 +5,0 @@ "publishConfig": {

@@ -481,12 +481,3 @@ const aws = require('aws-sdk')

OriginProtocolPolicy: 'https-only',
OriginReadTimeout: 30,
OriginSSLProtocols: ['TLSv1']
},
OriginPath: '',
CustomHeaders: {
Quantity: 0,
Items: []
},
S3OriginConfig: {
OriginAccessIdentity: ''
OriginReadTimeout: 30
}

@@ -508,8 +499,31 @@ }

},
TrustedSigners: {
Enabled: false,
Quantity: 0,
Items: []
},
ViewerProtocolPolicy: 'redirect-to-https',
MinTTL: 0,
AllowedMethods: {
Quantity: 2,
Items: ['HEAD', 'GET', 'DELETE', 'OPTIONS', 'PATCH', 'POST', 'PUT']
}
Items: ['HEAD', 'GET', 'POST', 'PATCH', 'PUT', 'DELETE', 'OPTIONS']
},
SmoothStreaming: false,
DefaultTTL: 86400,
MaxTTL: 31536000,
Compress: false,
LambdaFunctionAssociations: {
Quantity: 0,
Items: []
},
FieldLevelEncryptionId: ''
},
CacheBehaviors: {
Quantity: 0,
Items: []
},
CustomErrorResponses: {
Quantity: 0,
Items: []
},
Comment: `app-sync-${subdomain.apiId}`,

@@ -516,0 +530,0 @@ PriceClass: 'PriceClass_All',

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc