promise-thunk
Advanced tools
Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "promise-thunk", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "promise thunk", | ||
@@ -5,0 +5,0 @@ "main": "promise-thunk.js", |
@@ -157,3 +157,4 @@ // promise-thunk.js | ||
if (typeof cb !== 'function') | ||
throw new TypeError('callback must be a function'); | ||
cb = function () {}; | ||
//throw new TypeError('callback must be a function'); | ||
@@ -160,0 +161,0 @@ var p = PromiseThunk(); |
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
27309
246
528