Socket
Socket
Sign inDemoInstall

node-module-hooks

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-module-hooks

For now, this library is bundled with type declarations. Use a modern editor and follow the tooltips, or read the source.


Version published
Maintainers
1
Created
Source

Advanced hooks into Node's module loading behavior. These are not the same as require.extensions hooks.

At the moment, the only hook is a dependency tracker. I may add more in the future.

See also: This helpful blog post. https://tech.wayfair.com/2018/06/custom-module-loading-in-a-node-js-environment/

Usage

For now, this library is bundled with type declarations. Use a modern editor and follow the tooltips, or read the source.

In general, a given hook must be installed before use. It will probably incur a small performance penalty while installed.

Components

Dependency tracker

This intercepts all requests from any module to resolve the location of another, building a dependency graph of modules. This can be used, for example, to intelligently reload or re-execute a command based on when its code -- including transitively-require()d files -- changes.

FAQs

Package last updated on 04 Feb 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc