Skip to content

v3.0.0

Compare
Choose a tag to compare
@snyksec snyksec released this 13 Dec 16:03
82ce88a

3.0.0 (2022-12-13)

Code Refactoring

BREAKING CHANGES

  • changes the returned type from the extracting function
    getPackages. So far a string has been returned, which delimited each
    entry in the DB with a newline, and each part of the entry with a tab.
    Instead, we now pass a proper type back to the caller, making it easier
    to have (and parse) optional fields.