Skip to content

Releases: scanoss/scanoss.js

v0.22.0

08 Sep 11:28
Compare
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
Compare
Choose a tag to compare

What's New

Changed

  • Added compatibility across all scanner configurations

v0.21.0

03 Sep 10:50
Compare
Choose a tag to compare

What's New

Added

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

v0.20.0

02 Sep 13:13
ebe2a45
Compare
Choose a tag to compare

What's New

Added

  • Added vulnerability scanner to SDK with HTTP client support
  • Implemented vulnerabilitiesComponentes method for batch vulnerability scanning of multiple components
  • Implemented vulnerabilitiesComponent method for single component vulnerability assessment

v0.19.0

29 Aug 16:49
Compare
Choose a tag to compare

What's New

Changed

  • Removed api prefix from dependency and vulnerability API URLs

Fixed

  • Fixed license field mapping for dependency responses (spdx_id, is_spdx_approved)

v0.18.0

28 Aug 16:42
3d78194
Compare
Choose a tag to compare

What's New

Added

  • Added REST protocol implementation for SCANOSS dependency service
  • Added proxy options to dep subcommand

Fixed

  • Improved URL path handling for free vs premium SCANOSS endpoints

Changed

  • Added gRPC and REST clients

Full Changelog: v0.17.3...v0.18.0

v0.17.3

27 Jun 15:07
Compare
Choose a tag to compare

What's Changed

Fixed

  • Empty winnowing.wfp file now created when scanning empty directories or filtered content

v0.17.2

25 Jun 16:00
Compare
Choose a tag to compare

What's Changed

Fixed

  • Fixed dependency scan response concatenation

v0.17.1

18 Jun 18:32
Compare
Choose a tag to compare

What's Changed

Chunk dependency requests

Full Changelog: v0.17.0...v0.17.1

v0.17.0

10 Jun 15:57
ebba5f9
Compare
Choose a tag to compare

V0.17.0

Fixed

  • Fixed ca-certificates for gRPC protocol

Changed

  • Improved scanner config validation