Version: 1.0.01.1.02.0.02.1.02.1.12.1.22.1.33.0.03.1.03.2.03.2.13.2.23.3.04.0.04.0.14.0.24.0.34.1.04.1.14.2.04.2.14.2.24.2.35.0.05.0.15.1.05.2.05.2.15.2.25.2.36.0.0-alhpa.36.0.0-alpha.06.0.0-alpha.16.0.0-alpha.26.0.0-alpha.36.0.07.0.07.0.1
'use strict';
const path = require('path');
module.exports = function(dir, filename) {
return /^\.\./.test(path.relative(dir, filename));
};