Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

serverless-plugin-additional-stacks

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serverless-plugin-additional-stacks - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

8

index.js

@@ -5,3 +5,3 @@ 'use strict'

class ServerlessPlugin {
class AdditionalStacksPlugin {
constructor(serverless, options) {

@@ -417,2 +417,6 @@ this.serverless = serverless

this.serverless.cli.log('Additional stack ' + stackName + ' ' + this.phrases[operation][state] + ' (' + response.StackStatus + ').')
if (this.stackStatusCodes[response.StackStatus] === 'failure') {
// The operation failed, so return an error to Serverless
return Promise.reject(new Error('Additional stack ' + stackName + ' ' + this.phrases[operation][state] + ' (' + response.StackStatus + ')'))
}
}

@@ -425,2 +429,2 @@ })

module.exports = ServerlessPlugin
module.exports = AdditionalStacksPlugin
{
"name": "serverless-plugin-additional-stacks",
"version": "1.0.0",
"version": "1.1.0",
"main": "index.js",

@@ -5,0 +5,0 @@ "repository": {},

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