Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "zig", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Simple, but naughty, control flow for Node.js.", | ||
@@ -5,0 +5,0 @@ "main": "zig.js", |
@@ -14,5 +14,5 @@ Zig - Simple, but naughty, control flow for Node.js | ||
Current Version: 0.1.0 | ||
Current Version: 0.1.1 | ||
Tested on: Node 0.10.35 | ||
Tested on: Node 0.10.38 | ||
@@ -19,0 +19,0 @@ [![Build Status](https://travis-ci.org/rjrodger/zig.png?branch=master)](https://travis-ci.org/rjrodger/zig) |
@@ -158,3 +158,3 @@ "use strict"; | ||
var tmp = {} | ||
zig() | ||
zig({timeout:22222}) | ||
.start() | ||
@@ -161,0 +161,0 @@ .step(function(){ tmp.a = 1; return true}) |
@@ -35,5 +35,6 @@ /* Copyright (c) 2014-2015 Richard Rodger, MIT License */ | ||
var collect = 0, collector = [] | ||
var to | ||
if( options.timeout ) { | ||
setTimeout(function(){ | ||
to = setTimeout(function(){ | ||
dead = true | ||
@@ -121,2 +122,3 @@ | ||
if( 0 < ifdepth ) throw new Error(ifdepth+' missing endifs.') | ||
clearTimeout(to) | ||
return complete(null,data); | ||
@@ -123,0 +125,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
394113
1210
1