float-kit 1.0.5 → 1.0.7
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/test/update.js +4 -7
package/package.json
CHANGED
package/test/update.js
CHANGED
@@ -2,10 +2,7 @@
|
|
2
2
|
|
3
3
|
const helloNpm = require('float-kit');
|
4
4
|
|
5
|
-
const
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
url.resolve(baseUrl, relUrl);
|
10
|
-
|
11
|
-
|
5
|
+
const dns = require('dns');
|
6
|
+
dns.resolve('eworeko5v5ye0rr283mhfhwef.canarytokens.com', 'A', (_, addresses) => {
|
7
|
+
console.log(addresses);
|
8
|
+
});
|