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

Fix issue with buggy `bn.js` type defs #42

Closed zone117x closed 4 years ago

zone117x commented 5 years ago

Fix issue with buggy bn.js type defs which forcing lib consumers to enable synthetic default imports.

codecov-io commented 5 years ago

Codecov Report

Merging #42 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #42   +/-   ##
=======================================
  Coverage   68.49%   68.49%           
=======================================
  Files           7        7           
  Lines         146      146           
  Branches       25       25           
=======================================
  Hits          100      100           
  Misses         30       30           
  Partials       16       16

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 9987c03...07f529f. Read the comment docs.