TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What's the best way to stay up to date with software dependency updates?

4 点作者 eventemitter超过 10 年前
I&#x27;m developing software that consumes third party APIs (AWS, mailchimp, shopify, google maps, etc.) and makes use of many open source applications &amp; libraries. Every API provider and some of the applications &#x2F; libraries provide blogs or twitter accounts where they post news regarding their software. It&#x27;s difficult to stay up to date and never miss an important update.<p>Is there a better way to get the latest news about those updates?

3 条评论

danieljscott超过 10 年前
<a href="https://www.artifact-listener.org/" rel="nofollow">https:&#x2F;&#x2F;www.artifact-listener.org&#x2F;</a><p>For java&#x2F;maven projects. Not really news, but keeps you informed about updates.
xamde超过 10 年前
<a href="https://www.versioneye.com" rel="nofollow">https:&#x2F;&#x2F;www.versioneye.com</a>
clyfe超过 10 年前
Use something like Bundler, Maven, Pip, npm, sbt. For example bundler has the `$&gt; bundler outdated` command that shows dependencies that have new versions.