FWeinb / rclone-js

Encrypt/Decrypt files in your browser
76 stars 15 forks source link

Expose generated keys via getKeys method #3

Closed alolis closed 5 years ago

alolis commented 5 years ago

The reason for this PR is that we are building some custom functionality on top of the library that requires access to the generated keys.

codecov-io commented 5 years ago

Codecov Report

Merging #3 into master will increase coverage by 0.02%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #3      +/-   ##
==========================================
+ Coverage   93.56%   93.58%   +0.02%     
==========================================
  Files           9        9              
  Lines         233      234       +1     
==========================================
+ Hits          218      219       +1     
  Misses         15       15
Impacted Files Coverage Δ
src/index.js 100% <100%> (ø) :arrow_up:

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 dd198d0...13fe025. Read the comment docs.

FWeinb commented 5 years ago

:tada: This PR is included in version 1.2.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

FWeinb commented 5 years ago

Did some more cleanup and updated the dependencies as they because a little bit outdated. The latest release should be 1.3.0 now.