in greengrass-opcua-adapter-nodejs/subscriber.js [33:38]
function isEmptyObject( obj ) { for ( var name in obj ) { return false; } return true; }