Socket
Socket
Sign inDemoInstall

fs-capacitor

Package Overview
Dependencies
0
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
23Next

8.0.0

Diff

Changelog

Source

8.0.0

  • Upgrade development dependencies.
  • BREAKING: Drop support for node 12.
mike-marcacci
published 7.0.1 •

Changelog

Source

7.0.1

  • Publish TS definitions and map via #54.
mike-marcacci
published 7.0.0 •

Changelog

Source

7.0.0

  • Upgrade dependencies.
  • Prevent Node.js max listeners exceeded warnings if many fs-capacitor ReadStream instances are created at the same time, fixing #30 via #42.
  • Ensure initialization failures are reported, fixing #45 via #46.
  • BREAKING: Drop support for node 13.
  • BREAKING: Drop support for node 10.
  • BREAKING: Change module type to ES module.
mike-marcacci
published 6.2.0 •

Changelog

Source

6.2.0

  • Upgrade dependencies.
  • Update option types to match changes in @types/node.
mike-marcacci
published 6.1.0 •

Changelog

Source

6.1.0

  • Add the ability to specify defaultEncoding and highWaterMark in new WriteStream().
  • Export ReadStreamOptions and WriteStreamOptions interfaces.
  • Add tests for highWaterMark option in createReadStream.
  • Add documentation of configuration options to README.
mike-marcacci
published 6.0.0 •

Changelog

Source

6.0.0

  • Update dev dependencies.
  • Add the ability to specify encoding and highWaterMark in createReadStream().
  • BREAKING: Remove "name" argument from createReadStream().
mike-marcacci
published 5.0.1 •

Changelog

Source

5.0.1

  • Add cleanup example to README.md
  • Remove warnings about signal listeners.
mike-marcacci
published 4.0.1 •

Changelog

Source

4.0.1

  • Add cleanup example to README.md
  • Remove warnings about signal listeners.
mike-marcacci
published 5.0.0 •

Changelog

Source

5.0.0

  • Update dev dependencies.
  • Remove dependency on readable-stream to expose new (but internally unused) features of streams in node v13.
  • BREAKING: Remove support for node v8.
mike-marcacci
published 4.0.0 •

Changelog

Source

4.0.0

  • Update source to typescript.
  • Add WriteStream.release replacing the functionality of an error-free WriteStream.destroy()
  • BREAKING: Change WriteStream.destroy() to immediately destroy attached ReadStreams even without an error.
  • BREAKING: Reluctantly remove exported .mjs files now that we have an external commonjs dependency and are still missing clear interop guidance from node.
23Next
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc