compare_versions
Compare two versions of an npm package to identify breaking changes and assess compatibility.
Instructions
Compare different versions of a package and analyze breaking changes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toVersion | Yes | Target version | |
| fromVersion | Yes | Starting version | |
| packageName | Yes | Name of the package |