Git Product home page Git Product logo

Comments (5)

doowb avatar doowb commented on August 12, 2024 1

I published a new version of the dependency. I tried it out by uninstalling dependents-cli, clearing npm cache, then installing dependents-cli. Thanks for reporting this.

from dependents-cli.

doowb avatar doowb commented on August 12, 2024

NPM has been making changes to their underlying services. I had recently updated a dependency (npm-api) to use NPM's replicate endpoint instead of the skimdb endpoint to get information like dependents. The replicate endpoint provided more data (it included public scoped packages, which skimdb did not at the time).

About 2 days ago, NPM turned off their couchdb views on replicate because of performance issues. I'll revert back to skimdb since this seems to be getting data right now. Before they turned off the views, I was getting 500 errors and I was going to implement a fallback, but now it just comes back as successful but with no data.

from dependents-cli.

andriyor avatar andriyor commented on August 12, 2024

Same issue
Could you please provide an update

from dependents-cli.

doowb avatar doowb commented on August 12, 2024

NPM deprecated part of their API. I made a change to an underlying dependency and will get this library updated soon.

from dependents-cli.

andriyor avatar andriyor commented on August 12, 2024

Any update on it?
If this helps anyone, I wrote a little tool for similar purpose but for any package on github ghtopdep.
It may be installed via pip pip install ghtopdep.
Tool has some options

➜ ghtopdep --help                                              
Usage: ghtopdep [OPTIONS] URL

Options:
  --repositories / --packages  Sort repositories or packages (default
                               repositories)
  --show INTEGER               Number of showing repositories (default=10)
  --more-than INTEGER          Minimum number of stars (default=5)
  --help                       Show this message and exit.

As result you receive table of stars-sorted dependents.

➜ ghtopdep https://github.com/dropbox/dropbox-sdk-js --packages
+--------------------------------------------------------+---------+
| URL                                                    |   Stars |
+========================================================+=========+
| https://github.com/jsbin/jsbin                         |    3917 |
+--------------------------------------------------------+---------+
| https://github.com/jvilk/BrowserFS                     |    1489 |
+--------------------------------------------------------+---------+
| https://github.com/coderaiser/cloudcmd                 |    1033 |
+--------------------------------------------------------+---------+
| https://github.com/robertknight/passcards              |     130 |
+--------------------------------------------------------+---------+
| https://github.com/transloadit/uppy-server             |     115 |
+--------------------------------------------------------+---------+
| https://github.com/bioimagesuiteweb/bisweb             |      31 |
+--------------------------------------------------------+---------+
| https://github.com/sallar/dropbox-fs                   |      29 |
+--------------------------------------------------------+---------+
| https://github.com/NickTikhonov/up                     |      13 |
+--------------------------------------------------------+---------+
| https://github.com/soixantecircuits/altruist           |       8 |
+--------------------------------------------------------+---------+
| https://github.com/OpenMarshal/npm-WebDAV-Server-Types |       5 |
+--------------------------------------------------------+---------+
found 129 packages others packages is private
found 57 packages with more than zero star

from dependents-cli.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.