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