Skip to content
Permalink

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: panva/jose Loading
base: v1.21.1
Choose a base ref
...
head repository: panva/jose Loading
compare: v1.22.0
Choose a head ref
  • 9 commits
  • 33 files changed
  • 1 contributor

Commits on Jan 26, 2020

  1. Configuration menu
    Copy the full SHA
    a9f6f71 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. Configuration menu
    Copy the full SHA
    21e0ea5 View commit details
    Browse the repository at this point in the history
  2. refactor: cleanup, code diet

    panva committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    ed1f780 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. refactor: improve performance when decoding base64url values

    When creating a Buffer from a string, this encoding will also correctly
    accept "URL and Filename Safe Alphabet".
    panva committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    93068a6 View commit details
    Browse the repository at this point in the history
  2. chore: package.json tags

    panva committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    d8c50ad View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

  1. docs: update README.md

    panva committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    9551717 View commit details
    Browse the repository at this point in the history
  2. perf: base64url decode, JWT.verify, JWK.Key instance re-use

    I'm done trying to educate other JOSE producers about interoperability
    so i'm going to be accepting their non-conform base64url so that users
    of this module don't suffer performance loss.
    panva committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    470b4c7 View commit details
    Browse the repository at this point in the history
  3. style: remove unused requires

    panva committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    2fb1d8e View commit details
    Browse the repository at this point in the history
  4. chore(release): 1.22.0

    panva committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    10f8336 View commit details
    Browse the repository at this point in the history
Loading