A cli tool to identify out of date package.json dependencies.

3 Open Issues Need Help Last updated: Jun 20, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Update the example screenshot in the Patch Pulse CLI README.md file to reflect the output of the tool's version 2.

Complexity: 2/5
good first issue

A cli tool to identify out of date package.json dependencies.

JavaScript

AI Summary: Fix two bugs in the Patch Pulse CLI tool: The output should correctly reflect the grouping order (e.g., `dependencies`, `devDependencies`) and the item order within each group from the `package.json` file, ensuring consistent ordering regardless of caching.

Complexity: 3/5
bug good first issue

A cli tool to identify out of date package.json dependencies.

JavaScript

AI Summary: The task is to improve the Patch Pulse CLI tool's error handling to gracefully manage and display informative messages when encountering version numbers with '.x' formats (e.g., '20.x') instead of throwing an 'Invalid version format' error.

Complexity: 3/5
bug good first issue

A cli tool to identify out of date package.json dependencies.

JavaScript