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
Previous124567Next

2.0.0

Diff

Changelog

Source

2.0.0 (2018-07-10)

  • (breaking change) removed symlinks config option of find() method. Now find() always follows symlinks.
szwacz
published 1.3.1 •

Changelog

Source

1.3.1 (2018-07-09)

  • Fixed bug in existsAsync().
szwacz
published 1.3.0 •

Changelog

Source

1.3.0 (2018-02-09)

  • overwrite function passed to copyAsync() can return promise.
szwacz
published 1.2.0 •

Changelog

Source

1.2.0 (2017-08-10)

  • Added symlinks search option to find().
szwacz
published 1.1.0 •

Changelog

Source

1.1.0 (2017-06-18)

  • Parameter overwrite of copy() method now supports functions, to allow you individually decide if each file overwrite should happen.
szwacz
published 1.0.0 •

Changelog

Source

1.0.0 (2017-05-14)

  • API declared stable. From now on braking changes will be minimized and whenever possible preceded by deprecation periods.
  • Codebase updated to ES6
szwacz
published 0.13.3 •

Changelog

Source

0.13.3 (2017-03-25)

  • removeAsync() retries deletion attempts for errors like EBUSY.
szwacz
published 0.13.2 •

Changelog

Source

0.13.2 (2017-03-21)

  • Nested directory creation handles well race condition
szwacz
published 0.13.1 •

Changelog

Source

0.13.1 (2017-03-16)

  • Added lacking promise rejection handler for copyAsync().
szwacz
published 0.13.0 •

Changelog

Source

0.13.0 (2017-03-15)

  • (breaking change) Dropped support for node.js 0.10 and 0.12
  • (possibly breaking change) fs-jetpack no longer uses libraries mkdirp and rimraf, those have been replaced with in-house implementations doing the same task. The new implementations are simpler than original libraries, so some edge cases might emerge after upgrading (please file an issue if you stumbled upon such case).
  • Started using native promises instead of Q library
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