updating Base64 library to 2.4.5 (keeping old 1.7 library for legacy ZeroBin support)

This commit is contained in:
El RIDO 2018-07-01 13:23:39 +02:00
parent cfe60db8fd
commit 91baef389d
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
7 changed files with 6 additions and 7 deletions

View file

@ -10,7 +10,7 @@ global.fs = require('fs');
// application libraries to test
global.$ = global.jQuery = require('./jquery-3.3.1');
global.sjcl = require('./sjcl-1.0.7');
global.Base64 = require('./base64-2.1.9').Base64;
global.Base64 = require('./base64-2.4.5').Base64;
global.RawDeflate = require('./rawdeflate-0.5').RawDeflate;
global.RawDeflate.inflate = require('./rawinflate-0.3').RawDeflate.inflate;
require('./prettify');