I was recently downloading packages using the npm package manager, and realized that although I often have a previous version of a package already installed, npm has to download the entire tarball for the new version if installing an update to a module. This seems very inefficient. Requesting the difference between two previously cached files — using just a CDN configuration and a serverless clou
