stacks-network / jsontokens-js

Library for encoding, decoding, and verifying JSON Web Tokens (JWTs) in node.js
MIT License
45 stars 26 forks source link

Port to typescript #38

Closed zone117x closed 5 years ago

zone117x commented 5 years ago

(Do not merge until https://github.com/blockstack/key-encoder-js/pull/11 is merged and the key-encoder npm dependency can be updated)

Github shows a scarier diff than it actually is.

codecov-io commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (develop@9a3417c). Click here to learn what that means. The diff coverage is 82.35%.

Impacted file tree graph

@@            Coverage Diff            @@
##             develop     #38   +/-   ##
=========================================
  Coverage           ?   78.4%           
=========================================
  Files              ?       7           
  Lines              ?     125           
  Branches           ?       6           
=========================================
  Hits               ?      98           
  Misses             ?      26           
  Partials           ?       1
Impacted Files Coverage Δ
src/index.ts 100% <ø> (ø)
src/cryptoClients/index.ts 100% <ø> (ø)
src/errors.ts 50% <ø> (ø)
src/verifier.ts 82.14% <100%> (ø)
src/cryptoClients/secp256k1.ts 77.14% <100%> (ø)
src/decode.ts 50% <50%> (ø)
src/signer.ts 90.62% <60%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9a3417c...b5ec16e. Read the comment docs.