タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

diffとnpmに関するteppeisのブックマーク (3)

  • npm diff

    The npm cli just added a new npm diff command that show changes between registry-published tarballs, similar to git diff but tracking versions of packages in the registry instead of commits. Introducing npm diff The idea for a npm diff command has been around since last year when I first wrote a npm diff RFC that got rather positive feedback from the community. Providing more transparency to chang

    npm diff
  • npmfs - home

    JavaScript Package Inspector Package Viewer — Browse package files at any version. Package Diff — Compare packages across versions. Deep Links — Link to specific lines in files and diffs. Download Contents — Download any directory or file. Motivations Published packages don't always include a link to their source on GitHub. The linked repository is not necessarily representative of published packa

    teppeis
    teppeis 2019/06/12
    npmでパブリッシュされたパッケージのバージョン間diffを見たり、特定行へのリンクを作れる
  • Package Diff

    Package Diff displays a diff between two versions of the same npm package. Why not simply link to the GitHub repository of a package using two different version hashes? Well, the version of an npm package checked into source control isn't always the same as the version used inside of an npm package. This is commonly done for well-intending reasons, such as checking in raw source code but packaging

    teppeis
    teppeis 2019/03/03
    npm packageのdiffを取れるクッソ便利なやつ
  • 1