d_check_last_version
Check package version availability across 20+ ecosystems to maintain current dependencies and avoid outdated libraries in development workflows.
Instructions
Get the latest version of a library/package from its official registry. Supported ecosystems: npm (JS/TS), PyPI (Python), Packagist (PHP), Crates.io (Rust), Maven (Java/Kotlin), Go, RubyGems, NuGet (.NET), Hex (Elixir), CRAN (R), CPAN (Perl), pub.dev (Dart), Homebrew (macOS), Conda (Python/R), Clojars (Clojure), Hackage (Haskell), Julia, Swift PM, Chocolatey (Windows). Returns the version string to help you avoid using outdated dependencies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package | Yes | Package name (e.g., 'express', 'requests', 'flutter', 'brew:wget', 'conda:numpy', 'swift:apple/swift-nio'). Use prefixes for explicit ecosystem detection. | |
| ecosystem | No | Package ecosystem (optional - auto-detected from prefix) |