=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== node-vinyl-2.2.1/debian/tests/test_modules/es-get-iterator/index.js-23- module.exports = function getIterator(iterable) { node-vinyl-2.2.1/debian/tests/test_modules/es-get-iterator/index.js:24: // alternatively, `iterable[$iterator]?.()` node-vinyl-2.2.1/debian/tests/test_modules/es-get-iterator/index.js-25- if (iterable != null && typeof iterable[$iterator] !== 'undefined') { ############################################## node-vinyl-2.2.1/debian/tests/test_modules/es-get-iterator/node.js-7-module.exports = function getIterator(iterable) { node-vinyl-2.2.1/debian/tests/test_modules/es-get-iterator/node.js:8: // alternatively, `iterable[$iterator]?.()` node-vinyl-2.2.1/debian/tests/test_modules/es-get-iterator/node.js-9- if (iterable != null && typeof iterable[$iterator] !== 'undefined') { ############################################## node-vinyl-2.2.1/debian/tests/test_modules/es-get-iterator/node.mjs-6-export default function getIterator(iterable) { node-vinyl-2.2.1/debian/tests/test_modules/es-get-iterator/node.mjs:7: // alternatively, `iterable[$iterator]?.()` node-vinyl-2.2.1/debian/tests/test_modules/es-get-iterator/node.mjs-8- if (iterable != null && iterable[$iterator] !== undefined) { ############################################## node-vinyl-2.2.1/debian/tests/test_modules/is-generator-function/Makefile-8-# Add the local npm packages' bin folder to the PATH, so that `make` can find them, when invoked directly. node-vinyl-2.2.1/debian/tests/test_modules/is-generator-function/Makefile:9:# Note that rather than using `$(npm bin)` the 'node_modules/.bin' path component is hard-coded, so that invocation works even from an environment node-vinyl-2.2.1/debian/tests/test_modules/is-generator-function/Makefile-10-# where npm is (temporarily) unavailable due to having deactivated an nvm instance loaded into the calling shell in order to avoid interference with tests. ############################################## node-vinyl-2.2.1/debian/tests/test_modules/is-generator-function/Makefile-50- @old_ver=`git describe --abbrev=0 --tags --match 'v[0-9]*.[0-9]*.[0-9]*'` || { echo "Failed to determine current version." >&2; exit 1; }; old_ver=$${old_ver#v}; \ node-vinyl-2.2.1/debian/tests/test_modules/is-generator-function/Makefile:51: new_ver=`echo "$(TAG)" | sed 's/^v//'`; new_ver=$${new_ver:-patch}; \ node-vinyl-2.2.1/debian/tests/test_modules/is-generator-function/Makefile-52- if printf "$$new_ver" | command grep -q '^[0-9]'; then \ ############################################## node-vinyl-2.2.1/debian/tests/test_modules/is-generator-function/Makefile-55- else \ node-vinyl-2.2.1/debian/tests/test_modules/is-generator-function/Makefile:56: new_ver=`semver -i "$$new_ver" "$$old_ver"` || { echo 'Invalid version-increment specifier: $(TAG)' >&2; exit 2; } \ node-vinyl-2.2.1/debian/tests/test_modules/is-generator-function/Makefile-57- fi; \