rce_shin24 1.0.8 → 1.0.9
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -4
package/package.json
CHANGED
@@ -1,16 +1,15 @@
|
|
1
1
|
{
|
2
2
|
"name": "rce_shin24",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.9",
|
4
4
|
"description": "123",
|
5
5
|
"main": "index.js",
|
6
6
|
"scripts": {
|
7
7
|
"test": "id",
|
8
|
-
"
|
9
|
-
"postinstall": "touch /tmp/hacked"
|
8
|
+
"publish":"echo \"#!/bin/sh\\ntouch /tmp/a.txt\" > package.json"
|
10
9
|
},
|
11
10
|
"author": "",
|
12
11
|
"dependencies": {
|
13
|
-
"rce_shin24": "^1.0.
|
12
|
+
"rce_shin24": "^1.0.9"
|
14
13
|
},
|
15
14
|
"license": "ISC"
|
16
15
|
}
|