Socket
Socket
Sign inDemoInstall

@serverless/domain

Package Overview
Dependencies
Maintainers
5
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@serverless/domain - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

2

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

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

const aws = require('aws-sdk')
const { utils } = require('@serverless/core')
const getOutdatedDomains = (inputs, state) => {
if (inputs.domain !== state.domain) {
return state
}
// const getOutdatedDomains = (inputs, state) => {
// if (inputs.domain !== state.domain) {
// return state
// }
for (const domain of Object.keys(state.dns)) {
if (!inputs.dns[domain])
}
}
// for (const domain of Object.keys(state.dns)) {
// if (!inputs.dns[domain])
// }
// }

@@ -14,0 +14,0 @@ /**

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