Skip to content

Releases: goto-bus-stop/require-with-global

v2.0.1

25 Apr 08:49
a10179c

Choose a tag to compare

  • Don't hook builtin modules, fixes a problem where require-with-global would prefer modules installed in node_modules over builtins.

v2.0.0

25 Apr 08:30
fef569d

Choose a tag to compare

  • Make withGlobal() return a require()-like function that accepts global definitions in its second paramater,
    so it can be reused for different injections.

v1.0.0

18 Apr 10:30
3a35211

Choose a tag to compare

  • Initial release.