Socket
Socket
Sign inDemoInstall

file-timestamp-stream

Package Overview
Dependencies
15
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous13Next

2.0.0

Diff

Changelog

Source

v2.0.0 2018-09-14

  • newFilename should be overriden in subclass so it is no argument for constructor anymore.
  • _final calls rather stream.end than close because of callback.
dex4er
published 1.2.0 •

Changelog

Source

v1.2.0 2018-09-12

  • New streams are WriteStream so close method can be used instead end.
dex4er
published 1.1.0 •

Changelog

Source

v1.1.0 2018-09-12

  • Clean up streams more carefully after they are not needed anymore.
dex4er
published 1.0.0 •

Changelog

Source

v1.0.0 2018-09-07

  • Rewritten in Typescript.
  • Node >= 6 is required.
  • New syntax of import in plain Javascript.
  • newFilename function has FileTimestampStream object as its first argument.
  • Removed options property.
dex4er
published 0.6.0 •

Changelog

Source

v0.6.0 2018-07-07

  • newFilename function has path as its first argument.
dex4er
published 0.5.0 •

Changelog

Source

v0.5.0 2018-02-15

  • Implemented _writev method which corks file stream, then makes this writter fast enough.
dex4er
published 0.4.0 •

Changelog

Source

v0.4.0 2018-02-04

  • Support import FileTimestampStream from 'file-timestamp-stream' syntax.
  • Typescript: export options as FileTimestampStreamOptions.
dex4er
published 0.3.1 •

Changelog

Source

v0.3.1 2018-02-04

  • Better clean up on destroy.
dex4er
published 0.3.0 •

Changelog

Source

v0.3.0 2018-02-03

  • Implemented _final method which calls end on file stream.
dex4er
published 0.2.0 •

Changelog

Source

v0.2.0 2018-02-02

  • Only public interface of Writable is used.
  • Implemented _destroy method which cleans up file stream.
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