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 2.0.2 to 2.0.3

2

package.json
{
"name": "@serverless/domain",
"version": "2.0.2",
"version": "2.0.3",
"main": "./serverless.js",

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

@@ -144,3 +144,5 @@ const aws = require('aws-sdk')

return acm.requestCertificate(params).promise().CertificateArn
const res = await acm.requestCertificate(params).promise()
return res.CertificateArn
}

@@ -147,0 +149,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