Socket
Socket
Sign inDemoInstall

fs-jetpack

Package Overview
Dependencies
2
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous123467Next

0.9.0

Diff

Changelog

Source

0.9.0 (2016-05-10)

  • (breaking change) read(), list(), inspect() and inspectTree() returns undefined instead of null if path doesn't exist.
  • More sane edge cases for dir(), file() and list().
szwacz
published 0.8.0 •

Changelog

Source

0.8.0 (2016-04-09)

  • (breaking change) find() now distinguishes between files and directories and by default searches only for files (previously searched for both).
  • (breaking change) find() no longer can be configured with returnAs parameter and returns always relative paths (previously returned absolute).
  • (breaking change) list() no longer accepts useInspect as a parameter. To achieve old behaviour use jetpack.list() with Array.map().
  • (deprecation) Don't do jetpack.read('sth', 'buf'), do jetpack.read('sth', 'buffer') instead.
  • remove(), list() and find() now can be called without provided path, and defaults to CWD in that case.
szwacz
published 0.7.3 •

Changelog

Source

0.7.3 (2016-03-21)

  • Bugfixed copy() with symlink overwrite
szwacz
published 0.7.2 •

Changelog

Source

0.7.2 (2016-03-09)

  • Fixed .dotfiles copying
szwacz
published 0.7.1 •

Changelog

Source

0.7.1 (2015-12-17)

  • Updated third party dependencies.
szwacz
published 0.7.0 •

Changelog

Source

0.7.0 (2015-07-20)

  • (breaking change) matching option in copy() and find() resolves glob patterns to the folder you want copy or find stuff in (previously CWD was used).
szwacz
published 0.6.5 •

Changelog

Source

0.6.5 (2015-06-19)

  • exists() can handle ENOTDIR error.
szwacz
published 0.6.4 •

Changelog

Source

0.6.3 and 0.6.4 (2015-04-18)

  • Added support for symbolic links.
szwacz
published 0.6.3 •

Changelog

Source

0.6.3 and 0.6.4 (2015-04-18)

  • Added support for symbolic links.
szwacz
published 0.6.2 •

Changelog

Source

0.6.2 (2015-04-07)

  • Option matching in copy() and find() now accepts patterns anchored to CWD.
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