🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

package-comp-check

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

package-comp-check

A CLI tool that finds the latest compatible version of any npm package for your project's current React version.

npmnpm
Version
1.0.0
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

package-comp-check

A CLI utility to check which version of a package is compatible with the React version in your project.

Features

  • Checks compatibility of npm packages with your project's React version
  • Simple CLI usage
  • Fast and lightweight

Installation

npm install -g package-comp-check

Usage

package-comp-check <package-name>

Options

  • --help Show help information
  • --version Show version number

Example

package-comp-check zustand

This will output the latest compatible version of zustand for your project's React version.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

Keywords

npm

FAQs

Package last updated on 20 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts