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.5 to 6.0.6

2

package.json
{
"name": "@serverless/domain",
"version": "6.0.5",
"version": "6.0.6",
"main": "./serverless.js",

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

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

OriginProtocolPolicy: 'https-only',
OriginReadTimeout: 30
OriginReadTimeout: 30,
OriginSslProtocols: {
Items: ['SSLv3', 'TLSv1', 'TLSv1.1', 'TLSv1.2'],
Quantity: 4
}
}

@@ -718,3 +722,7 @@ }

OriginProtocolPolicy: 'https-only',
OriginReadTimeout: 30
OriginReadTimeout: 30,
OriginSslProtocols: {
Items: ['SSLv3', 'TLSv1', 'TLSv1.1', 'TLSv1.2'],
Quantity: 4
}
}

@@ -721,0 +729,0 @@ }

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