promise-accum
Advanced tools
Comparing version 1.3.0 to 1.4.0
@@ -52,3 +52,3 @@ function createAccum(params) { | ||
promiseAccum.passthrough = passthrough; | ||
promiseAccum.merge = merge; | ||
module.exports.passthrough = passthrough; | ||
module.exports.merge = merge; |
{ | ||
"name": "promise-accum", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "Solve variable scoping and/or callback hell in promises", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
4173