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

13
6

1.0.0

Diff

Changelog

Source

v1.0.0

  • Git tag is now the built version, for easier direct installation without the npm registry
conduitry
published 0.18.1 •

Changelog

Source

v0.18.1

  • Defer resolving the dir passed to the Defiler constructor until defiler.exec() is called
conduitry
published 0.18.0 •

Changelog

Source

v0.18.0

  • defiler.get(filter) now also returns virtual files in addition to physical ones
conduitry
published 0.17.5 •

Changelog

Source

v0.17.5

  • Some fixes to resolving in defiler.get, and also allow the user-supplied resolver to return an array or a filter function
conduitry
published 0.17.4 •

Changelog

Source

v0.17.4

  • New defiler.get feature: pass a filter function and retrieve all physical files whose paths match the filter (and make the transform/generator also re-run when physical files are created that match the filter)
conduitry
published 0.17.3 •

Changelog

Source

v0.17.3

  • Fix a race condition where we might over-zealously break a non-existent deadlock because we haven't noticed yet that a file has become available
conduitry
published 0.17.2 •

Changelog

Source

v0.17.2

  • Fix file.filename on top-level files
conduitry
published 0.17.1 •

Changelog

Source

v0.17.1

  • Fix incorrect dependence relationships being made in certain cases
conduitry
published 0.17.0 •

Changelog

Source

v0.17.0

  • Tidy API - no need to pass defiler instance to user code, as we are now actually tracking the asynchronous context in which defiler.get and defiler.add are called
  • Rename type argument to the transform to the clearer event
  • Require Node.js 8.2+ for the use of async_hooks
conduitry
published 0.16.0 •

Changelog

Source

v0.16.0

  • Add type field to object passed to transform
  • Add onerror handler callback option to Defiler constructor
  • Removed emitted events from Defiler instance, as these are now handled more generally by type and onerror
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