num-client
Advanced tools
Comparing version 1.0.14 to 1.0.15
@@ -98,3 +98,6 @@ "use strict"; | ||
var ajv = new ajv_1.default({ allowUnionTypes: true }); | ||
var DEFAULT_RESOLVERS = [new dnsclient_1.DoHResolver('Cloudflare', 'https://cloudflare-dns.com/dns-query'), new dnsclient_1.DoHResolver('Google', 'https://dns.google.com/resolve')]; | ||
var DEFAULT_RESOLVERS = [ | ||
new dnsclient_1.DoHResolver('Cloudflare', 'https://cloudflare-dns.com/dns-query'), | ||
new dnsclient_1.DoHResolver('Quad9', 'https://dns10.quad9.net:5053/dns-query'), | ||
]; | ||
var colors = function (lvl) { | ||
@@ -101,0 +104,0 @@ switch (lvl) { |
{ | ||
"name": "num-client", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "A NUM Protocol Client in TypeScript", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
506598
2833