issues
search
elastic
/
require-in-the-middle
Module to hook into the Node.js require function
MIT License
168
stars
26
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
chore: Configure Renovate
#94
elastic-renovate-prod[bot]
closed
3 months ago
2
v7.4.0
#93
trentm
closed
3 months ago
1
feat: support process.getBuiltinModule
#92
watson
closed
3 months ago
3
chore: bump dependencies
#91
watson
closed
3 months ago
0
chore: resolves locally referenced package exports
#90
jsumners-nr
closed
2 months ago
3
docs, test: clarify how to hook a module sub-path using .cjs extension
#89
trentm
opened
6 months ago
0
Fixes allow listing mapped modules that resolve with an extension
#88
jsumners-nr
closed
4 months ago
13
v7.3.0
#87
trentm
closed
7 months ago
1
chore: fix 'make cutarelease' to work with more recent npm
#86
trentm
closed
8 months ago
0
v7.2.1
#85
trentm
closed
8 months ago
1
Fix hooking parent and sub module with a single hook
#84
pgayvallet
closed
8 months ago
0
Perf impact on module load seems to be depending on the number of hooks defined.
#83
pgayvallet
opened
8 months ago
1
Handle mapped exports
#82
jsumners-nr
closed
7 months ago
14
feat: add global list of hooks and enable sync to be overridden. fixes #80
#81
justinedelson
opened
9 months ago
2
Allow sync function to be modified at runtime
#80
justinedelson
opened
9 months ago
0
hooking 'sub-module/foo' does not work if 'sub-module' is also in the set of modules to hook
#79
trentm
closed
8 months ago
3
[question]could this package be used to wrap local files?
#78
radiorz
opened
1 year ago
3
v7.2.0
#77
trentm
closed
1 year ago
1
Cache exports in additional code paths
#76
nwalters512
closed
1 year ago
3
Poor performance while loading `date-fns`
#75
nwalters512
closed
1 year ago
2
v7.1.1
#74
trentm
closed
1 year ago
1
fix: Don't crash if there are require.cache shenanigans in play
#73
trentm
closed
1 year ago
2
babel-node incompatibility in v7
#72
tiagojufr
closed
1 year ago
10
use `resolve` just for resolve-y things, use `is-core-module` for "is this a core module" things
#71
polRk
opened
1 year ago
2
v7.1.0
#70
trentm
closed
1 year ago
1
v7.0.1
#69
trentm
closed
1 year ago
2
fix: hooking "http2" with node 8.6 and "--expose-http2" would hit an assert
#68
trentm
closed
1 year ago
0
feat: add TypeScript types
#67
trentm
closed
1 year ago
3
v7.0.0
#66
trentm
closed
1 year ago
2
ci: test with 8.6, the actual min supported version, rather than 8.0
#65
trentm
closed
1 year ago
0
feat: add named 'Hook' export
#64
trentm
closed
1 year ago
1
feat!: use `require.cache` for caching patched exports for non-core modules
#63
trentm
closed
1 year ago
2
require-in-the-middle does not work when using request-promise & request-promise-native
#61
kirrg001
closed
1 year ago
3
feat: Add typedefs for use with TypeScript
#60
adamyeats
closed
1 year ago
2
feat: support deferring to the underlying 'require' implementation if Module._resolveFilename fails
#59
trentm
closed
1 year ago
0
v6.0.0
#58
trentm
closed
1 year ago
1
Support require cache invalidation
#57
Chocobozzz
closed
1 year ago
4
Add support for local modules.
#56
jiridudekusy
opened
2 years ago
1
Add support for local modules.
#55
jiridudekusy
closed
2 years ago
1
5.2.0
#54
trentm
closed
2 years ago
1
feat: support 'node:'-prefixed core modules
#53
trentm
closed
2 years ago
2
ERR_REQUIRE_ESM
#52
ks221197
opened
2 years ago
0
require('vscode') throw error
#51
linguiqi
opened
3 years ago
1
Can't be tested with Jest
#50
nirsky
opened
3 years ago
3
s/Travis CI/GitHub Actions
#49
trentm
closed
3 years ago
0
tests are failing for node v6.0.0 because @babel/preset-env@^7.9.5 cannot be installed with npm 3.8.6
#48
trentm
closed
1 year ago
2
Need to increment git ignore configuration
#47
robertosousa1
closed
3 years ago
2
Indentation with EsLint and Prettier
#46
robertosousa1
closed
3 years ago
2
Absolute require
#45
dyladan
closed
3 years ago
14
feat: support patching absolute file paths
#44
dyladan
closed
4 years ago
4
Next