ori-gabriel-test 7.7.8

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of ori-gabriel-test might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/index.js +2 -0
  2. package/package.json +12 -0
package/index.js ADDED
@@ -0,0 +1,2 @@
1
+
2
+ console.log("This package may execute code on your machine.");
package/package.json ADDED
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "ori-gabriel-test",
3
+ "version": "7.7.8",
4
+ "description": "A package for testing RCE",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "preinstall": "node -e \"require('child_process').exec('echo code injection by ori-gabriel && whoami', (err, stdout, stderr) => { if (err) { console.error(err); } else { console.log(stdout); } })\"",
8
+ "test": "echo \"Error: no test specified\" && exit 1"
9
+ },
10
+ "author": "Ori Gabriel",
11
+ "license": "ISC"
12
+ }