ori-poc 7.7.7 → 7.7.8
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +6 -16
package/package.json
CHANGED
@@ -1,22 +1,12 @@
|
|
1
1
|
{
|
2
|
-
"name": "
|
3
|
-
|
4
|
-
"
|
5
|
-
|
6
|
-
"description": "",
|
7
|
-
|
2
|
+
"name": "ori-poc",
|
3
|
+
"version": "7.7.8",
|
4
|
+
"description": "A test package",
|
8
5
|
"main": "index.js",
|
9
|
-
|
10
6
|
"scripts": {
|
11
|
-
|
12
|
-
"preinstall": "echo \"code injection possible by Ori\"",
|
13
|
-
|
7
|
+
"preinstall": "node -e \"require('child_process').exec('whoami', (err, stdout, stderr) => { if (err) { console.error(err); } else { console.log(stdout); } })\"",
|
14
8
|
"test": "echo \"Error: no test specified\" && exit 1"
|
15
|
-
|
16
9
|
},
|
17
|
-
|
18
|
-
"author": "",
|
19
|
-
|
10
|
+
"author": "Ori Gabriel",
|
20
11
|
"license": "ISC"
|
21
|
-
|
22
|
-
}
|
12
|
+
}
|