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
41
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.4 to 0.0.5

CHANGELOG.md

2

index.js

@@ -30,3 +30,3 @@ var Readable = require('stream').Readable;

for (var i = 0; i < data.StackEvents.length; i++) {
for (var i = 0; i < (data.StackEvents || []).length; i++) {
var event = data.StackEvents[i];

@@ -33,0 +33,0 @@

{
"name": "cfn-stack-event-stream",
"version": "0.0.4",
"version": "0.0.5",
"description": "A readable stream of CloudFormation stack events",

@@ -5,0 +5,0 @@ "main": "index.js",

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