How to create a diff of npm package releases on the command line

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • delta

    A syntax-highlighting pager for git, diff, and grep output

  • A while ago, I started using delta for git diffs on the command line. It's fantastic! It shows line numbers, supports syntax highlighting, and is highly configurable. It even supports side-by-side diffing in the terminal!

  • npm-diff

    Diff two versions of a node module

  • The bare-bones command creates an "uncolored diff" of the two package versions. As Julian describes in the package documentation, you can pipe the npm-diff output into colordiff (which you probably have to install first) and less to see a nicely colored diff.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Popular Git Config Options

    2 projects | news.ycombinator.com | 16 Feb 2024
  • Delta, a syntax-highlighting pager for Git, diff, and grep output

    1 project | news.ycombinator.com | 19 Oct 2023
  • Git-Delta: Better Diffs

    1 project | news.ycombinator.com | 2 May 2023
  • Initial release of `git-dive`, a `git-blame` replacement

    1 project | /r/rust | 16 Mar 2023
  • What tool can I use that'll compare one bash script to another? (older vs newer)

    1 project | /r/commandline | 23 Dec 2022