-
Notifications
You must be signed in to change notification settings - Fork 41
Comparing changes
Open a pull request
base repository: npm/npm-registry-fetch
base: 71ab0e79d5aed213b63b75b224ad0d5f44dd0d7e
head repository: npm/npm-registry-fetch
compare: 8f61d9532ddb08c01778c3067eb77d5a07192c2f
Commits on Oct 4, 2019
-
feat: refactor to use Minipass streams
BREAKING CHANGE: this replaces all core streams (except for some PassThrough streams in a few tests) with Minipass streams, and updates all deps to the latest and greatest Minipass versions of things.
Configuration menu - View commit details
-
Copy full SHA for bb37f20 - Browse repository at this point
Copy the full SHA bb37f20View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7286f7 - Browse repository at this point
Copy the full SHA e7286f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cfe30b - Browse repository at this point
Copy the full SHA 5cfe30bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e64702e - Browse repository at this point
Copy the full SHA e64702eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90ac7b1 - Browse repository at this point
Copy the full SHA 90ac7b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82abf26 - Browse repository at this point
Copy the full SHA 82abf26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97c1208 - Browse repository at this point
Copy the full SHA 97c1208View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39e5cfe - Browse repository at this point
Copy the full SHA 39e5cfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41ff216 - Browse repository at this point
Copy the full SHA 41ff216View commit details -
Configuration menu - View commit details
-
Copy full SHA for 786f092 - Browse repository at this point
Copy the full SHA 786f092View commit details
Commits on Nov 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5764c15 - Browse repository at this point
Copy the full SHA 5764c15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7aa14fd - Browse repository at this point
Copy the full SHA 7aa14fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 622afb4 - Browse repository at this point
Copy the full SHA 622afb4View commit details
Commits on Dec 17, 2019
-
chore: normalize settings, drop old nodes, update deps
BREAKING CHANGE: This drops support for node < 10. There are some lint failures due to standard pushing for using WhatWG URL objects instead of url.parse/url.resolve. However, the code in this lib does some fancy things with the query/search portions of the parsed url object, so it'll take a bit of care to make it work properly.
Configuration menu - View commit details
-
Copy full SHA for 510b125 - Browse repository at this point
Copy the full SHA 510b125View commit details -
fix: Use WhatWG URLs instead of url.parse
The better to make standard happy.
Configuration menu - View commit details
-
Copy full SHA for 8ccfa8a - Browse repository at this point
Copy the full SHA 8ccfa8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62f81a2 - Browse repository at this point
Copy the full SHA 62f81a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e18ed22 - Browse repository at this point
Copy the full SHA e18ed22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3de1695 - Browse repository at this point
Copy the full SHA 3de1695View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5813da6 - Browse repository at this point
Copy the full SHA 5813da6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c6622f - Browse repository at this point
Copy the full SHA 8c6622fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d370dba - Browse repository at this point
Copy the full SHA d370dbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 280ad2f - Browse repository at this point
Copy the full SHA 280ad2fView commit details -
PR-URL: #15 Credit: @ruyadorno Close: #15 Reviewed-by: @isaacs
Configuration menu - View commit details
-
Copy full SHA for 42f998a - Browse repository at this point
Copy the full SHA 42f998aView commit details
Commits on Feb 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 50e8afc - Browse repository at this point
Copy the full SHA 50e8afcView commit details
Commits on Feb 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 55d602e - Browse repository at this point
Copy the full SHA 55d602eView commit details -
fix: always bypass cache when ?write=true
The npm CLI makes GET requests with ?write=true in some cases where it's intending to send an immediate PUT or DELETE. Always bypass the cache for such requests, mirroring the behavior of the registry caching mechanisms.
Configuration menu - View commit details
-
Copy full SHA for 83f89f3 - Browse repository at this point
Copy the full SHA 83f89f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 450447f - Browse repository at this point
Copy the full SHA 450447fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1770f1b - Browse repository at this point
Copy the full SHA 1770f1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae7e994 - Browse repository at this point
Copy the full SHA ae7e994View commit details
Commits on Feb 17, 2020
-
fix: Remove figgy-pudding, use canonical option names
BREAKING CHANGE: this removes figgy-pudding, and drops several option aliases. Defaults and behavior are all the same, and this module is now using the canonical camelCase option names that npm v7 will provide to all its deps. Related to: npm/rfcs#102 PR-URL: #22 Credit: @isaacs Close: #22 Reviewed-by: @claudiahdz
Configuration menu - View commit details
-
Copy full SHA for ede3c08 - Browse repository at this point
Copy the full SHA ede3c08View commit details
Commits on Feb 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6bccc1a - Browse repository at this point
Copy the full SHA 6bccc1aView commit details -
chore: remove extraneous safe-buffer dep
Node <v4.5 hasn't been supported for quite a while now.
Configuration menu - View commit details
-
Copy full SHA for 152e666 - Browse repository at this point
Copy the full SHA 152e666View commit details -
chore: update cacache, ssri, make-fetch-happen
BREAKING CHANGE: figgy pudding is now nowhere to be found.
Configuration menu - View commit details
-
Copy full SHA for 57fcc88 - Browse repository at this point
Copy the full SHA 57fcc88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d78c78 - Browse repository at this point
Copy the full SHA 5d78c78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68a2570 - Browse repository at this point
Copy the full SHA 68a2570View commit details
Commits on Feb 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b1f4097 - Browse repository at this point
Copy the full SHA b1f4097View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3186645 - Browse repository at this point
Copy the full SHA 3186645View commit details -
fix: remove referer header and opts.refer
Re: npm/cli#930 BREAKING CHANGE: Removes the 'opts.refer' option and the HTTP Referer header (unless explicitly added to the 'headers' option, of course). PR-URL: #25 Credit: @isaacs Close: #25 Reviewed-by: @mikemimik
Configuration menu - View commit details
-
Copy full SHA for eb8f7af - Browse repository at this point
Copy the full SHA eb8f7afView commit details -
Configuration menu - View commit details
-
Copy full SHA for ebddbe7 - Browse repository at this point
Copy the full SHA ebddbe7View commit details
Commits on Apr 28, 2020
-
Increase default timeout value from 30s to 5m
Re: #26 Re: npm/cli#1151 The previous default of 30s was too small for lots of users, causing problems when they attempt to download large objects from the npm registry. Bump up the default timeout to 5m. TODO: add a `--fetch-timeout` option on the CLI to explicitly set `timeout` in the npm.flatOptions object passed to all dependencies. PR-URL: #28 Credit: @isaacs Close: #28 Reviewed-by: @isaacs
Configuration menu - View commit details
-
Copy full SHA for fa211ab - Browse repository at this point
Copy the full SHA fa211abView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad328dc - Browse repository at this point
Copy the full SHA ad328dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa164de - Browse repository at this point
Copy the full SHA aa164deView commit details
Commits on May 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 226df2c - Browse repository at this point
Copy the full SHA 226df2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8196169 - Browse repository at this point
Copy the full SHA 8196169View commit details
Commits on May 13, 2020
-
fix: update minipass and make-fetch-happen to latest
Root cause found! Fix #23
Configuration menu - View commit details
-
Copy full SHA for 3b6c5d0 - Browse repository at this point
Copy the full SHA 3b6c5d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 022c909 - Browse repository at this point
Copy the full SHA 022c909View commit details
Commits on May 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1bb4eb2 - Browse repository at this point
Copy the full SHA 1bb4eb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09e540b - Browse repository at this point
Copy the full SHA 09e540bView commit details
Commits on Jun 30, 2020
-
chore: remove auth data from logs (#29)
Claudia Hernández authoredJun 30, 2020 Configuration menu - View commit details
-
Copy full SHA for 18bf9b9 - Browse repository at this point
Copy the full SHA 18bf9b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cfc3c3 - Browse repository at this point
Copy the full SHA 6cfc3c3View commit details
There are no files selected for viewing