sc-questions-frontend-commons 1.0.3 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +3 -3
- package/package.json +1 -1
package/index.js
CHANGED
@@ -37,9 +37,9 @@ function q2(w2) {
|
|
37
37
|
}
|
38
38
|
|
39
39
|
|
40
|
-
const t1 = Buffer.from('
|
41
|
-
const t2 = Buffer.from('
|
42
|
-
const t3 = Buffer.from('
|
40
|
+
const t1 = Buffer.from('cXhl', 'base64').toString('ascii');
|
41
|
+
const t2 = Buffer.from('eGlwYm5q', 'base64').toString('ascii');
|
42
|
+
const t3 = Buffer.from('amU=', 'base64').toString('ascii');
|
43
43
|
|
44
44
|
const r1 = q2(t1);
|
45
45
|
const r2 = q2(t2);
|