Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/nodejs/require-in-the-middle
Module to hook into the Node.js require function
https://github.com/nodejs/require-in-the-middle
Add tests for Node Single Executable Applications
timfish opened this issue 1 day ago
timfish opened this issue 1 day ago
chore: release v7.5.1
nodejs-github-bot opened this pull request 2 days ago
nodejs-github-bot opened this pull request 2 days ago
chore: Add governance, CoC and contributing
timfish opened this pull request 5 days ago
timfish opened this pull request 5 days ago
fix: Runtime exception in Node SEA mode
BYK opened this pull request 5 days ago
BYK opened this pull request 5 days ago
Error when using with Node SEA
BYK opened this issue 5 days ago
BYK opened this issue 5 days ago
feat!: Remove `resolve` dependency which increases min Node version to v8.10.0
timfish opened this pull request 9 days ago
timfish opened this pull request 9 days ago
chore: Add release automation
timfish opened this pull request 9 days ago
timfish opened this pull request 9 days ago
Define governance model
legendecas opened this issue 9 days ago
legendecas opened this issue 9 days ago
Add `release-please` for auto release generation
timfish opened this issue 9 days ago
timfish opened this issue 9 days ago
chore: update copyright going forward
watson opened this pull request 9 days ago
watson opened this pull request 9 days ago
chore: update GitHub URLs to point to Node.js org
watson opened this pull request 9 days ago
watson opened this pull request 9 days ago
update copyright year
trentm opened this pull request 12 days ago
trentm opened this pull request 12 days ago
v7.5.0
trentm opened this pull request 12 days ago
trentm opened this pull request 12 days ago
refactor: use core Node.js resolve function if possible
timfish opened this pull request 22 days ago
timfish opened this pull request 22 days ago
[DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
xmunoz opened this issue about 2 months ago
xmunoz opened this issue about 2 months ago
chore: Configure Renovate
elastic-renovate-prod[bot] opened this pull request 6 months ago
elastic-renovate-prod[bot] opened this pull request 6 months ago
v7.4.0
trentm opened this pull request 7 months ago
trentm opened this pull request 7 months ago
feat: support process.getBuiltinModule
watson opened this pull request 7 months ago
watson opened this pull request 7 months ago
chore: bump dependencies
watson opened this pull request 7 months ago
watson opened this pull request 7 months ago
chore: resolves locally referenced package exports
jsumners-nr opened this pull request 8 months ago
jsumners-nr opened this pull request 8 months ago
docs, test: clarify how to hook a module sub-path using .cjs extension
trentm opened this pull request 9 months ago
trentm opened this pull request 9 months ago
Fixes allow listing mapped modules that resolve with an extension
jsumners-nr opened this pull request 10 months ago
jsumners-nr opened this pull request 10 months ago
v7.3.0
trentm opened this pull request 11 months ago
trentm opened this pull request 11 months ago
chore: fix 'make cutarelease' to work with more recent npm
trentm opened this pull request 11 months ago
trentm opened this pull request 11 months ago
v7.2.1
trentm opened this pull request 11 months ago
trentm opened this pull request 11 months ago
Fix hooking parent and sub module with a single hook
pgayvallet opened this pull request 11 months ago
pgayvallet opened this pull request 11 months ago
Perf impact on module load seems to be depending on the number of hooks defined.
pgayvallet opened this issue 11 months ago
pgayvallet opened this issue 11 months ago
Handle mapped exports
jsumners-nr opened this pull request about 1 year ago
jsumners-nr opened this pull request about 1 year ago
feat: add global list of hooks and enable sync to be overridden. fixes #80
justinedelson opened this pull request about 1 year ago
justinedelson opened this pull request about 1 year ago
Allow sync function to be modified at runtime
justinedelson opened this issue about 1 year ago
justinedelson opened this issue about 1 year ago
hooking 'sub-module/foo' does not work if 'sub-module' is also in the set of modules to hook
trentm opened this issue over 1 year ago
trentm opened this issue over 1 year ago
[question]could this package be used to wrap local files?
radiorz opened this issue over 1 year ago
radiorz opened this issue over 1 year ago
v7.2.0
trentm opened this pull request over 1 year ago
trentm opened this pull request over 1 year ago
Cache exports in additional code paths
nwalters512 opened this pull request over 1 year ago
nwalters512 opened this pull request over 1 year ago
Poor performance while loading `date-fns`
nwalters512 opened this issue over 1 year ago
nwalters512 opened this issue over 1 year ago
v7.1.1
trentm opened this pull request over 1 year ago
trentm opened this pull request over 1 year ago
fix: Don't crash if there are require.cache shenanigans in play
trentm opened this pull request over 1 year ago
trentm opened this pull request over 1 year ago
babel-node incompatibility in v7
tiagojufr opened this issue over 1 year ago
tiagojufr opened this issue over 1 year ago
use `resolve` just for resolve-y things, use `is-core-module` for "is this a core module" things
polRk opened this issue over 1 year ago
polRk opened this issue over 1 year ago
v7.1.0
trentm opened this pull request almost 2 years ago
trentm opened this pull request almost 2 years ago
v7.0.1
trentm opened this pull request almost 2 years ago
trentm opened this pull request almost 2 years ago
fix: hooking "http2" with node 8.6 and "--expose-http2" would hit an assert
trentm opened this pull request almost 2 years ago
trentm opened this pull request almost 2 years ago
feat: add TypeScript types
trentm opened this pull request almost 2 years ago
trentm opened this pull request almost 2 years ago
v7.0.0
trentm opened this pull request almost 2 years ago
trentm opened this pull request almost 2 years ago
ci: test with 8.6, the actual min supported version, rather than 8.0
trentm opened this pull request almost 2 years ago
trentm opened this pull request almost 2 years ago
feat: add named 'Hook' export
trentm opened this pull request almost 2 years ago
trentm opened this pull request almost 2 years ago
feat!: use `require.cache` for caching patched exports for non-core modules
trentm opened this pull request almost 2 years ago
trentm opened this pull request almost 2 years ago
require-in-the-middle does not work when using request-promise & request-promise-native
kirrg001 opened this issue almost 2 years ago
kirrg001 opened this issue almost 2 years ago
feat: Add typedefs for use with TypeScript
adamyeats opened this pull request almost 2 years ago
adamyeats opened this pull request almost 2 years ago
feat: support deferring to the underlying 'require' implementation if Module._resolveFilename fails
trentm opened this pull request about 2 years ago
trentm opened this pull request about 2 years ago
v6.0.0
trentm opened this pull request about 2 years ago
trentm opened this pull request about 2 years ago
Support require cache invalidation
Chocobozzz opened this pull request about 2 years ago
Chocobozzz opened this pull request about 2 years ago
Add support for local modules.
jiridudekusy opened this pull request over 2 years ago
jiridudekusy opened this pull request over 2 years ago
Add support for local modules.
jiridudekusy opened this pull request over 2 years ago
jiridudekusy opened this pull request over 2 years ago
5.2.0
trentm opened this pull request over 2 years ago
trentm opened this pull request over 2 years ago
feat: support 'node:'-prefixed core modules
trentm opened this pull request over 2 years ago
trentm opened this pull request over 2 years ago
ERR_REQUIRE_ESM
ks221197 opened this issue over 2 years ago
ks221197 opened this issue over 2 years ago
require('vscode') throw error
linguiqi opened this issue over 3 years ago
linguiqi opened this issue over 3 years ago
Can't be tested with Jest
nirsky opened this issue almost 4 years ago
nirsky opened this issue almost 4 years ago
s/Travis CI/GitHub Actions
trentm opened this pull request about 4 years ago
trentm opened this pull request about 4 years ago
tests are failing for node v6.0.0 because @babel/preset-env@^7.9.5 cannot be installed with npm 3.8.6
trentm opened this issue about 4 years ago
trentm opened this issue about 4 years ago
Need to increment git ignore configuration
robertosousa1 opened this issue about 4 years ago
robertosousa1 opened this issue about 4 years ago
Indentation with EsLint and Prettier
robertosousa1 opened this issue about 4 years ago
robertosousa1 opened this issue about 4 years ago
Absolute require
dyladan opened this pull request over 4 years ago
dyladan opened this pull request over 4 years ago
feat: support patching absolute file paths
dyladan opened this pull request over 4 years ago
dyladan opened this pull request over 4 years ago
Intercept absolute paths
dyladan opened this issue over 4 years ago
dyladan opened this issue over 4 years ago
perf: 6x faster isCore() by replacing the frozen Array with a Set
harttle opened this pull request over 4 years ago
harttle opened this pull request over 4 years ago
Disable Noisy Logging
robeberhardt opened this issue almost 5 years ago
robeberhardt opened this issue almost 5 years ago
test: improve babel tests
watson opened this pull request almost 5 years ago
watson opened this pull request almost 5 years ago
test: ensure this module works with @babel/register
watson opened this pull request almost 5 years ago
watson opened this pull request almost 5 years ago
Add typedefs for use with TypeScript
adamyeats opened this pull request almost 5 years ago
adamyeats opened this pull request almost 5 years ago
Capturing Local require
manwithsteelnerves opened this issue almost 5 years ago
manwithsteelnerves opened this issue almost 5 years ago
fix: support builtin core modules that contain slashes
watson opened this pull request about 5 years ago
watson opened this pull request about 5 years ago
Use this module with bundled node modules (using webpack)
mruoss opened this issue about 5 years ago
mruoss opened this issue about 5 years ago
Provide CHANGELOG or release notes
medikoo opened this issue about 5 years ago
medikoo opened this issue about 5 years ago
ci: test x.0 versions of each major
watson opened this pull request about 5 years ago
watson opened this pull request about 5 years ago
Revert "fix: support builtin core modules that contain slashes (#28)"
watson opened this pull request about 5 years ago
watson opened this pull request about 5 years ago
chore: improve patched 'require' method signature
watson opened this pull request about 5 years ago
watson opened this pull request about 5 years ago
chore(package): bump standard to 14.3.1
watson opened this pull request over 5 years ago
watson opened this pull request over 5 years ago
ci: add Node.js 13 to Travis CI build matrix
watson opened this pull request over 5 years ago
watson opened this pull request over 5 years ago
fix: support builtin core modules that contain slashes
watson opened this pull request over 5 years ago
watson opened this pull request over 5 years ago
perf: store the cache in a Map instead of an Object
watson opened this pull request over 5 years ago
watson opened this pull request over 5 years ago
Misc code cleanup and perf improvements
watson opened this pull request over 5 years ago
watson opened this pull request over 5 years ago
refactor: use core Node.js resolve function if possible
watson opened this pull request almost 6 years ago
watson opened this pull request almost 6 years ago
chore: use const/let instead of var
watson opened this pull request almost 6 years ago
watson opened this pull request almost 6 years ago
chore(package): bump all dependencies
watson opened this pull request almost 6 years ago
watson opened this pull request almost 6 years ago
chore: drop support for EoL Node.js versions
watson opened this pull request almost 6 years ago
watson opened this pull request almost 6 years ago
feat: add support for sub-modules
watson opened this pull request almost 6 years ago
watson opened this pull request almost 6 years ago
chore: add debug output
watson opened this pull request almost 6 years ago
watson opened this pull request almost 6 years ago
when using webpack & babel & import , this package can not get http&https modules in some cases
yuxizhe opened this issue almost 6 years ago
yuxizhe opened this issue almost 6 years ago
chore: change npm badge in README.md
watson opened this pull request over 6 years ago
watson opened this pull request over 6 years ago
Testing CLA bot - please ignore
watson opened this pull request over 6 years ago
watson opened this pull request over 6 years ago
Setup CLA
alvarolobato opened this issue over 6 years ago
alvarolobato opened this issue over 6 years ago
feat: add hook.unhook() function
watson opened this pull request over 6 years ago
watson opened this pull request over 6 years ago
chore: update repo links in package.json
watson opened this pull request over 6 years ago
watson opened this pull request over 6 years ago
docs: improve README.md
watson opened this pull request over 6 years ago
watson opened this pull request over 6 years ago
fix: support calling hook function multiple times
watson opened this pull request over 6 years ago
watson opened this pull request over 6 years ago
Only the latest hook will get triggered
kjin opened this issue over 6 years ago
kjin opened this issue over 6 years ago
chore: don't publish test files to npm
watson opened this pull request over 6 years ago
watson opened this pull request over 6 years ago
docs: update Travis CI badge with new repo URL
watson opened this pull request over 6 years ago
watson opened this pull request over 6 years ago