-
-
Notifications
You must be signed in to change notification settings - Fork 994
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: expressjs/session
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: expressjs/session
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 16 commits
- 9 files changed
- 9 contributors
Commits on Feb 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 31cf465 - Browse repository at this point
Copy the full SHA 31cf465View commit details -
cd test/fixtures openssl genpkey -algorithm RSA -out new_server.key -pkeyopt rsa_keygen_bits:2048 openssl x509 -in server.crt -signkey new_server.key -days 3650 -out new_server.crt openssl x509 -in new_server.crt -text -noout mv new_server.crt server.crt mv new_server.key server.key
Configuration menu - View commit details
-
Copy full SHA for 84ded7d - Browse repository at this point
Copy the full SHA 84ded7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ffda85b - Browse repository at this point
Copy the full SHA ffda85bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17e770d - Browse repository at this point
Copy the full SHA 17e770dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e84825 - Browse repository at this point
Copy the full SHA 3e84825View commit details
Commits on Mar 16, 2025
-
chore: drop nodejs < 18 (#1020)
Co-authored-by: Phillip Barta <barta.phillip@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d3ab22c - Browse repository at this point
Copy the full SHA d3ab22cView commit details -
refactor: remove safe-buffer dependency (#1023)
Co-authored-by: Ulises Gascón <ulisesgascongonzalez@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 95f1edd - Browse repository at this point
Copy the full SHA 95f1eddView commit details
Commits on Mar 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ee6a194 - Browse repository at this point
Copy the full SHA ee6a194View commit details
Commits on Mar 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8e18762 - Browse repository at this point
Copy the full SHA 8e18762View commit details
Commits on Apr 27, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d0acdcf - Browse repository at this point
Copy the full SHA d0acdcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76bc233 - Browse repository at this point
Copy the full SHA 76bc233View commit details -
feat: enforce secret requirement for session creation (#1025)
* feat: enforce secret requirement for session creation * feat: remove compatibility with cookie parser * test: move test to describe * fix: improve secret option validation in session function * Update test/session.js --------- Co-authored-by: Ulises Gascón <ulisesgascongonzalez@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f5b5ebb - Browse repository at this point
Copy the full SHA f5b5ebbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4427d93 - Browse repository at this point
Copy the full SHA 4427d93View commit details -
Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 976b3f7 - Browse repository at this point
Copy the full SHA 976b3f7View commit details
Commits on May 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 47692c6 - Browse repository at this point
Copy the full SHA 47692c6View commit details
Commits on Jul 3, 2025
-
feat: update default value of resave option to false in session middl…
…eware (#1064) Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4af1959 - Browse repository at this point
Copy the full SHA 4af1959View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...v2