Skip to content

Releases: NodeSecure/scanner

@nodesecure/tarball@3.0.0

02 Jan 03:25
9682922

Choose a tag to compare

Major Changes

Minor Changes

Patch Changes

  • #589 e920b6d Thanks @fraxken! - Never throw in SourceCodeScanner because it break the scanner pipeline

  • Updated dependencies [c04c8d7, 407db4d, d6c08cb]:

    • @nodesecure/conformance@1.2.1
    • @nodesecure/mama@2.1.0

@nodesecure/scanner@9.0.0

02 Jan 03:25
9682922

Choose a tag to compare

Major Changes

Minor Changes

Patch Changes

@nodesecure/rc@5.0.2

02 Jan 03:25
9682922

Choose a tag to compare

Patch Changes

@nodesecure/mama@2.1.0

02 Jan 03:25
9682922

Choose a tag to compare

Minor Changes

Patch Changes

@nodesecure/conformance@1.2.1

02 Jan 03:25
9682922

Choose a tag to compare

Patch Changes

@nodesecure/tree-walker@2.1.0

03 Dec 19:52
b9a9e45

Choose a tag to compare

Minor Changes

@nodesecure/scanner@8.2.0

03 Dec 19:52
b9a9e45

Choose a tag to compare

Minor Changes

Patch Changes

  • Updated dependencies [d280c39]:
    • @nodesecure/tree-walker@2.1.0

@nodesecure/tree-walker@2.0.0

29 Nov 10:29
97033e6

Choose a tag to compare

Major Changes

  • #554 3c32fb6 Thanks @clemgbld! - feat(scanner): add manifest integrity of root dependency in payload

Minor Changes

  • #554 3c32fb6 Thanks @clemgbld! - feat(scanner): add manifest integrity of root dependency in payload

Patch Changes

  • #555 1ecbe92 Thanks @fraxken! - Properly walk NPM tree using arborist with package-lock.json or node_modules when using the CWD().

@nodesecure/tarball@2.3.0

29 Nov 10:30
97033e6

Choose a tag to compare

Minor Changes

  • #548 d555469 Thanks @fraxken! - Customize JS-X-Ray behavior/options when running the scan. Use it to enable optionalWarnings when the scan run localy.

Patch Changes

@nodesecure/scanner@8.1.0

29 Nov 18:35
309489c

Choose a tag to compare

Minor Changes

  • #569 1e2d654 Thanks @fraxken! - Add a standalone export for extractors (for usage such as web imports)

Patch Changes

  • #567 8a7d42b Thanks @fraxken! - Fix an issue with the monorepo build command. Now each workspace build script is executed in CI and before publishing.