Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node-prefixed requires #55

Closed
wants to merge 2 commits into from
Closed

Commits on Mar 31, 2024

  1. fix: use node:-prefixed requires for builtins

    This adjusts Node built-in imports to use the `node:` prefix, so
    that such imports work on all runtimes.
    
    Fixes and closes isaacs#54
    Relates to isaacs/node-glob#580 and isaacs/path-scurry#16
    
    Signed-off-by: Sam Gammon <[email protected]>
    sgammon committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    247e7c1 View commit details
    Browse the repository at this point in the history
  2. chore: fix small unrelated vulnerability

    Runs `npm audit fix` for the following advisory:
    NPM IP package incorrectly identifies some private IP addresses as public
    
    GHSA-78xj-cgh5-2h22
    
    Signed-off-by: Sam Gammon <[email protected]>
    sgammon committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    6da006f View commit details
    Browse the repository at this point in the history