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

@anttiviljami/serverless-stack-output

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anttiviljami/serverless-stack-output - npm Package Compare versions

Comparing version 0.2.5 to 0.3.0

2

dist/plugin.js

@@ -94,3 +94,3 @@ "use strict";

var _this = this;
Promise.resolve()
return Promise.resolve()
.then(function () { return _this.validate(); }).then(function () { return _this.fetch(); }).then(function (res) { return _this.beautify(res); }).then(function (res) { return _this.handle(res); }).catch(function (err) { return _this.serverless.cli.log(util.format('Cannot process Stack Output: %s!', err.message)); });

@@ -97,0 +97,0 @@ };

{
"name": "@anttiviljami/serverless-stack-output",
"version": "0.2.5",
"version": "0.3.0",
"description": "Serverless plugin to process AWS CloudFormation Stack Output",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -140,3 +140,3 @@ import * as assert from 'assert'

private process () {
Promise.resolve()
return Promise.resolve()
.then(

@@ -143,0 +143,0 @@ () => this.validate()

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