Comparing version 2.0.6 to 2.0.7
@@ -54,3 +54,4 @@ "use strict"; | ||
exports.BridgeHandler = BridgeHandler; | ||
const isBridgeHandler = (data) => typeof data === 'object' && | ||
const isBridgeHandler = (data) => data && | ||
typeof data === 'object' && | ||
typeof data.handler === 'object' && | ||
@@ -57,0 +58,0 @@ typeof data.handle === 'function' && |
{ | ||
"name": "bridge", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"description": "Bridge is a new way of developing your api's", | ||
@@ -5,0 +5,0 @@ "author": "El Ouahabi Nabil", |
Sorry, the diff of this file is not supported yet
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
99137
1074