Skip to content

Releases: NodeSecure/js-x-ray

@nodesecure/[email protected]

11 Nov 08:03
6edb777

Choose a tag to compare

Minor Changes

  • #414 a98fe96 Thanks @fraxken! - Remove un-maintained is-base64 package and re-implement the function in the sec-literal project with proper TS definition

@nodesecure/[email protected]

11 Nov 08:03
6edb777

Choose a tag to compare

Minor Changes

  • #415 d17c784 Thanks @fraxken! - Remove is-minified-code from dependencies and re-implement function in utils

Patch Changes

@nodesecure/[email protected]

23 Oct 21:21
f4da076

Choose a tag to compare

Minor Changes

@nodesecure/[email protected]

23 Oct 21:21
f4da076

Choose a tag to compare

Minor Changes

Patch Changes

@nodesecure/[email protected]

30 Sep 15:10
8ba1aa2

Choose a tag to compare

@nodesecure/[email protected]

20 Jul 00:08
f61651b

Choose a tag to compare

Major Changes

Minor Changes

Patch Changes

@nodesecure/[email protected]

20 Jul 00:08
f61651b

Choose a tag to compare

Major Changes

Minor Changes

Patch Changes

@nodesecure/[email protected]

20 Jul 00:08
f61651b

Choose a tag to compare

Minor Changes

@nodesecure/[email protected]

01 Jul 11:37
5f9dc0e

Choose a tag to compare

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]:

@nodesecure/[email protected]

01 Jul 18:40
3da3600

Choose a tag to compare

Minor Changes

  • #369 644232a Thanks @clemgbld! - refactor(probe/isSerializeEnv): trace re-assignment of JSON.stringy & process.env

Patch Changes