thunkify-wrap
Advanced tools
Comparing version 1.0.3 to 1.0.4
1.0.4 / 2014-11-07 | ||
================== | ||
* fix thunkify undefined error | ||
1.0.3 / 2014-10-30 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -74,2 +74,6 @@ /**! | ||
function thunkify(fn, ctx) { | ||
if (!fn) { | ||
return fn; | ||
} | ||
if (isGeneratorFunction(fn)) { | ||
@@ -76,0 +80,0 @@ return fn; |
{ | ||
"name": "thunkify-wrap", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"repository": "dead-horse/node-thunkify-wrap", | ||
@@ -5,0 +5,0 @@ "description": "Turn callbacks, arrays, generators, generator functions, and promises into a thunk", |
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
11059
266