cfn-stack-event-stream
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -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", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
12248
6
1