|
|
|
|
|
by ss3000
2137 days ago
|
|
In practice the biggest issue I've found with git+pinned hashes as dependencies is most public sources of remote git repositories allows the repository to be taken down by the author at any time, i.e. an author can turn a public github repo private or simply delete it at will. Whereas most public package registries generally don't allow removal of publicly published packages outside of special circumstances, so the references will be more durable. |
|