Skip to content

Releases: scanoss/scanoss.js

v0.29.0

22 Dec 12:18

Choose a tag to compare

What's New

Changed

  • Used write and read streams to save scan responses
  • Include requirement in component crypto algorithm response

v0.28.1

10 Dec 16:01

Choose a tag to compare

What's New

Changed

  • Deleted zip folders on extraction failure

v0.28.0

10 Dec 11:04

Choose a tag to compare

What's New

Added

  • Added requirement field in dependency response

v0.27.0

13 Nov 10:28

Choose a tag to compare

What's New

Added

  • Added validation to remove /scan/direct path name from api url

Changed

  • Enhanced logger output
  • Refactor on Logger. Allowed to pass logger instance to SDK

v0.26.0

31 Oct 12:22

Choose a tag to compare

What's New

Added

  • Added fh2 opposite line ending hash calculation

v0.25.0

01 Oct 18:14

Choose a tag to compare

What's New

Changed

  • Replaced /v2/cryptography/hints/range/components by /v2/cryptography/hints/components

Full Changelog: v0.24.0...v0.25.0

v0.24.0

01 Oct 17:35

Choose a tag to compare

What's New

Bug

  • Fixed bug on local cryptography hints detection

v0.22.0

08 Sep 11:28

Choose a tag to compare

What's New

Added

  • Added ComponentsClient SDK with gRPC and HTTP client implementations
  • Added components CLI command for component scanning functionality

Changed

  • Removed api prefix from dependency and vulnerability API URLs
  • Replaced gRPC client by HTTP client on cryptography scanner
  • Implemented client config on dependency HTTP client
  • Implemented client config on vulnerability HTTP client

v0.21.1

03 Sep 14:49

Choose a tag to compare

What's New

Changed

  • Added compatibility across all scanner configurations

v0.21.0

03 Sep 10:50

Choose a tag to compare

What's New

Added

  • Implemented parser for package-lock.json v1 files.