Comparing version 0.1.0 to 0.1.1
// Generated by CoffeeScript 1.7.1 | ||
(function() { | ||
var exports, iferr, throwerr, throwr, tiferr, | ||
var exports, iferr, noop, throwerr, throwr, tiferr, | ||
__slice = [].slice; | ||
@@ -36,5 +36,7 @@ | ||
throwerr = function(succ) { | ||
return iferr(throwr, succ); | ||
return iferr(throwr, succ || noop); | ||
}; | ||
noop = function() {}; | ||
module.exports = exports = iferr; | ||
@@ -41,0 +43,0 @@ |
{ | ||
"name": "iferr", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Higher-order functions for easier error handling", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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
4484
39