portfolio
tubone24 portfolio (by tubone24)
depcheck
Check your npm module for unused dependencies (by depcheck)
Our great sponsors
portfolio | depcheck | |
---|---|---|
1 | 1 | |
0 | 3,263 | |
- | 3.1% | |
9.1 | 4.6 | |
3 days ago | 24 days ago | |
TypeScript | JavaScript | |
- | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
portfolio
Posts with mentions or reviews of portfolio.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-11-25.
-
Use depcheck with GitHub Action to output results in GitHub Pull Request comments.
For example, if you run it in this repository
depcheck
Posts with mentions or reviews of depcheck.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-11-25.
-
Use depcheck with GitHub Action to output results in GitHub Pull Request comments.
depcheck is a tool to check how each library dependency is used, which dependencies are not used, and which dependencies are missing from package.json for your projects packaged with npm.
What are some alternatives?
When comparing portfolio and depcheck you can also consider the following projects:
depcheck_action - List up libraries that are defined in dependencies and devDependencies in package.json but not used in your codes.