@aszu/lazy-network
Advanced tools
Comparing version 0.4.2-6 to 0.4.2-7
@@ -86,2 +86,4 @@ "use strict"; | ||
return handler.check(status); | ||
}).map(function (handler) { | ||
return handler.action; | ||
}); | ||
@@ -88,0 +90,0 @@ var handlersToBeExecuted = [].concat((0, _toConsumableArray2["default"])(this.handlers[status] || EMPTY), (0, _toConsumableArray2["default"])(functionalHandlersToExecute)); |
{ | ||
"name": "@aszu/lazy-network", | ||
"version": "0.4.2-6", | ||
"version": "0.4.2-7", | ||
"description": "The network layer wrapper, by lazy people for lazy people.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -32,3 +32,3 @@ import ResponseListener from './ResponseListener' | ||
handler => handler.check(status) | ||
) | ||
).map(handler => handler.action) | ||
@@ -35,0 +35,0 @@ const handlersToBeExecuted = [...(this.handlers[status] || EMPTY), ...functionalHandlersToExecute] |
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
50245
1134