Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
var addToStream = function addToStream(_source) {
// visit each source and merge with source
if (_source) return source = merge(source, _source);
};
var markNewStream = function markNewStream() {