Comparing version 1.5.24 to 1.5.25
{ | ||
"name": "darcon", | ||
"version": "1.5.24", | ||
"version": "1.5.25", | ||
"description": "Simple Messaging/Service Bus for node entities over NatsIO", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -19,5 +19,5 @@ const _ = require('isa.js') | ||
functions (obj, asyncOnly = true) { | ||
let fns = _.functionNames( obj ) | ||
let fns = _.functionNames( obj, asyncOnly ) | ||
return fns.filter( (fn) => { | ||
return !ignorable.includes(fn) && ( !asyncOnly || _.isAsyncFunction(obj[fn]) ) | ||
return !ignorable.includes(fn) | ||
} ) | ||
@@ -24,0 +24,0 @@ }, |
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
64199