Back to changelog
February 19, 2025
We've resolved an issue in the Socket Python CLI where the absence of the manifestFiles
attribute on top-level packages could cause unexpected errors.
🔍 What Was the Issue?
Some results from the diff endpoint included package entries without a manifestFiles
attribute, leading to errors during CLI operations.
🚦 What's Fixed?
We've added a safeguard to check for the manifestFiles
attribute before accessing it, ensuring smoother and more reliable execution.
This update enhances the robustness of the CLI, especially when working with edge cases in package metadata.