Socket
Socket
Sign inDemoInstall

resin-image-fs

Package Overview
Dependencies
89
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous124Next

4.0.2

Diff

Changelog

Source

v4.0.2 - 2017-10-18

Fixed

  • Make errors on read streams safe, by delaying read until someone is attached
resin.io
published 4.0.1 •

Changelog

Source

v4.0.1 - 2017-06-23

Fixed

  • Fixed creating files in ext partitions with paths that do not start with '/'.
resin.io
published 4.0.0 •

Changelog

Source

v4.0.0 - 2017-06-19

Changed

  • All methods that take a partition as a parameter now expect the partition number instead of {primary: X, logical: Y}.
resin.io
published 3.0.0 •

Changelog

Source

v3.0.0 - 2017-06-16

Added

  • Support for ext2, ext3 and ext4 filesystems.
  • imagefs.interact(disk, partition) returns a disposer of a node fs like interface. Sync methods are not supported.

Changed

  • imagefs.listDirectory() lists all files, including those that start with a dot.
  • imagefs.write, imagefs.copy and imagefs.replace now return a Promise instead of a Promise<WriteStream>.
  • imagefs.read now returns a disposer<ReadStream> instead of a Promise<ReadStream>.
  • All methods now accept filedisk.Disk instances as well as image paths.

Fixed

  • Logical partitions are now correctly handled.
resin.io
published 2.3.0 •

Changelog

Source

v2.3.0 - 2016-10-05

Added

  • Implement imagefs.listDirectory().
resin.io
published 2.2.0 •

Changelog

Source

v2.2.0 - 2016-10-03

Added

  • Implement imagefs.readFile().
  • Implement imagefs.writeFile().
resin.io
published 2.1.2 •

Changelog

Source

v2.1.2 - 2015-12-04

Changed

  • Reduce package size by omitting tests in NPM.
resin.io
published 2.1.1 •

Changelog

Source

v2.1.1 - 2015-10-13

Changed

  • Close drive file descriptor after any operation.
resin.io
published 2.1.0 •

Changelog

Source

v2.1.0 - 2015-07-28

Added

  • Implement imagefs.replace() function.
resin.io
published 2.0.1 •

Changelog

Source

v2.0.1 - 2015-07-27

Changed

  • Fix documentation issues.

Removed

  • FAT file touch workaround before write.
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