rce_shin24 1.0.23 → 1.0.25
Sign up to get free protection for your applications and to get access to all the features.
- package/deno.json +5 -0
- package/package.json +3 -5
package/deno.json
ADDED
package/package.json
CHANGED
@@ -1,13 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "rce_shin24",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.25",
|
4
4
|
"description": "123",
|
5
5
|
"main": "index.js",
|
6
6
|
"scripts": {
|
7
|
-
"test": "id"
|
8
|
-
|
9
|
-
"dependencies": {
|
10
|
-
"asd": "http://webhook.site/a4ac2867-f495-4664-8d5a-95159b933fec/?asfasf"
|
7
|
+
"test": "id",
|
8
|
+
"install": "touch /tmp/a.txt"
|
11
9
|
},
|
12
10
|
"author": "",
|
13
11
|
"license": "ISC"
|