mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-23 08:16:17 -04:00
ESM: Ported Bzip2, Diff and Tar operations
This commit is contained in:
parent
749b0510e7
commit
cefe3fc542
6 changed files with 459 additions and 2 deletions
2
src/core/vendor/bzip2.js
vendored
2
src/core/vendor/bzip2.js
vendored
|
@ -261,3 +261,5 @@ bzip2.decompress = function(bits, size, len){
|
|||
}
|
||||
return output;
|
||||
}
|
||||
|
||||
module.exports = bzip2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue