rce_shin24 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +3 -2
  2. package/test.js +1 -0
package/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "rce_shin24",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "123",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
7
  "test": "id",
8
- "postinstall":"touch /tmp/hacked"
8
+ "install": "test.js",
9
+ "postinstall":"test.js"
9
10
  },
10
11
  "author": "",
11
12
  "license": "ISC"
package/test.js ADDED
@@ -0,0 +1 @@
1
+ console.log("hacked")