fs-jetpack
Advanced tools
Changelog
5.0.0 (2022-09-15)
inspect("some-file", { times: true })
now will return also birthTime
of a filerimraf
library to using node-native recursive files removalChangelog
4.3.0 (2021-11-30)
find()
accepts filter
function that allows you to perform more refined filtering of the resultsChangelog
4.2.0 (2021-09-27)
find()
method you don't need to declare matching
property, will default to "*"
when not declared (thanks @gutenye)Changelog
4.1.0 (2020-11-13)
findAsync()
is now 5 times faster, and find()
2 times fasterinspectTree()
now sorts results alphabetically, directories firsts, files secondfind()
, copy()
and inspectTree()
Changelog
4.0.1 (2020-10-27)
inspectTree()
behaves better in concurrency terms (opens only few files at once)Changelog
4.0.0 (2020-10-22)