bagger-js
bagger-js copied to clipboard
Upload BagIt-format deliveries to S3 entirely in the browser
Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.7.1 to 15.10.1. Release notes Sourced from stylelint's releases. 15.10.1 Security: fix for semver vulnerability (#7043) (@romainmenke). Fixed: invalid option regression on Windows 10 (#7043) (@romainmenke). 15.10.0...
Updates the requirements on [eslint](https://github.com/eslint/eslint) to permit the latest version. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v5.16.0 > * [`dfef227`](https://github.com/eslint/eslint/commit/dfef227091955a2f8f3fa8c76ad79de8a77e7955) Build: gensite passes rulesMeta to formatter rendering ([#11567](https://github-redirect.dependabot.com/eslint/eslint/issues/11567))...
I recently discovered that the [BagIt 1.0 specification](https://datatracker.ietf.org/doc/html/rfc8493#section-2.1.3) requires that `CR`, `LF`, and `%` in file paths within manifest files are percent-encoded, and that there isn't a single BagIt implementation...
This is faster in every browser but there’s still a fair amount of variation depending on the browser and we presumably need to spend some time troubleshooting performance: * Safari...
Currently we're using asmCrypto.js which has reasonable performance but we should compare with a WebAssembly implementation. Since Rust has an official WASM backend it should be relatively easy to use...
Hi! Have you considered or tested your code for server-side JavaScript, i.e. an npm package for node.js?
We should handle the case where someone uploads a file which already exists: - [x] UI for deleting an existing bag and replacing it entirely - [ ] UI for...
This is a policy question to discuss with @dbrunton and @tjowens but we should pick which browsers we must support and whether there are any non-core features where we'll tolerate...
We've currently been working on this as a standalone application but it would be useful to have a way for someone integrating this into a larger process to be able...
This is a great tool, thanks for making it! Did you consider checking to see if an added directory is already a bag? There's nothing wrong with stuffing one bag...