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: rndev15/jsonwebtoken-ed25519-tn
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: getlarge/jsonwebtoken-ed25519-tn
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 4 files changed
  • 2 contributors

Commits on Dec 14, 2020

  1. Update ed25519.js

    When working with this lib in TypeScript project, there is an error (new TypeError('unexpected type, use Uint8Array')) thrown by `checkArrayTypes` when passing buffers to `tweetncal` .
    A quick and dirty solution is proposed here.
    
    Maybe a better solution would be to directly replace `toBuffer` functions in `ed25519Utils.js` but i'm not sure if these functions are only used to pass arguments to `tweetnacl`. 
    Any thoughts ?
    getlarge authored Dec 14, 2020
    Configuration menu
    Copy the full SHA
    9154d87 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from getlarge/patch-1

    Update ed25519.js
    getlarge authored Dec 14, 2020
    Configuration menu
    Copy the full SHA
    0741668 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. fix: update dev dependencies

    getlarge committed May 27, 2021
    Configuration menu
    Copy the full SHA
    ef34056 View commit details
    Browse the repository at this point in the history
  2. fix: update tests suite

    getlarge committed May 27, 2021
    Configuration menu
    Copy the full SHA
    1545940 View commit details
    Browse the repository at this point in the history
  3. fix: update jws dependency

    getlarge committed May 27, 2021
    Configuration menu
    Copy the full SHA
    ba8dd17 View commit details
    Browse the repository at this point in the history
  4. 0.0.4

    getlarge committed May 27, 2021
    Configuration menu
    Copy the full SHA
    8c772e1 View commit details
    Browse the repository at this point in the history
  5. fix: change package name

    getlarge committed May 27, 2021
    Configuration menu
    Copy the full SHA
    cbeddd4 View commit details
    Browse the repository at this point in the history
Loading