pub fn get_official_json_changes(pkg_name: &str) -> Option<String>Expand description
What: Get cached JSON changes for an official package.
Inputs:
pkg_name: Package name to look up.
Output:
Some(String)with change description if changes were detected;Noneotherwise.
Details:
- Returns changes that were detected during the last
fetch_official_package_datecall.