rclone-js icon indicating copy to clipboard operation
rclone-js copied to clipboard

Encrypt/Decrypt files in your browser

Results 20 rclone-js issues
Sort by recently updated
recently updated
newest added

Bumps [codecov](https://github.com/codecov/codecov-node) from 3.5.0 to 3.8.3. Release notes Sourced from codecov's releases. v3.8.3 Fixes #329 fix: Test if response has two lines Dependencies #306 Bump eslint-config-prettier from 7.2.0 to 8.3.0...

dependencies

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.6.1 to 1.7.3. Release notes Sourced from shell-quote's releases. v1.7.2 Fix a regression introduced in 1.6.3. This reverts the Windows path quoting fix. (144e1c2) v1.7.1 Fix $...

dependencies

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.14. Commits be87d30 Bump to v4.17.14. a6fe6b1 Rebuild lodash and docs. e371828 Bump to v4.17.13. 357e899 Rebuild lodash and docs. fd9a062 Bump to v4.17.12. e77d681...

dependencies

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.7.0 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 15.13.19 to 17.2.3. Release notes Sourced from semantic-release's releases. v17.2.3 17.2.3 (2020-11-16) Bug Fixes mask secrets when characters get uri encoded (ca90b34) v17.2.2 17.2.2 (2020-10-29) Bug Fixes...

dependencies

Hi, I'm trying to use this in a project of mine and I'm seeing this error at a point where my program tries to decrypt a filename. Here are the...

All rclone remotes support RangedRequests (through a http Range header). would it be possible to give the rclone.File.createReadStream a start and end value so I get only a "part" of...