New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

serverless-plugin-stack-outputs

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serverless-plugin-stack-outputs - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

docs/example.gif

2

package.json

@@ -17,3 +17,3 @@ {

},
"version": "1.0.0",
"version": "1.1.0",
"dependencies": {

@@ -20,0 +20,0 @@ "class.extend": "0.9.2",

# serverless-plugin-stack-outputs
Displays stack outputs for your serverless stacks
# Usage
# Installation
Install the package:
```bash
sls info
npm install serverless-plugin-stack-outputs
```
```bash
sls deploy
Add it to your plugin list in `serverless.yml`:
```yaml
plugins:
- serverless-plugin-stack-outputs
```
And it will automagically work. Whenever you call `info` or `deploy`, the outputs will be appended to output
# Example
![Example](https://raw.githubusercontent.com/svdgraaf/serverless-plugin-stack-outputs/master/docs/example.gif)
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