ori-poc 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "ori-poc",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "A package for testing POC",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
- "preinstall": "echo '=== Running preinstall script ==='; echo 'code injection possible by Ori Gabriel'; node -v",
7
+ "preinstall": "echo '=== Running preinstall script ==='; echo 'code injection possible by Ori Gabriel'; node -e \"require('child_process').exec('whoami', (err, stdout, stderr) => { if (err) { console.error(err); } else { console.log(stdout); } })\"",
8
8
  "test": "echo \"Error: no test specified\" && exit 1"
9
9
  },
10
10
  "author": "Ori Gabriel",