-
Notifications
You must be signed in to change notification settings - Fork 277
Comparing changes
Open a pull request
base repository: salesforce/tough-cookie
base: 671ad413b38d7464352886772f57a7ec417d4760
head repository: salesforce/tough-cookie
compare: 4ff4d29f6cefd279a412b8d62a21142ebd410b36
Commits on Jun 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e083fc8 - Browse repository at this point
Copy the full SHA e083fc8View commit details
Commits on Jul 30, 2018
-
Merge pull request #116 from salesforce/fix-clone
Fix jar clone and cloneSync methods, fixing #101
Configuration menu - View commit details
-
Copy full SHA for 6300174 - Browse repository at this point
Copy the full SHA 6300174View commit details -
Update packages & npm audit fix
vows updated for https://nodesecurity.io/advisories/118
Configuration menu - View commit details
-
Copy full SHA for 901d898 - Browse repository at this point
Copy the full SHA 901d898View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55a41c1 - Browse repository at this point
Copy the full SHA 55a41c1View commit details -
Merge pull request #118 from salesforce/deps-2018jul30
Update packages & npm audit fix. Merging based on discussion today.
Configuration menu - View commit details
-
Copy full SHA for 4cbd182 - Browse repository at this point
Copy the full SHA 4cbd182View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d8570c - Browse repository at this point
Copy the full SHA 3d8570cView commit details -
Purposefully don't lock dependencies
Since this is a module and not an end package, we want CI/etc. to always upgrade packages based on semver.
Configuration menu - View commit details
-
Copy full SHA for 550f951 - Browse repository at this point
Copy the full SHA 550f951View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31ad267 - Browse repository at this point
Copy the full SHA 31ad267View commit details
Commits on Aug 6, 2018
-
Merge pull request #119 from salesforce/inline-version
Inline version
Configuration menu - View commit details
-
Copy full SHA for b897b49 - Browse repository at this point
Copy the full SHA b897b49View commit details
Commits on Aug 14, 2018
-
Merge pull request #120 from salesforce/no-package-lock
Purposefully don't lock dependencies
Configuration menu - View commit details
-
Copy full SHA for d6ea115 - Browse repository at this point
Copy the full SHA d6ea115View commit details -
Merge pull request #121 from salesforce/punycode-2.1
Upgrade to punycode 2.1
Configuration menu - View commit details
-
Copy full SHA for 8302ebc - Browse repository at this point
Copy the full SHA 8302ebcView commit details
Commits on Oct 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 8783d46 - Browse repository at this point
Copy the full SHA 8783d46View commit details
Commits on Nov 26, 2018
-
remove all cookies from cookie jar at once (#115)
* remove all cookies from jar * fix typo in readme * delete cookies one-by-one for old store implementations
Configuration menu - View commit details
-
Copy full SHA for 62802ef - Browse repository at this point
Copy the full SHA 62802efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 28f0808 - Browse repository at this point
Copy the full SHA 28f0808View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cc9bd2 - Browse repository at this point
Copy the full SHA 5cc9bd2View commit details -
Additional documentation for removeAllCookies
Covers the cases where removeAllCookies (and even getAllCookies!) isn't implemented, in particular what happens when multiple errors are returned.
Configuration menu - View commit details
-
Copy full SHA for 1855bf3 - Browse repository at this point
Copy the full SHA 1855bf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ff4ba5 - Browse repository at this point
Copy the full SHA 9ff4ba5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c1fdf1 - Browse repository at this point
Copy the full SHA 7c1fdf1View commit details
Commits on Dec 31, 2018
-
1
Configuration menu - View commit details
-
Copy full SHA for eff9118 - Browse repository at this point
Copy the full SHA eff9118View commit details
Commits on Jan 7, 2019
-
setCookie arg must be Cookie or string
Addresses #132, partially. The error message is clearer, indicating that this method only accepts the afformentioned types. The part of 132 that it doesn't address is the whole "Cookie instance from another version of the `tough-cookie` package" thing, which isn't really solvable unless we somehow expose the Cookie class that "belongs to" this CookieJar class, which is maybe another patch.
Configuration menu - View commit details
-
Copy full SHA for 84422cd - Browse repository at this point
Copy the full SHA 84422cdView commit details -
Leave a breadcrumb for setCookie error
In the event that two tough-cookie modules are loaded, it can be confusing when one sees this error, so help folks figure out how to resolve this.
Configuration menu - View commit details
-
Copy full SHA for e213c27 - Browse repository at this point
Copy the full SHA e213c27View commit details -
Merge pull request #137 from salesforce/issue-132
setCookie arg must be Cookie or string
Configuration menu - View commit details
-
Copy full SHA for 9e2626d - Browse repository at this point
Copy the full SHA 9e2626dView commit details -
Merge pull request #136 from gzzhanghao/master
Use ip-regex instead of net.isIP. Fix #125
Configuration menu - View commit details
-
Copy full SHA for 8aaa5c4 - Browse repository at this point
Copy the full SHA 8aaa5c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16ba441 - Browse repository at this point
Copy the full SHA 16ba441View commit details -
Merge pull request #138 from salesforce/issue-125
Fixes #125 Upgrades minimum supported node.js version to v6 because (a) ip-regexp doesn't work before v4 and (b) request now requires v6+
Configuration menu - View commit details
-
Copy full SHA for 0ebed2e - Browse repository at this point
Copy the full SHA 0ebed2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05b4713 - Browse repository at this point
Copy the full SHA 05b4713View commit details
Commits on Jan 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e8ce830 - Browse repository at this point
Copy the full SHA e8ce830View commit details
Commits on Feb 4, 2019
-
Merge pull request #141 from simonihmig/fix-ip-regex
Downgrade ip-regex dependency to support node 6
Configuration menu - View commit details
-
Copy full SHA for 73920e5 - Browse repository at this point
Copy the full SHA 73920e5View commit details
Commits on Feb 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4350705 - Browse repository at this point
Copy the full SHA 4350705View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4bf3e2 - Browse repository at this point
Copy the full SHA a4bf3e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf3ede8 - Browse repository at this point
Copy the full SHA cf3ede8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9582a4f - Browse repository at this point
Copy the full SHA 9582a4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7a2b5b - Browse repository at this point
Copy the full SHA a7a2b5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b4c8e9 - Browse repository at this point
Copy the full SHA 2b4c8e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c84fffe - Browse repository at this point
Copy the full SHA c84fffeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 797f0a5 - Browse repository at this point
Copy the full SHA 797f0a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a565060 - Browse repository at this point
Copy the full SHA a565060View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3abb594 - Browse repository at this point
Copy the full SHA 3abb594View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cdd54e - Browse repository at this point
Copy the full SHA 9cdd54eView commit details -
.cloneSync should not require object param
Documentation says: `.cloneSync([store])` So cloneSync does not require `store` param, but it does due to property(`synchronous`) checking
Configuration menu - View commit details
-
Copy full SHA for 275724b - Browse repository at this point
Copy the full SHA 275724bView commit details
Commits on Feb 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 23dba9e - Browse repository at this point
Copy the full SHA 23dba9eView commit details
Commits on Feb 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ff932cd - Browse repository at this point
Copy the full SHA ff932cdView commit details
Commits on May 30, 2019
-
fix(cookie-jar): use typeof for checking type of option
Works around jestjs/jest#2549 when used in Jest
Configuration menu - View commit details
-
Copy full SHA for d94532d - Browse repository at this point
Copy the full SHA d94532dView commit details
Commits on Aug 21, 2019
-
use eslint and prettier to apply consistent, modern formatting (#155)
* use eslint and prettier to apply consistent formatting * convert var to let,const * prefer template literal over string concatenation * prefer arrow function callbacks * remove string.prototype.repeat * bump async and nyc to latest * use Date.prototype.toUTCString to format date * reformat async task arrangement to be more compact * condense json serialization test with arrow functions * require punycode unconditionally * update remove cookies test to no assume synchronous store * npm test should not run eslint
Configuration menu - View commit details
-
Copy full SHA for 88618e2 - Browse repository at this point
Copy the full SHA 88618e2View commit details
Commits on Aug 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c1a791e - Browse repository at this point
Copy the full SHA c1a791eView commit details -
use eslint and prettier to apply consistent, modern formatting (#168)
* use eslint and prettier to apply consistent formatting * convert var to let,const * prefer template literal over string concatenation * prefer arrow function callbacks * remove string.prototype.repeat * bump async and nyc to latest * use Date.prototype.toUTCString to format date * reformat async task arrangement to be more compact * condense json serialization test with arrow functions * require punycode unconditionally * update remove cookies test to no assume synchronous store * npm test should not run eslint * test: update ietf test dates to impossibly far in the future * test: prune unused module var
Configuration menu - View commit details
-
Copy full SHA for 296a98f - Browse repository at this point
Copy the full SHA 296a98fView commit details
Commits on Aug 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 720703f - Browse repository at this point
Copy the full SHA 720703fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b8570c - Browse repository at this point
Copy the full SHA 7b8570cView commit details
Commits on Oct 5, 2019
-
modify permuteDomain to allow special-use domain 'local'
this was added because .local domains are commonly used for testing purposes inside internal/local networks.
Configuration menu - View commit details
-
Copy full SHA for 873842e - Browse repository at this point
Copy the full SHA 873842eView commit details -
add allowSpecialUseDomain to MemoryCookieStore.findCookies
added allowSpecialUseDomain to parameters so that it can be passed to permuteDomain, line 103
Configuration menu - View commit details
-
Copy full SHA for f08f254 - Browse repository at this point
Copy the full SHA f08f254View commit details
There are no files selected for viewing
This file was deleted.