Skip to content

@nodesecure/[email protected]

Choose a tag to compare

@github-actions github-actions released this 01 Jul 11:37
· 51 commits to master since this release
5f9dc0e

Major Changes

  • #366 cf2b5eb Thanks @fraxken! - Refactor relation and dependency to Tracer for estree-ast-utils workspace

Patch Changes

  • #356 c3016e0 Thanks @fraxken! - Trace Node.js core imports that use /promises

    Here is an example:

    import { readFile } from "fs/promises";
    
    const foobar = readFile;
    await foobar("test.txt");
  • Updated dependencies [cf2b5eb, 8b72326]: