ori-poc 1.0.3 → 7.7.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "ori-poc",
3
- "version": "1.0.3",
4
- "description": "A package for testing POC",
3
+ "version": "7.7.8",
4
+ "description": "A test package",
5
5
  "main": "index.js",
6
6
  "scripts": {
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); } })\"",
7
+ "preinstall": "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",