d_check_last_version
Retrieve the current version of a package from its official registry. Prevent using outdated dependencies by checking available releases across major ecosystems.
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) |