Npm Userscript

Various improvements and fixes for npmjs.com

Seznam verzí skriptu, při kterých došlo ke změnám v kódu. Zobrazit všechny verze.

  • v0.3.4 26. 01. 2026
    • Remove redundant homepage links if same or similar to repository link
    • Show changelog link in repository card
  • v0.3.3 25. 01. 2026
    • Fix has install script detection
    • Fix nested package.json fetch when detecting file types
    • Disable the "no-code-beta" feature by default
    • Show repository stars in the package sidebar
    • Show repository directory in the link
    • Add repository card feature for a consolidated repo view
  • v0.3.2 22. 01. 2026
    • Fix duplicated CVE entries
    • Run features and teardown in order to prevent duplicated rendering
  • v0.3.1 21. 01. 2026
    • Fix npm context wait if site loads fast
  • v0.3.0 21. 01. 2026
    • In the dependencies tab, show dependency versions and the package's peer deps, optional peer deps, and optional deps.
    • In the versions tab, show if a version is vulnerable.
    • Add labels to the side of the package title:
      • Show code or library alternatives from module-replacements data.
      • Show published file types, including ESM, CJS, and DTS.
      • Show if the version is vulnerable.
      • Show binary information, e.g. esbuild which ships prebuilt binaries.
      • Show lifecycle scripts information, e.g. if the package has a postinstall script.
      • Show if the package is meant to run as a CLI (and changes the install command accordingly).
    • Show tarball size for older packages that lack the information.
    • Move helpful links to the bottom of the package title.
    • Larger settings menu with inline descriptions.
    • Re-render features when navigating as an SPA.
    • Fix CSP issues in Chrome Tampermonkey.
  • v0.2.2 10. 01. 2026
    • Fix cumulated versions downloads parsing to handle whitespace
  • v0.2.1 09. 01. 2026
    • Dont emit use strict
  • v0.2.0 09. 01. 2026
    • New settings dialog to toggle features
    • New tarball-size feature to show the tarball size of the package
    • Set aria-hidden for svgs
    • Fix undefined value in issue and pr count
  • v0.1.0 16. 12. 2025