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

cfn-stack-event-stream

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cfn-stack-event-stream - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

.idea/jsLibraryMappings.xml

4

package.json
{
"name": "cfn-stack-event-stream",
"version": "0.0.0",
"version": "0.0.1",
"description": "A readable stream of CloudFormation stack events",

@@ -9,3 +9,3 @@ "main": "index.js",

},
"author": "John Firebaugh <john@mapbox.com>s",
"author": "John Firebaugh <john@mapbox.com>",
"license": "ISC",

@@ -12,0 +12,0 @@ "dependencies": {

@@ -21,3 +21,3 @@ A readable stream of CloudFormation stack events.

.on('end', function() {
cfn.describeStack({StackName: 'my-stack'}, function(err, data) {
cfn.describeStacks({StackName: 'my-stack'}, function(err, data) {
if (err) throw err;

@@ -24,0 +24,0 @@ console.log('Result: ' + data.Stacks[0].StackStatus);

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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