Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

defiler

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

defiler - npm Package Versions

1
6

0.13.2

Diff

Changelog

Source

v0.13.2

  • If a file change event comes in during the first wave of processing, don't wait for another event after the first wave to trigger the second wave, and instead start it immediately upon finishing the first
conduitry
published 0.13.1 •

Changelog

Source

v0.13.1

  • Fix defiler.get typechecking
conduitry
published 0.13.0 •

Changelog

Source

v0.13.0

  • Remove concept of 'get function' passed to transform and generators
  • Add defiler.get method to replace it
  • Fix a tricky dependency bug: If file or generator A added a virtual file B whose transformation depended on file C, make changing file C reprocess A, not B
  • Remove defiler.depend, which was only exposed as a partial workaround for the above bug
  • Remove non-useful path argument to File constructor
conduitry
published 0.12.1 •

Changelog

Source

v0.12.1

  • Document file.stats (formerly file.stat, shhh)
  • Wait for all defiler.added files to settle before proceeding with handling the next watch event
  • Prevent mutations to file.paths from making their way back into the original copy of the File
conduitry
published 0.12.0 •

Changelog

Source

v0.12.0

  • Simplify the API yet again - see docs
  • Add new guide to the docs
  • Add more typechecking
conduitry
published 0.11.2 •

Changelog

Source

v0.11.2

  • Add file.dir and file.filename, which also are kept in sync with file.path
  • Add support for other encodings, via file.enc and the enc option when specifying an input directory
conduitry
published 0.11.1 •

Changelog

Source

v0.11.1

  • Close FSWatcher instances when their directories are deleted
conduitry
published 0.11.0 •

Changelog

Source

v0.11.0

  • Allow dependence on as-yet unknown files
  • API adjustments - see docs
conduitry
published 0.10.0 •

Changelog

Source

v0.10.0

  • Beautify Defiler API - see docs
conduitry
published 0.9.3 •

Changelog

Source

v0.9.3

  • Add file.paths, an array of historical paths for the file
  • Change default debounce timeout to 10ms
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc