Comparing version 1.1.4 to 1.1.5
@@ -401,3 +401,3 @@ /** | ||
if (_fs2['default'].statSync(file).isDirectory()) { | ||
var nestedFiles = S3FSRelativeFSExtender._readdirp(file); | ||
var nestedFiles = S3FSRelativeFSExtender._readdirp(file, basePath); | ||
@@ -408,5 +408,5 @@ _files.push.apply(_files, _toConsumableArray(nestedFiles)); | ||
return _files.map(function (file) { | ||
return basePath ? _files.map(function (file) { | ||
return file.substr(basePath.length); | ||
}); | ||
}) : _files; | ||
} | ||
@@ -413,0 +413,0 @@ }]); |
{ | ||
"name": "deep-fs", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "DEEP File System Library", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
38432