Socket
Socket
Sign inDemoInstall

@serverless/domain

Package Overview
Dependencies
44
Maintainers
5
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.8 to 6.1.0

2

package.json
{
"name": "@serverless/domain",
"version": "6.0.8",
"version": "6.1.0",
"main": "./serverless.js",

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

@@ -971,2 +971,7 @@ const aws = require('aws-sdk')

if (subdomain.domain.startsWith('www')) {
params.DistributionConfig.Aliases.Quantity = 2
params.DistributionConfig.Aliases.Items.push(`${subdomain.domain.replace('www.', '')}`)
}
params.DistributionConfig.ViewerCertificate = {

@@ -973,0 +978,0 @@ ACMCertificateArn: certificateArn,

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