Socket
Socket
Sign inDemoInstall

fs-jetpack

Package Overview
Dependencies
8
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
234567Next

5.1.0

Diff

szwacz
published 5.0.0 •

Changelog

Source

5.0.0 (2022-09-15)

  • (breaking change) Dropped support for all node.js engines older than v14
  • (possibly breaking change) inspect("some-file", { times: true }) now will return also birthTime of a file
  • (possibly breaking change) Under the hood switched from rimraf library to using node-native recursive files removal
szwacz
published 4.3.1 •

Changelog

Source

4.3.1 (2022-01-12)

  • Fixed find() crash when stumbled upon invalid symlink
szwacz
published 4.3.0 •

Changelog

Source

4.3.0 (2021-11-30)

  • find() accepts filter function that allows you to perform more refined filtering of the results
szwacz
published 4.2.0 •

Changelog

Source

4.2.0 (2021-09-27)

  • For find() method you don't need to declare matching property, will default to "*" when not declared (thanks @gutenye)
szwacz
published 4.1.1 •

Changelog

Source

4.1.1 (2021-08-07)

  • Documentation improvements
szwacz
published 4.1.0 •

Changelog

Source

4.1.0 (2020-11-13)

  • findAsync() is now 5 times faster, and find() 2 times faster
  • inspectTree() now sorts results alphabetically, directories firsts, files second
  • Refactored internals of methods find(), copy() and inspectTree()
szwacz
published 4.0.1 •

Changelog

Source

4.0.1 (2020-10-27)

  • inspectTree() behaves better in concurrency terms (opens only few files at once)
szwacz
published 4.0.0 •

Changelog

Source

4.0.0 (2020-10-22)

  • Package published to npm registry now contains only the essential files (e.g. no tests are shipped), to make the smallest footprint possible
szwacz
published 3.2.0 •

Changelog

Source

3.2.0 (2020-10-15)

  • Ability to create temporary directories with tmpDir() method
234567Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc