StaleTutorial - Code Checker 作者: jaytank_dev
Flags outdated npm package versions in code snippets on Stack Overflow, Dev.to, Medium, GitHub and Gists by checking the live npm registry.
可在 Android™ 版 Firefox 上使用可在 Android™ 版 Firefox 上使用
扫码在 Android 版 Firefox 中打开此扩展
扩展元数据
关于此扩展
Every developer has copied a code example from Stack Overflow, a blog post, or an old README, only to find it silently breaks - because the library moved on since that example was written.
StaleTutorial catches this at the moment you're about to copy the code, not after you've pasted it and started debugging.
--> How it works:
- Scans code blocks on Stack Overflow, Dev.to, Medium, GitHub, and Gists for npm package + version references
- Checks each referenced version against the live npm registry
- If a version is more than one major behind, or over 2 years old, adds a small dismissible badge under the code block with the current version and a link to the package
--> What it doesn't do:
StaleTutorial catches this at the moment you're about to copy the code, not after you've pasted it and started debugging.
--> How it works:
- Scans code blocks on Stack Overflow, Dev.to, Medium, GitHub, and Gists for npm package + version references
- Checks each referenced version against the live npm registry
- If a version is more than one major behind, or over 2 years old, adds a small dismissible badge under the code block with the current version and a link to the package
--> What it doesn't do:
- Never modifies, executes, or interacts with page code
- Never sends page content anywhere - the only network calls are read-only package name + version lookups against registry.npmjs.org
- No tracking, no analytics, no data collection
评分 0(1 位用户)
权限与数据
必要权限:
- 访问您用于 stackoverflow.com 域名的网站的数据
- 访问您用于 medium.com 域名的网站的数据
- 访问您在 stackoverflow.com 的数据
- 访问您在 dev.to 的数据
- 访问您在 medium.com 的数据
- 访问您在 gist.github.com 的数据
- 访问您在 github.com 的数据
可选权限:
- 访问您在 registry.npmjs.org 的数据
收集的数据:
- 开发者称此扩展无需收集数据。
更多信息