afbobak / nopar

Node PAckage Registry
http://afbobak.github.io/nopar/
Other
42 stars 13 forks source link

Check for updates when requesting a newer version than cached #22

Open mantoni opened 10 years ago

mantoni commented 10 years ago

Assuming v1.0.0 is the latest version of a module in the nopar cache, if npm asks for v1.1.0 it should automatically check for updates on the module before replying.

This would make is super easy to update larger trees of dependencies.

glenjamin commented 10 years ago

Great idea!